14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=49
This commit is contained in:
2024-05-25 11:51:32 +00:00
committed by Git OBS Bridge
parent dbf51b11ec
commit 3f66d43fed
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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>