Changelog for
python39-FormEncode-2.0.1-43.1.noarch.rpm :
* Tue Jul 18 2023 Steve Kowalik
- Clean up Python 2 leftovers.- Switch to pyproject macros.- Drop BuildRequires on setuptools_scm_git_archive
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Thu Dec 23 2021 Ben Greiner - Update to 2.0.1
* Add support for 3.10
* use Pytest instead of Nose and Github Actions instead of Travis for tests
* Documentation updates
* Note this will be the last version to support Python 2.7. The next version will be 2.1 to signal this change. If you want to keep support for Python 2.7 update your dependencies spec to be below 2.1- Release 2.0.0
* FormEncode can now run on Python 3.6 and higher without needing to run 2to3 first.
* FormEncode 2.0 is no longer compatible with Python 2.6 and 3.2 to 3.5. If you need Python 2.6 or 3.2 to 3.5 compatibility please use FormEncode 1.3. You might also try FormEncode 2.0.0a1 which supports Python 2.6 and Python 3.3-3.5.
* This will be the last major version to support Python 2.7
* Add strict flag to USPostalCode to raise error on postal codes that has too many digits instead of just truncating
* Various Python 3 fixes
* Serbian latin translation
* Changed License to MIT
* Dutch, UK, Greek and South Korean postal code format fixes
* Add postal code formats for Switzerland, Cyprus, Faroe Islands, San Marino, Ukraine and Vatican City.
* Add ISODateTimeConverter validator
* Add ability to target htmlfill to particular form or ignore a form
* Fix format errors in some translations
* The version of the library can be checked using formencode.__version__- Drop patches
* new-pycountry.patch
* python-FormEncode-remove-nose.patch
* remove-online-tests.patch
* six.patch- Find lang files
* Fri Jul 10 2020 pgajdosAATTsuse.com- switch from nose to pytest- added patches fix https://github.com/formencode/formencode/pull/154 + python-FormEncode-remove-nose.patch
* Thu Mar 07 2019 Tomáš Chvátal - Really run tests under python3- Add patch to work with python3:
* six.patch
* Mon Mar 04 2019 Tomáš Chvátal - Remove online tests:
* remove-online-tests.patch- Work with new pycountry:
* new-pycountry.patch- Run tests
* Mon Dec 10 2018 Tomáš Chvátal - Fix fdupes call- Update to 1.3.1:
* no obvious changelog
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion- common -doc subpackage- improve packaging of docs