From 854e27591e0ad612d3ed06f8faaf9baf6779520d0f0b14ad310e797492318250 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Fri, 8 May 2020 08:31:21 +0000 Subject: [PATCH] - 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 --- python-validators.changes | 12 ++++++++++++ python-validators.spec | 2 +- validators-0.14.2.tar.gz | 3 --- validators-0.15.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 validators-0.14.2.tar.gz create mode 100644 validators-0.15.0.tar.gz diff --git a/python-validators.changes b/python-validators.changes index 5af68c4..740baf7 100644 --- a/python-validators.changes +++ b/python-validators.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri May 8 08:28:01 UTC 2020 - Mia Herkt + +- 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> diff --git a/python-validators.spec b/python-validators.spec index 74e74bd..80089f4 100644 --- a/python-validators.spec +++ b/python-validators.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-validators -Version: 0.14.2 +Version: 0.15.0 Release: 0 Summary: Python Data Validation License: MIT diff --git a/validators-0.14.2.tar.gz b/validators-0.14.2.tar.gz deleted file mode 100644 index a1543f0..0000000 --- a/validators-0.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b192e6bde7d617811d59f50584ed240b580375648cd032d106edeb3164099508 -size 25752 diff --git a/validators-0.15.0.tar.gz b/validators-0.15.0.tar.gz new file mode 100644 index 0000000..943afb9 --- /dev/null +++ b/validators-0.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e8bb01b48b48940a021b8a9576b840f98fa06b91762ef921d02cb96d38727a +size 27333