diff --git a/python-validators.changes b/python-validators.changes index 27daab7..26b94cc 100644 --- a/python-validators.changes +++ b/python-validators.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu May 1 08:02:35 UTC 2025 - Mia Herkt + +- Update to 0.35.0: +Features + * Validator russian individual tax number + gh#python-validators/validators#408 + * feat: allow custom URL scheme validation + gh#python-validators/validators#409 + * Refactor API: remove print from `ru_inn`, update description, + and expose via `__init__` + gh#python-validators/validators#419 + * Add Mir card validation support + gh#python-validators/validators#420 +Maintenance + * fix(domain): accept .onion as a valid TLD + gh#python-validators/validators#402 + * fix(url): add hashtag to allowed fragment characters + gh#python-validators/validators#411 + * fix(uri): replace `lstrip("mailto:")` with manual prefix + removal + gh#python-validators/validators#418 + * running `doctest` failes + gh#python-validators/validators#417 + * Fix: Allow Special DOI Cases Used in Public Administration + Tests + gh#python-validators/validators#415 + ------------------------------------------------------------------- Sun Sep 8 13:19:53 UTC 2024 - Dirk Müller diff --git a/python-validators.spec b/python-validators.spec index bb33dca..b5436b5 100644 --- a/python-validators.spec +++ b/python-validators.spec @@ -1,7 +1,7 @@ # # spec file for package python-validators # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 @@ %{?sle15_python_module_pythons} Name: python-validators -Version: 0.34.0 +Version: 0.35.0 Release: 0 Summary: Python Data Validation License: MIT diff --git a/validators-0.34.0.tar.gz b/validators-0.34.0.tar.gz deleted file mode 100644 index acc773e..0000000 --- a/validators-0.34.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:647fe407b45af9a74d245b943b18e6a816acf4926974278f6dd617778e1e781f -size 70955 diff --git a/validators-0.35.0.tar.gz b/validators-0.35.0.tar.gz new file mode 100644 index 0000000..0700533 --- /dev/null +++ b/validators-0.35.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992d6c48a4e77c81f1b4daba10d16c3a9bb0dbb79b3a19ea847ff0928e70497a +size 73399