Add support for PEP 738 Android tags#880
Merged
brettcannon merged 4 commits intopypa:mainfrom Apr 15, 2025
Merged
Conversation
This was referenced Mar 24, 2025
Member
Author
|
@brettcannon: You reviewed the similar changes for iOS recently; are you able to take a look at this? |
brettcannon
requested changes
Apr 14, 2025
Member
brettcannon
left a comment
There was a problem hiding this comment.
A minor change to keep the tests a bit more robust.
Co-authored-by: Brett Cannon <[email protected]>
brettcannon
approved these changes
Apr 15, 2025
Member
Author
|
Thanks! @pradyunsg Any chance of getting this released and vendored in time for pip 25.1 next week? The overall plan is in pypa/pip#13299. |
Closed
Member
|
I've filed a tracking issue for cutting the release. |
luketainton
pushed a commit
to luketainton/repos_pypilot
that referenced
this pull request
Jan 5, 2026
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [packaging](https://github.com/pypa/packaging) | project.dependencies | major | `==24.2` -> `==25.0` | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v25.0`](https://github.com/pypa/packaging/releases/tag/25.0) [Compare Source](pypa/packaging@24.2...25.0) #### What's Changed - Re-add a test for Unicode file name parsing by [@​Siddhesh-Agarwal](https://github.com/Siddhesh-Agarwal) in pypa/packaging#863 - Upgrade to ruff 0.9.1 by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in pypa/packaging#865 - Add support for PEP 738 Android tags by [@​mhsmith](https://github.com/mhsmith) in pypa/packaging#880 - feat(markers): support 'extras' and 'dependency_groups' markers by [@​frostming](https://github.com/frostming) in pypa/packaging#888 #### New Contributors - [@​Siddhesh-Agarwal](https://github.com/Siddhesh-Agarwal) made their first contribution in pypa/packaging#863 - [@​mhsmith](https://github.com/mhsmith) made their first contribution in pypa/packaging#880 - [@​frostming](https://github.com/frostming) made their first contribution in pypa/packaging#888 **Full Changelog**: pypa/packaging@24.2...25.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/329 Reviewed-by: Luke Tainton <[email protected]> Co-authored-by: Renovate [BOT] <[email protected]> Co-committed-by: Renovate [BOT] <[email protected]>
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.
This tag format was originally defined in PEP 738, and is now documented in the compatibility tag spec.
Like macOS and iOS, we define a public function which yields a sequence of tags from a maximum platform version down to a minimum. However, Android is a bit simpler because its version is expressed as an integer.