File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.0 RC 1
4+
5+ Changes since last beta:
6+
7+ - Remove attribute locking
8+ - Fix for METADATA 2.4 being set and PEP 639 recommendation
9+ - Support PEP 735 in top level validation
10+ - Adjust URL handling to better match PEP 753
11+
312## 0.9.0 (WIP)
413
514This release adds PEP 639 support (METADATA 2.4), refactors the RFC messages,
@@ -11,7 +20,7 @@ Features:
1120
1221- Added PEP 639 support for SPDX license and license files, METADATA 2.4
1322- Validate extra keys (warning, opt-in error)
14- - Setting a non-dynamic field is an error
23+ - Functions to check top level and build-system (including PEP 735 support)
1524- Add TypedDict's in new module for typing pyproject.toml dicts
1625- ` all_errors=True ` causes ` ExceptionGroup ` 's to be emitted
1726- Support METADATA 2.1+ JSON format with new ` .as_json() ` method
2332- Warn on multiline Summary (` project.description ` )
2433- Improve locking for just metadata fields
2534- Error on extra keys in author/maintainer
35+ - URL name stylization removed matching PEP 753
2636
2737Refactoring:
2838
Original file line number Diff line number Diff line change 6868import packaging .utils
6969import packaging .version
7070
71- __version__ = "0.9.0b7 "
71+ __version__ = "0.9.0rc1 "
7272
7373__all__ = [
7474 "ConfigurationError" ,
You can’t perform that action at this time.
0 commit comments