14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=34
This commit is contained in:
2022-06-15 16:33:16 +00:00
committed by Git OBS Bridge
parent 13915c4da4
commit 4d39b51995
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jun 15 16:24:35 UTC 2022 - Mia Herkt <mia@0x0.st>
- 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 19:05:52 UTC 2020 - Mia Herkt <mia@0x0.st>