Releases: aboutcode-org/fetchcode
Releases · aboutcode-org/fetchcode
v0.6.0
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
v0.5.2
What's Changed
- Update link references of ownership from nexB to aboutcode-org
v0.5.1
What's Changed
- Use authenticated requests for GitHub REST API calls by @keshav-space in #115
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's New
FetchCode now supports retrieving package info for following packages:
- pkg:generic/barebox
- pkg:generic/e2fsprogs
- pkg:generic/erofs-utils
- pkg:generic/linux
- pkg:generic/minissdpd
- pkg:generic/miniupnpc
- pkg:generic/miniupnpd
- pkg:generic/mtd-utils
- pkg:generic/udhcp
- pkg:github/avahi/avahi
- pkg:github/bestouff/genext2fs
- pkg:github/dosfstools/dosfstools
- pkg:github/google/brotli
- pkg:github/hewlettpackard/wireless-tools
- pkg:github/inotify-tools/inotify-tools
- pkg:github/libbpf/bpftool
- pkg:github/llvm/llvm-project
- pkg:github/nixos/nix
- pkg:github/plougher/squashfs-tools
- pkg:github/pupnp/pupnp
- pkg:github/python/cpython
- pkg:github/rpm-software-management/rpm
- pkg:github/shadow-maint/shadow
- pkg:github/sqlite/sqlite
- pkg:github/u-boot/u-boot
- pkg:openssl/openssl
Also support getting package info for arbitrary GitHub repositories using this PURL format: pkg:github/{owner}/{repo-name}
.
Note
Fetching package info for arbitrary GitHub repositories assumes that the tag name of the repository is a valid version.
What's Changed
- purl2sym: Add metadata support for packages hosted on GitHub by @keshav-space in #112
- purl2sym: Add metadata support for linux, mtd-utils, barebox, e2fsprogs and erofs-utils by @keshav-space in #113
- Add metadata support for openssl, udhcp by @keshav-space in #114
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Remove duplicate code for commoncode.datautils by @keshav-space in #102
- Bump cryptography from 36.0.2 to 39.0.1 by @dependabot in #91
- Add support for directory listed source archives in package.info by @keshav-space in #107
- Add CHANGELOG for v0.4.0 by @keshav-space in #110
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's New
- Add
package_versions
for retrieving all released versions of a given package.
What's Changed
- tpyo fix by @armijnhemel in #81
- Update skeleton files by @JonoYang in #92
- Migrate Package managers by @keshav-space in #93
- Prepare v0.3.0 release by @keshav-space in #95
New Contributors
- @armijnhemel made their first contribution in #81
- @keshav-space made their first contribution in #93
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Initial Release
This is an initial release.
Released at pypi: https://pypi.org/project/fetchcode/
Many thanks to every contributors that made this possible and in particular:
Tushar Goel @TG1999
Jono Yang @JonoYang
Steven Esser @majurg
Philippe Ombredanne @pombredanne
Ayan Sinha Mahapatra @AyanSinhaMahapatra
Priyabrata Dash @bobquest33
Mayank Chandra @jimc404