python-{outcome,installer,pyproject-medata,pyfuse3}: bump versions#29105
Open
commodo wants to merge 4 commits intoopenwrt:masterfrom
Open
python-{outcome,installer,pyproject-medata,pyfuse3}: bump versions#29105commodo wants to merge 4 commits intoopenwrt:masterfrom
commodo wants to merge 4 commits intoopenwrt:masterfrom
Conversation
Contributor
|
thanks |
81e719a to
7a695c1
Compare
Update package to 1.3.0.post0. Changes since 1.2.0: 1.3.0: - Added full type hints; Value and Outcome are now generic classes - Added Maybe type alias as a union of Value[T] and Error - Added typed __all__ exports and marked __version__ as a public constant - Functions that do not return are now captured as Error - Added pyright --verifytypes to CI; strict mypy mode enabled Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Update package to 1.0.0. This is the first stable release. Changes since 0.7.0: - Dropped support for Python 3.7, 3.8, 3.9; added Python 3.13/3.14 - Added --overwrite-existing and --validate-record CLI options - Support installing multiple wheels in a single invocation - Security: fixed a path traversal bug - Do not install __pycache__ directories from wheels - Switch to stream-based validation instead of in-memory (lower memory) - Sort entries before writing RECORD; fixed Windows relative path bug - Complete type annotations with strict mypy enforcement - API change: SchemeDictionaryDestination.overwrite_existing now defaults to True (was False); update patch 001 accordingly Remove patch 001-don-t-raise-error-if-file-exists.patch and set '--overwrite-existing' in build scripts. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Update package to 3.4.2. Changes since 3.4.1: - Remove the deprecated pyfuse3_asyncio module (long-renamed to pyfuse3.asyncio) - Fix a test failure in test_examples.py - Modernize the build process and add more type annotations Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
7a695c1 to
2b93773
Compare
Update package to 0.11.0. Changes since 0.9.1: 0.10.0: - Added support for PEP 794 (METADATA 2.5) import-names and import-namespaces fields - Dropped Python 3.7 support - Fixed minimum required version of packaging dependency 0.11.0: - Refactored internals to separate conversion and validation, yielding better error messages - Added downstream project testing in CI - Removed lingering PEP 621 terminology in favor of pyproject.toml terminology Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2b93773 to
d95dc17
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: me, @julienmalik , @predators46
Description:
🧪 Run Testing Details
✅ Formalities