Changelog for
python311-validators-0.34.0-64.3.noarch.rpm :
* Sun Sep 08 2024 Dirk Müller
- update to 0.34.0:
* > No breaking changes were introduced in this version.
* feat: cache IANA TLDs for faster lookups
* chore: update dependencies
* docs: adds configuration info
* Mon Jul 15 2024 Mia Herkt - Update to 0.33.0 Features:
* add validator for bsc addresses gh#python-validators/validators#389
* Fri Jul 12 2024 Mia Herkt - Update to 0.32.0 Features:
* add validator for sha384 hash gh#python-validators/validators#387
* Tue Jul 09 2024 Mia Herkt - Update to 0.31.0 Features:
* add validators for base16 and base32 encodings gh#kvesteri/validators#386
* Thu Jul 04 2024 Mia Herkt - Update to 0.30.0 Features:
* add validator for trx_addresses gh#kvesteri/validators#384
* Mon Jul 01 2024 Mia Herkt - Update to 0.29.0 Breaking:
* move btc_address to crypto_addresses gh#kvesteri/validators#383 Features:
* add validator for eth addresses (depends on eth-hash, which is not packaged yet) gh#kvesteri/validators#383
* Sat May 25 2024 Mia Herkt - Update to 0.28.3
* ensure _tld.txt is in sdist and bdist gh#kvesteri/validators#379- Changes in 0.28.2:
* fix: corrects a few typo gh#kvesteri/validators#371
* fix(ip_address): properly handle private is false gh#kvesteri/validators#374
* chore(url): allow symbols and pictographs in url gh#kvesteri/validators#375
* Thu Apr 25 2024 Mia Herkt - Update to 0.28.1
* fix: reduce memory footprint when loading TLDs gh#kvesteri/validators#362
* fix: rfc cases in the domain validator gh#kvesteri/validators#367
* chore: documentation maintenance gh#kvesteri/validators#368
* Wed Apr 10 2024 Mia Herkt - Update to 0.28.0 See https://github.com/python-validators/validators/compare/0.24.0...0.28.0
* Thu Mar 28 2024 Mia Herkt - Update to 0.24.0 See https://github.com/python-validators/validators/compare/0.22.0...0.24.0
* Tue Nov 07 2023 Mia Herkt - Update to 0.22.0 See https://github.com/python-validators/validators/compare/0.20.0...0.22.0
* 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