Sourced from actions/cache's releases.
v4.2.3
What's Changed
- Update to use
@actions/cache4.0.3 package & prepare for new release by@salmanmkcin actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)New Contributors
@salmanmkcmade their first contribution in actions/cache#1577Full Changelog: https://github.com/actions/cache/compare/v4.2.2...v4.2.3
Sourced from actions/cache's changelog.
4.2.3
- Bump
@actions/cacheto v4.0.3 (obfuscates SAS token in debug logs for cache entries)
5a3ec84
Merge pull request #1577
from salmanmkc/salmanmkc/4-test7de2102
Update releases.md76d40dd
Update to use the latest version of the cache package to obfuscate the
SAS76dd5eb
update cache with main8c80c27
new package45cfd0e
updatesedd449b
updated cache with latest changes0576707
latest test before pr3105dc9
update9450d42
maskSourced from setuptools's changelog.
v77.0.1
Bugfixes
- Manually fix news fragment entries causing CI to crash when building docs. (#4891)
v77.0.0
Features
- Added initial support for license expression (PEP :pep:
639 <639#add-license-expression-field>). -- by :user:cdce8p(#4706)- Store
License-File\s in.dist-info/licensessubfolder and added support for recursive globs forlicense_files(PEP :pep:639 <639#add-license-expression-field>). -- by :user:cdce8p(#4728)- Bump core metadata version to
2.4. -- by :user:cdce8p(#4830)- Updated vendored copy of
wheeltov0.45.1. (#4869)Deprecations and Removals
- Added initial implementation of :pep:
639. Users relying on pre- :pep:639implementation details (like precise license file paths insidedist-infodirectory) may need to adjust their code base to avoid problems. Deprecations and stronger validation were also introduced (#4829).- Added exception (or warning) when deprecated license classifiers are used, according to PEP :pep:
639 <639#deprecate-license-classifiers>. (#4833)- Deprecated
tools.setuptools.license-filesin favor ofproject.license-filesand added exception ifproject.license-filesandtools.setuptools.license-filesare used together. -- by :user:cdce8p(#4837)- Deprecated
project.licenseas a TOML table inpyproject.toml. Users are expected to move towards usingproject.license-filesand/or SPDX expressions (as strings) inpyproject.license. See PEP :pep:639 <639#deprecate-license-key-table-subkeys>. (#4840)- Added simple validation for given glob patterns in
license-files: a warning will be generated if no file is matched. Invalid glob patterns can raise an exception. -- thanks :user:cdce8pfor contributions. (#4838)Misc
f577461
Bump version: 77.0.0 → 77.0.185677af
Manually fix news fragment entries (#4891)ce2e283
Change news fragment name to imply patch version bump7653149
Add news fragments7db26a1
Manually fix news fragment entries5d58b45
Bump version: 76.1.0 → 77.0.0f49d589
Update URL in warningdee0a5e
Add news fragment for PEP 639 marking as 'breaking'74725de
Update vendored copy of wheel (#4869)5585c1c
Add news fragment