From 7eb3b06a9656a2bc4c5e947c12860904aab31abd418aaf0d5c903da343d122bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 27 Jun 2025 14:28:41 +0000 Subject: [PATCH] Accepting request 1288659 from home:glaubitz:branches:devel:languages:python - Update to 0.3.2 * Fixed incorrect decorator usage in the :func:~propcache.api.\ under_cached_property example code -- by :user:meanmail. * Updated to use Cython 3.1 universally across the build path -- by :user:lysnikolaou. * Made Cython line tracing opt-in via the with-cython-tracing build config setting -- by :user:bdraco. OBS-URL: https://build.opensuse.org/request/show/1288659 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-propcache?expand=0&rev=10 --- propcache-0.3.1.tar.gz | 3 --- propcache-0.3.2.tar.gz | 3 +++ python-propcache.changes | 11 +++++++++++ python-propcache.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 propcache-0.3.1.tar.gz create mode 100644 propcache-0.3.2.tar.gz diff --git a/propcache-0.3.1.tar.gz b/propcache-0.3.1.tar.gz deleted file mode 100644 index a4674dd..0000000 --- a/propcache-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf -size 43651 diff --git a/propcache-0.3.2.tar.gz b/propcache-0.3.2.tar.gz new file mode 100644 index 0000000..29cde2d --- /dev/null +++ b/propcache-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d7d62e4e7ef05f221e0db2856b979540686342e7dd9973b815599c7057e168 +size 44139 diff --git a/python-propcache.changes b/python-propcache.changes index 4a4e53c..ffb52cc 100644 --- a/python-propcache.changes +++ b/python-propcache.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 26 09:43:05 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.3.2 + * Fixed incorrect decorator usage in the :func:~propcache.api.\ + under_cached_property example code -- by :user:meanmail. + * Updated to use Cython 3.1 universally across the build + path -- by :user:lysnikolaou. + * Made Cython line tracing opt-in via the with-cython-tracing + build config setting -- by :user:bdraco. + ------------------------------------------------------------------- Thu Apr 10 09:44:15 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-propcache.spec b/python-propcache.spec index 94683ca..ae12df5 100644 --- a/python-propcache.spec +++ b/python-propcache.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-propcache -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Accelerated property cache License: Apache-2.0