From 4b2b80900369522fba5cb64a69ddcf1b62d3928060773cc68b8c9815af6c99fc Mon Sep 17 00:00:00 2001 From: Mia Herkt <9+suse@cirno.systems> Date: Thu, 5 Dec 2019 23:17:14 +0000 Subject: [PATCH] - Update to 0.14.1: * Updated domain validator regex to not allow numeric only TLDs * Allow for idna encoded domains OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=17 --- python-validators.changes | 7 +++++++ python-validators.spec | 4 ++-- validators-0.14.0.tar.gz | 3 --- validators-0.14.1.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 validators-0.14.0.tar.gz create mode 100644 validators-0.14.1.tar.gz diff --git a/python-validators.changes b/python-validators.changes index 3fa0bab..c0ec0f5 100644 --- a/python-validators.changes +++ b/python-validators.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 5 23:15:30 UTC 2019 - Martin Herkt <9+suse@cirno.systems> + +- Update to 0.14.1: + * Updated domain validator regex to not allow numeric only TLDs + * Allow for idna encoded domains + ------------------------------------------------------------------- Tue Sep 10 09:25:32 UTC 2019 - Tomáš Chvátal diff --git a/python-validators.spec b/python-validators.spec index 0bb41fc..26450d6 100644 --- a/python-validators.spec +++ b/python-validators.spec @@ -1,7 +1,7 @@ # # spec file for package python-validators # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # 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.14.0 +Version: 0.14.1 Release: 0 Summary: Python Data Validation License: MIT diff --git a/validators-0.14.0.tar.gz b/validators-0.14.0.tar.gz deleted file mode 100644 index e50d8f3..0000000 --- a/validators-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0ac832212e3ee2e9b10e156f19b106888cf1429c291fbc5297aae87685014ae -size 25442 diff --git a/validators-0.14.1.tar.gz b/validators-0.14.1.tar.gz new file mode 100644 index 0000000..e86e474 --- /dev/null +++ b/validators-0.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfe836a1af37bb266d71ec1e98b530c38ce11bc7fbe0c4c96ef7b1532d019e5 +size 25673