Sourced from cython's changelog.
3.0.12 (2025-02-11)
Bugs fixed
Release 3.0.11 introduced some incorrect
noexcept
warnings. (Github issue :issue:6335
)Conditional assignments to variables using the walrus operator could crash. (Github issue :issue:
6094
)Dict assignments to struct members with reserved C names could generate invalid C code.
Fused ctuples with the same entry types but different sizes could fail to compile. (Github issue :issue:
6328
)In Py3,
pyximport
was not searchingsys.path
when looking for importable source files. (Github issue :issue:5615
)Using
& 0
on integers produced withint.from_bytes()
could read invalid memory on Python 3.10. (Github issue :issue:6480
)Modules could fail to compile in PyPy 3.11 due to missing CPython specific header files. Patch by Matti Picus. (Github issue :issue:
6482
)Minor fix in C++
partial_sum()
declaration.
c7dae70
Fix release date.b161c72
Prepare release of 3.0.12.45c9825
Update changelog.b9a5b70
Exclude failing CI target macos-13/Py2.7.07d7cc1
Fix spelling errors0824349
Fix test in Py2.7.20ebc99
Fix test in Py2.7.20f6e4f
Do not include CPython 'internal/*.h' files in PyPy (GH-6482)0237382
Fix libcpp partial_sum definition8522862
Backport ufunc Numpy2 fixSourced from pip's changelog.
25.0.1 (2025-02-09)
Bug Fixes
- Fix an unsupported type annotation on Python 3.10 and earlier. (
[#13181](https://github.com/pypa/pip/issues/13181) <https://github.com/pypa/pip/issues/13181>
_)- Fix a regression where truststore would never be used while installing build dependencies. (
[#13186](https://github.com/pypa/pip/issues/13186) <https://github.com/pypa/pip/issues/13186>
_)
bc7c88c
Bump for releaseebd0a52
Don't pass --cert to build subprocesses unless also given on CLIaea8629
Fix locate_file() type hints for older Pythonse612988
Add build-project.py compatibility note202344e
Update the release process docsdc696c2
Patch out EXTERNALLY-MANAGED for self-check tests (#13179)Sourced from virtualenv's releases.
20.29.2
What's Changed
- release 20.29.1 by
@gaborbernat
in pypa/virtualenv#2828- Remove old virtualenv wheel by
@gaborbernat
in pypa/virtualenv#2842- Bump pip to 25.0.1 by
@gaborbernat
in pypa/virtualenv#2843Full Changelog: https://github.com/pypa/virtualenv/compare/20.29.1...20.29.2
Sourced from virtualenv's changelog.
v20.29.2 (2025-02-10)
Bugfixes - 20.29.2
- Remove old virtualenv wheel from the source distribution - by :user:`gaborbernat`. (:issue:`2841`) - Upgrade embedded wheel pip to ``25.0.1`` from ``24.3.1`` - by :user:`gaborbernat`. (:issue:`2843`)
ca670cd
release 20.29.2a2d2c3e
Merge pull request #2843
from gaborbernat/bump-2-106203457
Merge pull request #2842
from gaborbernat/remove-whld8a68e6
Bump pip to 25.0.17b8fde4
Remove old virtualenv wheelcb02b4f
Merge pull request #2837
from pypa/pre-commit-ci-update-config8332db8
[pre-commit.ci] pre-commit autoupdate192cef7
[pre-commit.ci] pre-commit autoupdate (#2833)a6a5c45
[pre-commit.ci] pre-commit autoupdate (#2830)d409f6a
release 20.29.1 (#2828)