14
0

- Update to 0.13.0:

* Fixed IPv4 formatted IP address returning True on ipv6 (#85, pull request courtesy johndlong)
  * Fixed IPv6 address parsing (#83, pull request courtesy JulianKahnert)
  * Fixed domain validator for international domains and certain edge cases (#76, pull request courtesy Ni-Knight)
  * Added allow_temporal_ssn parameter to fi_ssn validator (#97, pull request courtesy quantus)
  * Remove py33 support
  * Use inspect.getfullargspec() in py3 (#110, pull request courtesy riconnon)
  * Fixed py37 support (#113, pull request courtesy agiletechnologist)
  * Fixed domain validator for single character domains (#118, pull request courtesy kingbuzzman)
  * Added new validator: es_doi, es_nif, es_cif, es_nie (#121, pull request courtesy kingbuzzman)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-05-24 19:15:36 +00:00
committed by Git OBS Bridge
parent 98b9ae42ff
commit f7ce26e602
4 changed files with 17 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 24 19:11:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.13.0:
* Added new validator: es_doi, es_nif, es_cif, es_nie (#121, pull request courtesy kingbuzzman)
-------------------------------------------------------------------
Wed May 22 15:16:16 UTC 2019 - pgajdos@suse.com