Update dependency propcache to v0.4.1 #48
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.3.1->==0.4.1Release Notes
aio-libs/propcache (propcache)
v0.4.1Compare Source
=====
(2025-10-08)
Bug fixes
Fixed reference leak caused by
Py_INCREFbecause Cython has its own reference counter systems -- by :user:Vizonex.Related issues and pull requests on GitHub:
:issue:
162.Contributor-facing changes
Fixes the default value for the
osparameter in
reusable-build-wheel.ymlto be
ubuntu-latestinstead ofubuntu.Related issues and pull requests on GitHub:
:issue:
155.v0.4.0Compare Source
=====
(2025-10-04)
Features
Optimized propcache by replacing sentinel :py:class:
objectfor checking ifthe :py:class:
objectisNULLand changed :py:class:dictAPI forPython C-API -- by :user:
Vizonex.Related issues and pull requests on GitHub:
:issue:
121.Contributor-facing changes
Builds have been added for arm64 Windows
wheels and the
reusable-build-wheel.ymlworkflow has been modified to allow for
an OS value (
windows-11-arm) whichdoes not include the
-latestpostfix-- by :user:
finnagin.Related issues and pull requests on GitHub:
:issue:
133.Added CI for CPython 3.14 -- by :user:
kumaraditya303.Related issues and pull requests on GitHub:
:issue:
140.v0.3.2Compare Source
=====
(2025-06-09)
Improved documentation
Fixed incorrect decorator usage in the :func:
~propcache.api.under_cached_propertyexample code -- by :user:meanmail.Related issues and pull requests on GitHub:
:issue:
109.Packaging updates and notes for downstreams
Updated to use Cython 3.1 universally across the build path -- by :user:
lysnikolaou.Related issues and pull requests on GitHub:
:issue:
117.Made Cython line tracing opt-in via the
with-cython-tracingbuild config setting -- by :user:bdraco.Previously, line tracing was enabled by default in :file:
pyproject.toml, which caused build issues for some users and made wheels nearly twice as slow.Now line tracing is only enabled when explicitly requested via
pip install . --config-setting=with-cython-tracing=trueor by setting thePROPCACHE_CYTHON_TRACINGenvironment variable.Related issues and pull requests on GitHub:
:issue:
118.Configuration
📅 Schedule: Branch creation - "after 18:00 and before 22:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.