17
0

2 Commits

Author SHA256 Message Date
add1d2f113 Accepting request 1291241 from devel:languages:python
- update to 1.8.0:
  * really drop python<3 support
- update to 1.7.2:
  * Improve the CI
- update to 1.7.1:
  * Move changelog to GH releases
- update to 1.7.0:
  * docs: correct Homepage URL
  * Bump and fix CI for new setuptools

  - Extrat build_<wheel|editable> from

OBS-URL: https://build.opensuse.org/request/show/1291241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyproject-api?expand=0&rev=4
2025-07-09 15:27:11 +00:00
2123d7d397 - update to 1.8.0:
* really drop python<3 support
- update to 1.7.2:
  * Improve the CI
- update to 1.7.1:
  * Move changelog to GH releases
- update to 1.7.0:
  * docs: correct Homepage URL
  * Bump and fix CI for new setuptools
  - Extrat build_<wheel|editable> from

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-api?expand=0&rev=10
2025-07-08 11:47:02 +00:00
4 changed files with 26 additions and 19 deletions

View File

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

BIN
pyproject_api-1.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 8 11:46:40 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.8.0:
* really drop python<3 support
- update to 1.7.2:
* Improve the CI
- update to 1.7.1:
* Move changelog to GH releases
- update to 1.7.0:
* docs: correct Homepage URL
* Bump and fix CI for new setuptools
-------------------------------------------------------------------
Thu Nov 9 08:57:34 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -5,7 +18,7 @@ Thu Nov 9 08:57:34 UTC 2023 - ecsos <ecsos@opensuse.org>
- Fix metadata_from_built only extracts one of the dist info files
in #100
- Update to 1.6.0:
- Extrat build_<wheel|editable> from
- Extrat build_<wheel|editable> from
prepare_metadata_for_build_<wheel|editable> in #99
-------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyproject-api
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pyproject-api
Version: 1.6.1
Version: 1.8.0
Release: 0
Summary: API to interact with the python pyproject.toml based projects
License: MIT
@@ -28,28 +28,22 @@ BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatch >= 0.3}
BuildRequires: %{python_module hatch-vcs >= 0.3}
BuildRequires: %{python_module hatchling >= 1.18}
BuildRequires: %{python_module importlib-metadata >= 6 if %python-base < 3.8}
BuildRequires: %{python_module packaging >= 23.1}
BuildRequires: %{python_module packaging >= 24.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 68.1.2}
BuildRequires: %{python_module setuptools >= 75.1}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module tomli >= 2.0.1 if %python-base < 3.11}
BuildRequires: %{python_module wheel >= 0.41.2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
BuildRequires: (python36-importlib-metadata >= 6 if python36-base)
Requires: python-packaging >= 23
Requires: (python-importlib-metadata >= 6 if python3-base < 3.8)
Requires: (python-tomli >= 2.0.1 if python3-base < 3.11)
Requires: python-packaging >= 24.1
BuildArch: noarch
# SECTION testing=
# (except for pytest-cov and -randomly)
BuildRequires: %{python_module covdefaults >= 2.3}
BuildRequires: %{python_module pytest >= 7.4}
BuildRequires: %{python_module pytest-cov >= 4.1}
BuildRequires: %{python_module pytest-mock >= 3.11.1}
BuildRequires: %{python_module virtualenv >= 20.17.1}
BuildRequires: %{python_module pytest >= 8.3.3}
BuildRequires: %{python_module pytest-cov >= 5}
BuildRequires: %{python_module pytest-mock >= 3.14}
# /SECTION
%python_subpackages
@@ -78,7 +72,7 @@ skip_tests="($skip_tests or test_setuptools_prepare_metadata_for_build_wheel)"
%files %{python_files}
%license LICENSE
%doc README.md docs/changelog.rst
%doc README.md
%{python_sitelib}/pyproject_api-%{version}*-info
%{python_sitelib}/pyproject_api