14
0

Accepting request 689780 from home:pgajdos

- version update to 0.12.4
  * Use inspect.getfullargspec() in py3
  * Added `allow_temporal_ssn` parameter to fi_ssn validator
  * Remove py33 support
  * Fixed IPv4 formatted IP address returning True on ipv6
  * Fixed IPv6 address parsing
  * Fixed domain validator for international domains and certain 
    edge cases

OBS-URL: https://build.opensuse.org/request/show/689780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-03-29 10:13:58 +00:00
committed by Git OBS Bridge
parent 17c0629732
commit 22a1c9d63b
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 29 10:01:10 UTC 2019 - pgajdos@suse.com
- version update to 0.12.4
* Use inspect.getfullargspec() in py3
* Added `allow_temporal_ssn` parameter to fi_ssn validator
* Remove py33 support
* Fixed IPv4 formatted IP address returning True on ipv6
* Fixed IPv6 address parsing
* Fixed domain validator for international domains and certain
edge cases
-------------------------------------------------------------------
Tue Dec 4 12:55:45 UTC 2018 - Matej Cepl <mcepl@suse.com>