TL;DR
- Package metadata support for CocoaPods
- Report all PyPI package versions even if the corresponding distributions are unavailable
- Support Python
3.11
and3.12
, drop3.6
and3.7
support - Upgrade vendored pip to 24.2 (This removes the support for pseudo vcs URLs like
git://
,
hg://
,svn://
andbzr://
see pypa/pip#9436)
What's Changed
- Report all PyPI package versions even if the corresponding distributions are unavailable by @keshav-space in #125
- Upgrade pip to 24.2 and support for python 3.12 by @keshav-space in #126
- Add cocoapods support to package.py by @johnmhoran in #119
- Fix the import for the vendored pip and prepare for the v0.6.0 release by @keshav-space in #133
- Bump requests from 2.27.1 to 2.32.0 by @dependabot in #121
- Bump urllib3 from 1.26.9 to 1.26.19 by @dependabot in #127
- Bump jinja2 from 3.0.3 to 3.1.4 by @dependabot in #120
- Bump certifi from 2021.10.8 to 2024.7.4 by @dependabot in #128
- Bump pygments from 2.12.0 to 2.15.0 by @dependabot in #131
- Bump cryptography from 39.0.1 to 43.0.1 by @dependabot in #130
- Bump zipp from 3.6.0 to 3.19.1 by @dependabot in #129
- Bump future from 0.18.2 to 0.18.3 by @dependabot in #132
- Bump idna from 3.3 to 3.7 by @dependabot in #118
New Contributors
- @johnmhoran made their first contribution in #119
Full Changelog: v0.5.2...v0.6.0