From accfb2855a90cb94039bcb7e84979f5edf901715503f18c2557a38a362d56989 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jun 2024 07:00:18 +0000 Subject: [PATCH 1/2] - update to 0.15.0: * #512: Add Any type to defaults * #513: Only calculate hash once for Marker objects * #514: Remove python 3.8 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=25 --- python-voluptuous-0.14.2-gh.tar.gz | 3 --- python-voluptuous-0.15.1-gh.tar.gz | 3 +++ python-voluptuous.changes | 8 ++++++++ python-voluptuous.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 python-voluptuous-0.14.2-gh.tar.gz create mode 100644 python-voluptuous-0.15.1-gh.tar.gz diff --git a/python-voluptuous-0.14.2-gh.tar.gz b/python-voluptuous-0.14.2-gh.tar.gz deleted file mode 100644 index 2ea42e6..0000000 --- a/python-voluptuous-0.14.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:731c2b81160298dc4acfba2dd753c7ca93e5bd1584372b98f8955faf1fab7547 -size 43866 diff --git a/python-voluptuous-0.15.1-gh.tar.gz b/python-voluptuous-0.15.1-gh.tar.gz new file mode 100644 index 0000000..6fb9773 --- /dev/null +++ b/python-voluptuous-0.15.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b6019db375a5d3c3293e20ffa582c6b840c94d6012125a0e355fc37a8a11b9 +size 45838 diff --git a/python-voluptuous.changes b/python-voluptuous.changes index b55bfb3..8a48fa9 100644 --- a/python-voluptuous.changes +++ b/python-voluptuous.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jun 29 07:00:04 UTC 2024 - Dirk Müller + +- update to 0.15.0: + * #512: Add Any type to defaults + * #513: Only calculate hash once for Marker objects + * #514: Remove python 3.8 support + ------------------------------------------------------------------- Thu Mar 14 08:55:07 UTC 2024 - Dirk Müller diff --git a/python-voluptuous.spec b/python-voluptuous.spec index 03dd832..ce76da6 100644 --- a/python-voluptuous.spec +++ b/python-voluptuous.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-voluptuous -Version: 0.14.2 +Version: 0.15.1 Release: 0 Summary: A Python data validation library License: BSD-3-Clause From 0e0cbf86b695bf7c50339f46c6b03e492228bd0e6ddcc5daa4d321b08efae87a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 29 Jun 2024 20:23:09 +0000 Subject: [PATCH 2/2] - update to 0.15.1: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=26 --- python-voluptuous.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-voluptuous.changes b/python-voluptuous.changes index 8a48fa9..7091eb7 100644 --- a/python-voluptuous.changes +++ b/python-voluptuous.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Sat Jun 29 07:00:04 UTC 2024 - Dirk Müller -- update to 0.15.0: +- update to 0.15.1: * #512: Add Any type to defaults * #513: Only calculate hash once for Marker objects * #514: Remove python 3.8 support