Update dependency packaging to v23.2 - autoclosed #10

Closed
Renovate-Bot wants to merge 1 commits from renovate/packaging-23.x into main
Collaborator

This PR contains the following updates:

Package Update Change
packaging minor ==23.0 -> ==23.2

Release Notes

pypa/packaging (packaging)

v23.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/packaging/compare/23.1...23.2

v23.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/packaging/compare/23.0...23.1


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [packaging](https://github.com/pypa/packaging) | minor | `==23.0` -> `==23.2` | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v23.2`](https://github.com/pypa/packaging/releases/tag/23.2) [Compare Source](https://github.com/pypa/packaging/compare/23.1...23.2) #### What's Changed - parse_marker should consume the entire source string by [@&#8203;mwerschy](https://github.com/mwerschy) in https://github.com/pypa/packaging/pull/687 - Create a Security Policy file by [@&#8203;joycebrum](https://github.com/joycebrum) in https://github.com/pypa/packaging/pull/695 - Add python 3.12 to CI by [@&#8203;mayeut](https://github.com/mayeut) in https://github.com/pypa/packaging/pull/689 - Remove URL validation from requirement parsing by [@&#8203;uranusjr](https://github.com/uranusjr) in https://github.com/pypa/packaging/pull/684 - Add types for packaging.version.\_Version by [@&#8203;hauntsaninja](https://github.com/hauntsaninja) in https://github.com/pypa/packaging/pull/665 - Add PyPy 3.10 to CI by [@&#8203;mayeut](https://github.com/mayeut) in https://github.com/pypa/packaging/pull/699 - Remove unused argument in `_manylinux._is_compatible` by [@&#8203;mayeut](https://github.com/mayeut) in https://github.com/pypa/packaging/pull/700 - Canonicalize names for requirements comparison by [@&#8203;astrojuanlu](https://github.com/astrojuanlu) in https://github.com/pypa/packaging/pull/696 - Add platform tag support for LoongArch by [@&#8203;loongson-zn](https://github.com/loongson-zn) in https://github.com/pypa/packaging/pull/693 - Ability to install `armv7l manylinux/musllinux` wheels on `armv8l` by [@&#8203;mayeut](https://github.com/mayeut) in https://github.com/pypa/packaging/pull/690 - Include CHANGELOG.rst in sdist by [@&#8203;astrojuanlu](https://github.com/astrojuanlu) in https://github.com/pypa/packaging/pull/704 - Update pyupgrade to Python 3.7+ by [@&#8203;fangchenli](https://github.com/fangchenli) in https://github.com/pypa/packaging/pull/580 - Fix version pattern pre-releases by [@&#8203;deathaxe](https://github.com/deathaxe) in https://github.com/pypa/packaging/pull/705 - Fix typos found by codespell by [@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in https://github.com/pypa/packaging/pull/706 - Support enriched metadata by [@&#8203;brettcannon](https://github.com/brettcannon) in https://github.com/pypa/packaging/pull/686 - Correct rST syntax in CHANGELOG.rst by [@&#8203;atugushev](https://github.com/atugushev) in https://github.com/pypa/packaging/pull/709 - fix: platform tag for GraalPy by [@&#8203;mayeut](https://github.com/mayeut) in https://github.com/pypa/packaging/pull/711 - Document that this library uses a calendar-based versioning scheme by [@&#8203;faph](https://github.com/faph) in https://github.com/pypa/packaging/pull/717 - fix: Update copyright date for docs by [@&#8203;garrypolley](https://github.com/garrypolley) in https://github.com/pypa/packaging/pull/713 - Bump pip version to avoid known vulnerabilities by [@&#8203;joycebrum](https://github.com/joycebrum) in https://github.com/pypa/packaging/pull/720 - Typing annotations fixed in version.py by [@&#8203;jolaf](https://github.com/jolaf) in https://github.com/pypa/packaging/pull/723 - parse\_{sdist,wheel}\_filename: don't raise InvalidVersion by [@&#8203;SpecLad](https://github.com/SpecLad) in https://github.com/pypa/packaging/pull/721 - Fix code blocks in CHANGELOG.md by [@&#8203;edmorley](https://github.com/edmorley) in https://github.com/pypa/packaging/pull/724 #### New Contributors - [@&#8203;mwerschy](https://github.com/mwerschy) made their first contribution in https://github.com/pypa/packaging/pull/687 - [@&#8203;joycebrum](https://github.com/joycebrum) made their first contribution in https://github.com/pypa/packaging/pull/695 - [@&#8203;astrojuanlu](https://github.com/astrojuanlu) made their first contribution in https://github.com/pypa/packaging/pull/696 - [@&#8203;loongson-zn](https://github.com/loongson-zn) made their first contribution in https://github.com/pypa/packaging/pull/693 - [@&#8203;fangchenli](https://github.com/fangchenli) made their first contribution in https://github.com/pypa/packaging/pull/580 - [@&#8203;deathaxe](https://github.com/deathaxe) made their first contribution in https://github.com/pypa/packaging/pull/705 - [@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) made their first contribution in https://github.com/pypa/packaging/pull/706 - [@&#8203;atugushev](https://github.com/atugushev) made their first contribution in https://github.com/pypa/packaging/pull/709 - [@&#8203;faph](https://github.com/faph) made their first contribution in https://github.com/pypa/packaging/pull/717 - [@&#8203;garrypolley](https://github.com/garrypolley) made their first contribution in https://github.com/pypa/packaging/pull/713 - [@&#8203;jolaf](https://github.com/jolaf) made their first contribution in https://github.com/pypa/packaging/pull/723 - [@&#8203;SpecLad](https://github.com/SpecLad) made their first contribution in https://github.com/pypa/packaging/pull/721 - [@&#8203;edmorley](https://github.com/edmorley) made their first contribution in https://github.com/pypa/packaging/pull/724 **Full Changelog**: https://github.com/pypa/packaging/compare/23.1...23.2 ### [`v23.1`](https://github.com/pypa/packaging/releases/tag/23.1) [Compare Source](https://github.com/pypa/packaging/compare/23.0...23.1) #### What's Changed - chore: add typed classifier by [@&#8203;miketheman](https://github.com/miketheman) in https://github.com/pypa/packaging/pull/655 - Improve parser error messaging around mistakes in/around version specifiers by [@&#8203;pradyunsg](https://github.com/pradyunsg) in https://github.com/pypa/packaging/pull/662 - Upgrade to latest mypy by [@&#8203;hauntsaninja](https://github.com/hauntsaninja) in https://github.com/pypa/packaging/pull/664 - Delete print() from test_tags by [@&#8203;nikodemas](https://github.com/nikodemas) in https://github.com/pypa/packaging/pull/668 - Update our linters by [@&#8203;pradyunsg](https://github.com/pradyunsg) in https://github.com/pypa/packaging/pull/676 - Improve error for local version label with unsupported operators by [@&#8203;pradyunsg](https://github.com/pradyunsg) in https://github.com/pypa/packaging/pull/675 - Parse raw metadata by [@&#8203;brettcannon](https://github.com/brettcannon) in https://github.com/pypa/packaging/pull/671 - Handle prefix match with zeros at end of prefix correctly by [@&#8203;pradyunsg](https://github.com/pradyunsg) in https://github.com/pypa/packaging/pull/674 - Relax typing of `_key` on `_BaseVersion` by [@&#8203;di](https://github.com/di) in https://github.com/pypa/packaging/pull/669 - Replace spaces in platform names with underscores by [@&#8203;tucked](https://github.com/tucked) in https://github.com/pypa/packaging/pull/620 - Import underlying parser function as an underscored variable by [@&#8203;pradyunsg](https://github.com/pradyunsg) in https://github.com/pypa/packaging/pull/663 #### New Contributors - [@&#8203;miketheman](https://github.com/miketheman) made their first contribution in https://github.com/pypa/packaging/pull/655 - [@&#8203;nikodemas](https://github.com/nikodemas) made their first contribution in https://github.com/pypa/packaging/pull/668 - [@&#8203;tucked](https://github.com/tucked) made their first contribution in https://github.com/pypa/packaging/pull/620 **Full Changelog**: https://github.com/pypa/packaging/compare/23.0...23.1 </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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMC4yIiwidXBkYXRlZEluVmVyIjoiMzcuMjAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Renovate-Bot added 1 commit 2024-11-12 16:01:31 -05:00
Renovate-Bot force-pushed renovate/packaging-23.x from 581306a783 to d4d5c4e8d6 2024-11-15 20:46:17 -05:00 Compare
Renovate-Bot changed title from Update dependency packaging to v23.2 to Update dependency packaging to v23.2 - autoclosed 2024-11-19 00:02:05 -05:00
Renovate-Bot closed this pull request 2024-11-19 00:02:05 -05:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: justus/Homelab-Ansible#10
No description provided.