14
0

- Update to 0.18.0:

* Added bitcoin address validator
Changes from 0.17.0 to 0.17.1:
  * Fixed python_requires using twine
Changes from 0.16.0 to 0.17.0:
  * Require Python >= 3.4
  * Fix URL validator ip_last_octet regex

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=27
This commit is contained in:
2020-08-20 04:59:13 +00:00
committed by Git OBS Bridge
parent 1ddb70555f
commit 60fc6b2c75
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Aug 20 04:53:07 UTC 2020 - Mia Herkt <mia@0x0.st>
- Update to 0.18.0:
* Added bitcoin address validator
Changes from 0.17.0 to 0.17.1:
* Fixed python_requires using twine
Changes from 0.16.0 to 0.17.0:
* Require Python >= 3.4
* Fix URL validator ip_last_octet regex
-------------------------------------------------------------------
Thu Jul 16 21:30:59 UTC 2020 - Mia Herkt <mia@0x0.st>