Changelog for
python311-validators-0.20.0-42.4.noarch.rpm :
* 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.
* Fri Mar 17 2023 pgajdosAATTsuse.com- python-six is not required
* Wed Jun 15 2022 Mia Herkt - Update to 0.20.0
* Add ipv4 digit lenghts validation (gh#kvesteri/validators#191)
* Fix error with international URLs that have more than 2 hyphens (gh#kvesteri/validators#184) Changes in 0.19.0:
* Improve IPv6 validation (gh#kvesteri/validators#201 gh#kvesteri/validators#107)
* Drop support for Python 3.4
* Sun Oct 11 2020 Mia Herkt - Update to 0.18.1:
* Made uuid validator accept UUID objects
* Thu Aug 20 2020 Mia Herkt - Update to 0.18.0:
* Added bitcoin address validator Changes from 0.17.0 to 0.17.1:
* Fixed python_requires using twine Changes from 0.16.0 to 0.17.0:
* Fix URL validator ip_last_octet regex
* Thu Jul 16 2020 Mia Herkt - Update to 0.16.0:
* Added support for emojis and more IDNA URLs
* Sat Jul 11 2020 Benjamin Greiner - remove isort build requirement. It is not called.
* Fri May 08 2020 Mia Herkt - Update to 0.15.0:
* Added bank card validators- Changes for 0.14.3:
* Handle None values gracefully in domain validator
* Local part of the email address should be less or equal than 64 bytes
* Removed py27 support
* Removed pypy2 support
* Fri Jan 24 2020 Martin Herkt <9+suseAATTcirno.systems>- Update to 0.14.2:
* Made domain validation case-insensitive