diff --git a/python-validators.changes b/python-validators.changes index ded4421..1407d23 100644 --- a/python-validators.changes +++ b/python-validators.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jun 15 16:24:35 UTC 2022 - Mia Herkt + +- Update to 0.20.0 + * Add ipv4 digit lenghts validation + (gh#kvesteri/validators#191) + * Fix error with international URLs that have more than 2 hyphens + (gh#kvesteri/validators#184) +Changes in 0.19.0: + * Improve IPv6 validation + (gh#kvesteri/validators#201 gh#kvesteri/validators#107) + * Drop support for Python 3.4 + ------------------------------------------------------------------- Sun Oct 11 19:05:52 UTC 2020 - Mia Herkt diff --git a/python-validators.spec b/python-validators.spec index 92350ef..5c23bd1 100644 --- a/python-validators.spec +++ b/python-validators.spec @@ -1,7 +1,7 @@ # # spec file for package python-validators # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.18.1 +Version: 0.20.0 Release: 0 Summary: Python Data Validation License: MIT diff --git a/validators-0.18.1.tar.gz b/validators-0.18.1.tar.gz deleted file mode 100644 index 75f6400..0000000 --- a/validators-0.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a653b33c0ab091790f65f42b61aa191e354ed5fdedfeb17d24a86d0789966d7 -size 29581 diff --git a/validators-0.20.0.tar.gz b/validators-0.20.0.tar.gz new file mode 100644 index 0000000..d6eea8c --- /dev/null +++ b/validators-0.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24148ce4e64100a2d5e267233e23e7afeb55316b47d30faae7eb6e7292bc226a +size 30665