14
0

- Update to 0.15.0:

* Added bank card validators
- Changes for 0.14.3:
  * Handle None values gracefully in domain validator
  * Local part of the email address should be less or equal than
    64 bytes
  * Removed py27 support
  * Removed pypy2 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=21
This commit is contained in:
2020-05-08 08:31:21 +00:00
committed by Git OBS Bridge
parent fed555c77e
commit 854e27591e
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 8 08:28:01 UTC 2020 - Mia Herkt <mia@0x0.st>
- Update to 0.15.0:
* Added bank card validators
- Changes for 0.14.3:
* Handle None values gracefully in domain validator
* Local part of the email address should be less or equal than
64 bytes
* Removed py27 support
* Removed pypy2 support
-------------------------------------------------------------------
Fri Jan 24 21:49:23 UTC 2020 - Martin Herkt <9+suse@cirno.systems>