Sourced from propcache's releases.
0.2.1
Bug fixes
Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package -- by :user:
ajsanchezsanz
and :user:markgreene74
.Related commits on GitHub: :commit:
64df0a6
.Fixed
wrapped
andfunc
not being accessible in the Cython versions of :func:propcache.api.cached_property
and :func:propcache.api.under_cached_property
decorators -- by :user:bdraco
.Related issues and pull requests on GitHub: #72.
Removals and backward incompatible breaking changes
Removed support for Python 3.8 as it has reached end of life -- by :user:
bdraco
.Related issues and pull requests on GitHub: #57.
Packaging updates and notes for downstreams
Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package -- by :user:
ajsanchezsanz
and :user:markgreene74
.Related commits on GitHub: :commit:
64df0a6
.
Sourced from propcache's changelog.
0.2.1
(2024-12-01)
Bug fixes
Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package -- by :user:
ajsanchezsanz
and :user:markgreene74
.Related commits on GitHub: :commit:
64df0a6
.Fixed
wrapped
andfunc
not being accessible in the Cython versions of :func:propcache.api.cached_property
and :func:propcache.api.under_cached_property
decorators -- by :user:bdraco
.Related issues and pull requests on GitHub: :issue:
72
.Removals and backward incompatible breaking changes
Removed support for Python 3.8 as it has reached end of life -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
57
.Packaging updates and notes for downstreams
Stopped implicitly allowing the use of Cython pre-release versions when building the distribution package -- by :user:
ajsanchezsanz
and :user:markgreene74
.Related commits on GitHub: :commit:
64df0a6
.
24fd58a
Split wheel builds to disable manylinux armv7l wheels (#76)08091df
Fix wheel builds when cffi needs to be built from source (#75)b0a554f
Release 0.2.1 (#74)4c94388
Fix codecov upload (#73)2514c3f
Ensure wrapped function is accessible in Cython versions (#72)cf8aab9
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (#71)ef6af70
Cleanup mypy config for codspeed (#67)d6980a7
🧪 Exclude requirements/
from pytest discovery57eb5ae
🧪 Fail test jobs on Codecov upload problems6222b01
🧪 Declare a packaging flag @ codecov