Changelog for
python2-FormEncode-1.3.1-lp152.1.2.noarch.rpm :
* 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
* Wed Mar 09 2016 bwiedemannAATTsuse.com- Drop build date from doc to fix build-compare
* Tue May 05 2015 benoit.moninAATTgmx.fr- update to version 1.3.0:
* Support validation of email addresses with unicode domain names
* FormEncode 1.3 is no longer compatible with Python 2.3, 2.4, or 2.5
* FormEncode now also runs under Python 3.2 and 3.3
* Validation of email addresses using resolve_domain option now requires the dnspython third party library instead of pyDNS
* The FancyValidator methods _to_python, _from_python, validate_python and validate_other have been renamed to _convert_to_python, _convert_from_python, _validate_python and _validate_other, respectively- add fdupes as BuildRequires and call it after install- fix end of line of README.rst- remove chmod of msgfmt.py: file deleted upstream- install html documentation in the docdir of the main package- do not install PKG-INFO in the documentation: already provided by the egg-info
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Mon Aug 05 2013 hpjAATTurpla.net- somebody updated this package to 1.2.6 (not me)- added missing pieces in order to generate sphinx documentation- create documentation in separate -doc package- fix various wrong line endings
* Mon Jun 10 2013 dmuellerAATTsuse.com- update to 1.2.5:
* The method field_is_empty was added to formencode.validators.FormValidator
* Fix packaging issue with i18n files (from Juliusz Gonera)