Changelog for
python311-validators-0.28.3-1.1.noarch.rpm :
* 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
* Sun Oct 11 2020 Mia Herkt - Update to 0.18.1:
* Made uuid validator accept UUID objects