14
0

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
This commit is contained in:
2025-06-27 14:28:41 +00:00
committed by Git OBS Bridge
parent d0aecd1a8f
commit 7eb3b06a96
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 26 09:43:05 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>