-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Several Python updates #27747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Several Python updates #27747
Conversation
aacb11f to
102a2f8
Compare
|
Is there some way to check this automatically (for updates)? I mean, I do get some auto emails for this, but it would be cool to have some sort of query for this. |
47d17f4 to
5a1508b
Compare
1f4bb3b to
cec1046
Compare
The useless upstream file release name churn has been pulled into the watch files so it should be more up-to-date next week |
acaebb7 to
aea3878
Compare
|
|
||
| PYPI_NAME:=Jinja2 | ||
| PKG_HASH:=31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 | ||
| PYPI_SOURCE_NAME:=jinja2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BKPepe
just curios here: why not PYPI_NAME:=jinja2 vs PYPI_SOURCE_NAME=jinja2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wheel and tarballs are as jinja2 and it was looking for Jinja2. It looks like it is case sensitive. Let me check it once again to have some log, so we have it here as reference. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, ok
Release notes: https://github.com/python-babel/babel/releases/tag/v2.17.0 Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/pallets/jinja/releases/tag/3.1.6 Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/pallets/flask/releases/tag/3.1.2 Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/msgpack/msgpack-python/releases/tag/v1.1.2 Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/pallets/werkzeug/releases/tag/3.1.3 Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/yaml/pyyaml/releases/tag/6.0.3 Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/pyca/pynacl/blob/1.6.0/CHANGELOG.rst Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/avian2/unidecode/blob/unidecode-1.4.0/ChangeLog Signed-off-by: Josef Schlehofer <[email protected]>
Release notes can be found here: https://yaml.dev/doc/ruamel-yaml/ Signed-off-by: Josef Schlehofer <[email protected]>
cbe5c89 to
2f97b89
Compare
Release notes: https://github.com/zopefoundation/zope.event/blob/6.1/CHANGES.rst Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/zopefoundation/zope.interface/blob/8.0.1/CHANGES.rst Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/maxcountryman/flask-login/releases/tag/0.6.3 Signed-off-by: Josef Schlehofer <[email protected]>
Changes can be found here: https://github.com/maxcountryman/flask-seasurf/tree/2.0.0 Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://flask-session.readthedocs.io/en/latest/changes.html Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/miguelgrinberg/Flask-SocketIO/releases/tag/v5.5.1 Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/pyca/pyopenssl/blob/25.3.0/CHANGELOG.rst Signed-off-by: Josef Schlehofer <[email protected]>
Add python-maturin/host as dependency to PKG_BUILD_DEPENDS
to fix this error:
```
2025-11-06T12:46:58.8450140Z * Getting build dependencies for wheel...
2025-11-06T12:46:59.0121755Z
2025-11-06T12:46:59.0122303Z Traceback (most recent call last):
2025-11-06T12:46:59.0123448Z File "/builder/staging_dir/hostpkg/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook
2025-11-06T12:46:59.0124538Z raise BackendUnavailable(data.get('traceback', ''))
2025-11-06T12:46:59.0125171Z pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
2025-11-06T12:46:59.0126515Z File "/builder/staging_dir/hostpkg/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend
2025-11-06T12:46:59.0127644Z obj = import_module(mod_path)
2025-11-06T12:46:59.0127960Z ^^^^^^^^^^^^^^^^^^^^^^^
2025-11-06T12:46:59.0128677Z File "/builder/staging_dir/target-aarch64_generic_musl/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
2025-11-06T12:46:59.0129664Z return _bootstrap._gcd_import(name[level:], package, level)
2025-11-06T12:46:59.0130082Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-06T12:46:59.0130555Z File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
2025-11-06T12:46:59.0131176Z File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
2025-11-06T12:46:59.0131931Z File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
2025-11-06T12:46:59.0132452Z ModuleNotFoundError: No module named 'maturin'
2025-11-06T12:46:59.0132713Z
2025-11-06T12:46:59.0132871Z ERROR Backend 'maturin' is not available.
2025-11-06T12:46:59.0247073Z make[2]: *** [Makefile:55: /builder/build_dir/target-aarch64_generic_musl/pypi/cryptography-46.0.3/.built] Error 1
```
Release notes:
https://github.com/pyca/cryptography/blob/46.0.3/CHANGELOG.rst
Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/PyO3/maturin/releases/tag/v1.9.6 Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md Signed-off-by: Josef Schlehofer <[email protected]>
Release notes: https://cffi.readthedocs.io/en/latest/whatsnew.html Signed-off-by: Josef Schlehofer <[email protected]>
Refresh patch Release notes: https://github.com/eliben/pycparser/releases/tag/release_v2.22 https://github.com/eliben/pycparser/releases/tag/release_v2.23 Signed-off-by: Josef Schlehofer <[email protected]>
2f97b89 to
45603a5
Compare
|
@commodo |
not really; @BKPepe In the meantime, I will try to do 1-2 package fixes per-day |
Yeah. It is going to be faster. I'll do it. |
Maintainers: me, @jefferyto , @ja-pa , @jmarcet, @paper42 , @commodo , @peter-stadler