25.1.0
ForgottenProgramme
released this
14 Jan 16:26
·
2 commits
to 25.1.x
since this release
Enhancements
- Add SHA224, SHA384 and SHA512 support for validating downloaded sources. (#4793)
- Add new hashing methods (
content_sha256
,content_sha384
,content_sha512
) to calculate the
checksum of the extracted contents of the downloaded source artifacts. (#4821 via #5277) - Make
.conda
the new default package format..tar.bz2
files can still be generated with--package-format=1
and/orconda_build.pkg_format: 1
in your.condarc
file. (#5183 via #5527) - Add compatibility for LIEF=0.15. (#5564 via #5565)
Bug fixes
- Verify all source hashes when multiple are defined (not just the first one). (#4793)
- Fix a bug where some
CondaBuildUserError
exceptions that were formallySystemExit
exceptions
were not being caught properly. (#5538) - Fix a bug where bad match specs from intermediate parsing results would cause parsing to fail. (#5555)
- Fix
KeyError
when an inconsistentbuild.pkg_type
value is specified inmeta.yaml
. (#5560)
Other
- Demote logging message about glob finding no matches from error to warning (#5472)
Contributors
- @conda-bot
- @carterbox
- @jaimergp
- @ForgottenProgramme
- @beckermr
- @tttc3
- @tkelman made their first contribution in #5565
- @ypradat made their first contribution in #5560
- @dependabot[bot]
- @pre-commit-ci[bot]
Full Changelog: 24.11.2...25.1.0