14
0

Accepting request 1124420 from devel:languages:python

Forwarded request #1124388 from ecsos

- Update to 1.6.1:
    - Fix metadata_from_built only extracts one of the dist info files
      in #100
  - Update to 1.6.0:
    - Extrat build_<wheel|editable> from 
      prepare_metadata_for_build_<wheel|editable> in #99

OBS-URL: https://build.opensuse.org/request/show/1124420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyproject-api?expand=0&rev=3
This commit is contained in:
2023-11-09 20:35:59 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Nov 9 08:57:34 UTC 2023 - ecsos <ecsos@opensuse.org>
- Update to 1.6.1:
- Fix metadata_from_built only extracts one of the dist info files
in #100
- Update to 1.6.0:
- Extrat build_<wheel|editable> from
prepare_metadata_for_build_<wheel|editable> in #99
-------------------------------------------------------------------
Mon Aug 28 21:46:05 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -18,21 +18,23 @@
%{?sle15_python_module_pythons}
Name: python-pyproject-api
Version: 1.5.4
Version: 1.6.1
Release: 0
Summary: API to interact with the python pyproject.toml based projects
License: MIT
URL: https://github.com/tox-dev/pyproject-api
Source: https://files.pythonhosted.org/packages/source/p/pyproject_api/pyproject_api-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatch >= 0.3}
BuildRequires: %{python_module hatch-vcs >= 0.3}
BuildRequires: %{python_module hatchling >= 1.12.2}
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 pip}
BuildRequires: %{python_module setuptools >= 68.1.2}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module tomli >= 2.0.1 if %python-base < 3.11}
BuildRequires: %{python_module wheel >= 0.40.0}
BuildRequires: %{python_module wheel >= 0.41.2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
@@ -45,6 +47,7 @@ BuildArch: noarch
# (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}
# /SECTION