Sync from SUSE:SLFO:Main python-validators revision dd5b3d222ec10848506b683dced9de39

This commit is contained in:
2024-12-13 12:36:04 +01:00
parent a13a36aec6
commit a53b44a523
4 changed files with 115 additions and 16 deletions

View File

@@ -1,3 +1,100 @@
-------------------------------------------------------------------
Sun Sep 8 13:19:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 04:45:05 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to 0.33.0
Features:
* add validator for bsc addresses
gh#python-validators/validators#389
-------------------------------------------------------------------
Fri Jul 12 00:16:41 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to 0.32.0
Features:
* add validator for sha384 hash
gh#python-validators/validators#387
-------------------------------------------------------------------
Tue Jul 9 12:49:35 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to 0.31.0
Features:
* add validators for base16 and base32 encodings
gh#kvesteri/validators#386
-------------------------------------------------------------------
Thu Jul 4 06:00:40 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to 0.30.0
Features:
* add validator for trx_addresses
gh#kvesteri/validators#384
-------------------------------------------------------------------
Mon Jul 1 16:57:22 UTC 2024 - Mia Herkt <mia@0x0.st>
- 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 11:48:27 UTC 2024 - Mia Herkt <mia@0x0.st>
- 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 18:07:37 UTC 2024 - Mia Herkt <mia@0x0.st>
- 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 23:38:31 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to 0.28.0
See https://github.com/python-validators/validators/compare/0.24.0...0.28.0
-------------------------------------------------------------------
Thu Mar 28 16:34:33 UTC 2024 - Mia Herkt <mia@0x0.st>
- Update to 0.24.0
See https://github.com/python-validators/validators/compare/0.22.0...0.24.0
-------------------------------------------------------------------
Tue Nov 7 00:51:52 UTC 2023 - Mia Herkt <mia@0x0.st>
- Update to 0.22.0
See https://github.com/python-validators/validators/compare/0.20.0...0.22.0
-------------------------------------------------------------------
Fri Apr 21 12:38:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -51,7 +148,7 @@ Thu Jul 16 21:30:59 UTC 2020 - Mia Herkt <mia@0x0.st>
-------------------------------------------------------------------
Sat Jul 11 11:00:04 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- remove isort build requirement. It is not called.
- remove isort build requirement. It is not called.
-------------------------------------------------------------------
Fri May 8 08:28:01 UTC 2020 - Mia Herkt <mia@0x0.st>
@@ -112,7 +209,7 @@ Fri Mar 29 10:01:10 UTC 2019 - pgajdos@suse.com
* Remove py33 support
* Fixed IPv4 formatted IP address returning True on ipv6
* Fixed IPv6 address parsing
* Fixed domain validator for international domains and certain
* Fixed domain validator for international domains and certain
edge cases
-------------------------------------------------------------------