python-{slugify,requests,packaging,dotenv,pygments}: bump versions#29042
Merged
commodo merged 6 commits intoopenwrt:masterfrom Apr 2, 2026
Merged
python-{slugify,requests,packaging,dotenv,pygments}: bump versions#29042commodo merged 6 commits intoopenwrt:masterfrom
commodo merged 6 commits intoopenwrt:masterfrom
Conversation
Changes since 2.32.5: - Security fix for CVE-2026-25645 in extract_zipped_paths utility - Migrated to PEP 517 build system - Added inline type hints throughout the library - Fixed Content-Type header parsing for malformed values Also add test.sh to verify core API imports and PreparedRequest. Link: https://github.com/psf/requests/blob/main/HISTORY.md Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Changes since 25.0: - Added support for PEP 751 (pylock files) and PEP 794 (import name metadata); new metadata writing functionality - Performance improvements: 3x speedup via regex caching, lazy Version key calculation, accelerated canonicalize_name - Refined PEP 440 prerelease handling and SpecifierSet matching - Improved Marker and Requirement subclassing support Link: https://github.com/pypa/packaging/blob/main/CHANGELOG.rst Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Changes since 8.0.1: - Improved uppercase special character handling and text normalization before unicode conversion - Resolved pattern type issues - Various bug fixes for robust character handling Also add test.sh to verify slugification, unicode handling and options like separator and max_length. Link: https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Changes since 1.0.1: - Added support for Python 3.14 (including free-threaded build) - CLI now forwards flags directly to commands - Improved symlink handling with explicit follow_symlinks option - Added FIFO file support on Unix systems - Changed file mode preservation to maintain original permissions Also add test.sh to verify dotenv_values parsing and load_dotenv. Note: PyPI renamed the source tarball from python-dotenv-*.tar.gz to python_dotenv-*.tar.gz; add PYPI_SOURCE_NAME accordingly. Link: https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Changes since 2.19.2: - Added new Rell lexer; updated C++26 keywords, TOML 1.1.0, Python t-strings and PHP magic constants in existing lexers - Fixed catastrophic backtracking in Archetype and Lua lexers - Performance improvements via entry point caching - Dropped Python 3.8, added Python 3.14 support Link: https://github.com/pygments/pygments/blob/master/CHANGES Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
urllib3 2.6.3 pyproject.toml pins setuptools-scm<10 but python-setuptools-scm was recently bumped to 10.0.3, breaking the build. Drop the upper bound via patch to allow building with setuptools-scm 10.x. Also add test.sh to verify core API imports, Retry/Timeout configuration, and PoolManager creation. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
28c2647 to
8e4464a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📦 Package Details
Maintainer: @BKPepe @jmarcet me
Description:
Bump versions
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.