v0.5
New release: validate-pyproject v0.5
.
What's Changed
- Fixed entry-points format to allow values without the
:obj.attr
part, #8 - Improved
trove-classifier
validation, even when the package is not installed, #9 - Improved URL validation when scheme prefix is not present, #14
- Vendor
fastjsonschema
to facilitate applying patches and latest updates, #15 - Remove fixes for old version of
fastjsonschema
, #16, #19 - Improved error messages, #18
- Replaced usage of
importlib.resources
legacy functions with the new API, #17 - Added GitHub Actions for automatic test and release of tags, #11
Full Diff: v0.4...v0.5