diffsync
diffsync copied to clipboard
fix(deps): update dependency packaging to v23.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| packaging | 23.0 -> 23.2 |
Release Notes
pypa/packaging (packaging)
v23.2
What's Changed
- parse_marker should consume the entire source string by @mwerschy in https://github.com/pypa/packaging/pull/687
- Create a Security Policy file by @joycebrum in https://github.com/pypa/packaging/pull/695
- Add python 3.12 to CI by @mayeut in https://github.com/pypa/packaging/pull/689
- Remove URL validation from requirement parsing by @uranusjr in https://github.com/pypa/packaging/pull/684
- Add types for packaging.version._Version by @hauntsaninja in https://github.com/pypa/packaging/pull/665
- Add PyPy 3.10 to CI by @mayeut in https://github.com/pypa/packaging/pull/699
- Remove unused argument in
_manylinux._is_compatibleby @mayeut in https://github.com/pypa/packaging/pull/700 - Canonicalize names for requirements comparison by @astrojuanlu in https://github.com/pypa/packaging/pull/696
- Add platform tag support for LoongArch by @loongson-zn in https://github.com/pypa/packaging/pull/693
- Ability to install
armv7l manylinux/musllinuxwheels onarmv8lby @mayeut in https://github.com/pypa/packaging/pull/690 - Include CHANGELOG.rst in sdist by @astrojuanlu in https://github.com/pypa/packaging/pull/704
- Update pyupgrade to Python 3.7+ by @fangchenli in https://github.com/pypa/packaging/pull/580
- Fix version pattern pre-releases by @deathaxe in https://github.com/pypa/packaging/pull/705
- Fix typos found by codespell by @DimitriPapadopoulos in https://github.com/pypa/packaging/pull/706
- Support enriched metadata by @brettcannon in https://github.com/pypa/packaging/pull/686
- Correct rST syntax in CHANGELOG.rst by @atugushev in https://github.com/pypa/packaging/pull/709
- fix: platform tag for GraalPy by @mayeut in https://github.com/pypa/packaging/pull/711
- Document that this library uses a calendar-based versioning scheme by @faph in https://github.com/pypa/packaging/pull/717
- fix: Update copyright date for docs by @garrypolley in https://github.com/pypa/packaging/pull/713
- Bump pip version to avoid known vulnerabilities by @joycebrum in https://github.com/pypa/packaging/pull/720
- Typing annotations fixed in version.py by @jolaf in https://github.com/pypa/packaging/pull/723
- parse_{sdist,wheel}_filename: don't raise InvalidVersion by @SpecLad in https://github.com/pypa/packaging/pull/721
- Fix code blocks in CHANGELOG.md by @edmorley in https://github.com/pypa/packaging/pull/724
New Contributors
- @mwerschy made their first contribution in https://github.com/pypa/packaging/pull/687
- @joycebrum made their first contribution in https://github.com/pypa/packaging/pull/695
- @astrojuanlu made their first contribution in https://github.com/pypa/packaging/pull/696
- @loongson-zn made their first contribution in https://github.com/pypa/packaging/pull/693
- @fangchenli made their first contribution in https://github.com/pypa/packaging/pull/580
- @deathaxe made their first contribution in https://github.com/pypa/packaging/pull/705
- @DimitriPapadopoulos made their first contribution in https://github.com/pypa/packaging/pull/706
- @atugushev made their first contribution in https://github.com/pypa/packaging/pull/709
- @faph made their first contribution in https://github.com/pypa/packaging/pull/717
- @garrypolley made their first contribution in https://github.com/pypa/packaging/pull/713
- @jolaf made their first contribution in https://github.com/pypa/packaging/pull/723
- @SpecLad made their first contribution in https://github.com/pypa/packaging/pull/721
- @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
What's Changed
- chore: add typed classifier by @miketheman in https://github.com/pypa/packaging/pull/655
- Improve parser error messaging around mistakes in/around version specifiers by @pradyunsg in https://github.com/pypa/packaging/pull/662
- Upgrade to latest mypy by @hauntsaninja in https://github.com/pypa/packaging/pull/664
- Delete print() from test_tags by @nikodemas in https://github.com/pypa/packaging/pull/668
- Update our linters by @pradyunsg in https://github.com/pypa/packaging/pull/676
- Improve error for local version label with unsupported operators by @pradyunsg in https://github.com/pypa/packaging/pull/675
- Parse raw metadata by @brettcannon in https://github.com/pypa/packaging/pull/671
- Handle prefix match with zeros at end of prefix correctly by @pradyunsg in https://github.com/pypa/packaging/pull/674
- Relax typing of
_keyon_BaseVersionby @di in https://github.com/pypa/packaging/pull/669 - Replace spaces in platform names with underscores by @tucked in https://github.com/pypa/packaging/pull/620
- Import underlying parser function as an underscored variable by @pradyunsg in https://github.com/pypa/packaging/pull/663
New Contributors
- @miketheman made their first contribution in https://github.com/pypa/packaging/pull/655
- @nikodemas made their first contribution in https://github.com/pypa/packaging/pull/668
- @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
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 was generated by Mend Renovate. View the repository job log.