Changelog for
python3-validators-0.20.0-lp154.44.1.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
* Mon Oct 05 2020 Hans-Peter Jansen - Run py3 tests only
* 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
* Thu Dec 05 2019 Martin Herkt <9+suseAATTcirno.systems>- Update to 0.14.1:
* Updated domain validator regex to not allow numeric only TLDs
* Allow for idna encoded domains
* Tue Sep 10 2019 Tomáš Chvátal - Update to 0.14.0:
* Added new validators ipv4_cidr, ipv6_cidr
* Fri May 24 2019 Tomáš Chvátal - Update to 0.13.0:
* Added new validator: es_doi, es_nif, es_cif, es_nie (#121, pull request courtesy kingbuzzman)
* Wed May 22 2019 pgajdosAATTsuse.com- version update to 0.12.6
* Fixed domain validator for single character domains CVE-2019-19588 - boo#1158542
* Tue Apr 16 2019 Martin Herkt <9+suseAATTcirno.systems>- Update to 0.12.5
* Fixed py37 support
* Fri Mar 29 2019 pgajdosAATTsuse.com- version update to 0.12.4
* Use inspect.getfullargspec() in py3
* Added `allow_temporal_ssn` parameter to fi_ssn validator
* Remove py33 support
* Fixed IPv4 formatted IP address returning True on ipv6
* Fixed IPv6 address parsing
* Fixed domain validator for international domains and certain edge cases
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu May 24 2018 toddrme2178AATTgmail.com- Run tests- Spec file cleanups
* Tue Jan 30 2018 9+suseAATTcirno.systems- Update to 0.12.1
* Fixed IDNA encoded TLDs in domain validator
* Fixed URL validator for URLs with invalid characters in userinfo part- Use %license macro- Remove superfluous service
* Fri Oct 27 2017 9AATTcirno.systems- Convert package to singlespec- Add download _service- Update to 0.12.0
* 0.8.0 (2015-06-24) + Added new validator: iban
* 0.9.0 (2015-10-10) + Added new validator: domain
* 0.10.0 (2016-01-09) + Added support for internationalized domain names in domain validator
* 0.10.1 (2016-04-09) + Fixed domain name validation for numeric domain names + Fixed IBAN validation for Norwegian and Belgian IBANs
* 0.10.2 (2016-06-11) + Fixed various URL validation issues
* 0.10.3 (2016-06-13) + Added public parameter to url validator
* 0.11.0 (2016-08-30) + Fixed public url validation + Made URL validator case insensitive + Drop Python 2.6 support
* 0.11.1 (2016-11-19) + Fixed pyp2rpm build problem
* 0.11.2 (2017-01-08) + Fixed URL validator for urls with query parameters but without path
* 0.11.3 (2017-03-27) + Fixed URL validator for URLs containing localhost
* 0.12.0 (2017-06-03) + Added hash validators for md5, sha1, sha224, sha256 and sha512 + Made ipv6 validator support IPv4-mapped IPv6 addresses
* Mon Apr 06 2015 prusnakAATTopensuse.org- created package (version 0.7)