From 22a1c9d63b60ceb8d35514397e9360e9783359b8619bfc2764a70b26e406b8d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 Mar 2019 10:13:58 +0000 Subject: [PATCH] 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 --- python-validators.changes | 12 ++++++++++++ python-validators.spec | 4 ++-- validators-0.12.1.tar.gz | 3 --- validators-0.12.4.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 validators-0.12.1.tar.gz create mode 100644 validators-0.12.4.tar.gz diff --git a/python-validators.changes b/python-validators.changes index 2e692ce..aee295c 100644 --- a/python-validators.changes +++ b/python-validators.changes @@ -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 diff --git a/python-validators.spec b/python-validators.spec index e1c945b..1e95801 100644 --- a/python-validators.spec +++ b/python-validators.spec @@ -1,7 +1,7 @@ # # spec file for package python-validators # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-validators -Version: 0.12.1 +Version: 0.12.4 Release: 0 Summary: Python Data Validation License: MIT diff --git a/validators-0.12.1.tar.gz b/validators-0.12.1.tar.gz deleted file mode 100644 index 55f0817..0000000 --- a/validators-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79855e18710be5d8ba5e0c16086d76f230af11df2b8341b64995b42153c7f204 -size 21734 diff --git a/validators-0.12.4.tar.gz b/validators-0.12.4.tar.gz new file mode 100644 index 0000000..f658320 --- /dev/null +++ b/validators-0.12.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e4b74889aac1270d83636cb1dbcce3d2271e291ab14023cf95e7dbfbbce09d +size 22878