forked from pool/python-pyproject-metadata
- Update to 0.9.1 * Added PEP 639 support for SPDX license and license files, METADATA 2.4 * Validate extra keys (warning, opt-in error) * Functions to check top level and build-system (including PEP 735 support) * Add TypedDict's in new module for typing pyproject.toml dicts * all_errors=True causes ExceptionGroup's to be emitted * Support METADATA 2.1+ JSON format with new .as_json() method * Handle multilines the way setuptools does with smart indentation * Warn on multiline Summary (project.description) * Improve locking for just metadata fields * Error on extra keys in author/maintainer * URL name stylization removed matching PEP 753 * Handle form feed for Python <3.12.4 * Some touchup based on packaging PR OBS-URL: https://build.opensuse.org/request/show/1253055 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-metadata?expand=0&rev=9
49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 14 12:20:13 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
|
|
|
|
- Update to 0.9.1
|
|
|
|
* Added PEP 639 support for SPDX license and license files, METADATA 2.4
|
|
* Validate extra keys (warning, opt-in error)
|
|
* Functions to check top level and build-system (including PEP 735 support)
|
|
* Add TypedDict's in new module for typing pyproject.toml dicts
|
|
* all_errors=True causes ExceptionGroup's to be emitted
|
|
* Support METADATA 2.1+ JSON format with new .as_json() method
|
|
* Handle multilines the way setuptools does with smart indentation
|
|
* Warn on multiline Summary (project.description)
|
|
* Improve locking for just metadata fields
|
|
* Error on extra keys in author/maintainer
|
|
* URL name stylization removed matching PEP 753
|
|
* Handle form feed for Python <3.12.4
|
|
* Some touchup based on packaging PR
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 17 12:49:35 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- update to 0.7.1
|
|
* Use UTF-8 when opening files
|
|
* Use tomllib on Python >= 3.11
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 12:31:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 22:43:52 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 2 10:18:48 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Skip a test failing due to new error strings in packaging 22
|
|
gh#FFY00/python-pyproject-metadata#41
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 10 21:25:27 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Initial specfile for v 0.6.1
|
|
- Required by meson-python
|