15
0

4 Commits

Author SHA256 Message Date
4235a8f190 Accepting request 1329163 from devel:languages:python
- update to 0.10.0:
  * This release adds support for PEP 794 (METADATA 2.5),
    the new import-names(paces) fields. Support hasn't rolled out
    in other packages yet, but once it does, you can be ready for
    it with this release.
  * As usual, nothing changes if you don't specify the new fields
    or the new METADATA version.
  * Add PyPy 3.11 testing
  * Add Python 3.14 classifier
  * Use PEP 639 license
  * Use dependency groups
  * Enable branch coverage
  * Enabled most Ruff linting rules on codebase

- Required by meson-python

OBS-URL: https://build.opensuse.org/request/show/1329163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyproject-metadata?expand=0&rev=6
2026-01-27 15:06:53 +00:00
3419a1ca5b - update to 0.10.0:
* This release adds support for PEP 794 (METADATA 2.5),
    the new import-names(paces) fields. Support hasn't rolled out
    in other packages yet, but once it does, you can be ready for
    it with this release.
  * As usual, nothing changes if you don't specify the new fields
    or the new METADATA version.
  * Add PyPy 3.11 testing
  * Add Python 3.14 classifier
  * Use PEP 639 license
  * Use dependency groups
  * Enable branch coverage
  * Enabled most Ruff linting rules on codebase
- Required by meson-python

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-metadata?expand=0&rev=11
2026-01-26 08:24:05 +00:00
bbad3716cc Accepting request 1253079 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1253079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyproject-metadata?expand=0&rev=5
2025-03-16 17:58:14 +00:00
807a01be8b Accepting request 1253055 from home:fstegmeier:branches:devel:languages:python
- 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
2025-03-14 13:15:53 +00:00
4 changed files with 46 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0e5d416d0851b89198cb112ff568adbb75da7d4941ca23f5a16690163785277
size 42348

Binary file not shown.

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Jan 26 08:23:32 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.10.0:
* This release adds support for PEP 794 (METADATA 2.5),
the new import-names(paces) fields. Support hasn't rolled out
in other packages yet, but once it does, you can be ready for
it with this release.
* As usual, nothing changes if you don't specify the new fields
or the new METADATA version.
* Add PyPy 3.11 testing
* Add Python 3.14 classifier
* Use PEP 639 license
* Use dependency groups
* Enable branch coverage
* Enabled most Ruff linting rules on codebase
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyproject-metadata
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-pyproject-metadata
Version: 0.7.1
Version: 0.10.0
Release: 0
Summary: PEP 621 metadata parsing
License: MIT
URL: https://github.com/FFY00/python-pyproject-metadata
Source: https://github.com/FFY00/python-pyproject-metadata/archive/refs/tags/%{version}.tar.gz#/python-pyproject-metadata-%{version}.tar.gz
Source: https://github.com/FFY00/python-pyproject-metadata/archive/refs/tags/%{version}.tar.gz#/pyproject-metadata-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module packaging >= 19}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 42}
@@ -52,7 +53,7 @@ parsed), it will validate this input and generate a PEP 643-compliant metadata
file (e.g. `PKG-INFO`).
%prep
%setup -q -n python-pyproject-metadata-%{version}
%autosetup -p1 -n pyproject-metadata-%{version}
%build
%pyproject_wheel