From 12c45c1b867953e7b24896c26254cccb471002d0b75559a6a19fcc7517ef3df3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Nov 2023 11:19:36 +0000 Subject: [PATCH] Accepting request 1124388 from home:ecsos:python - 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_ from prepare_metadata_for_build_ in #99 OBS-URL: https://build.opensuse.org/request/show/1124388 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-api?expand=0&rev=8 --- pyproject_api-1.5.4.tar.gz | 3 --- pyproject_api-1.6.1.tar.gz | 3 +++ python-pyproject-api.changes | 10 ++++++++++ python-pyproject-api.spec | 9 ++++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 pyproject_api-1.5.4.tar.gz create mode 100644 pyproject_api-1.6.1.tar.gz diff --git a/pyproject_api-1.5.4.tar.gz b/pyproject_api-1.5.4.tar.gz deleted file mode 100644 index 6068b35..0000000 --- a/pyproject_api-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d41f3f0c04f0f6a830c27b1c425fa66699715ae06d8a054a1c5eeaaf8bfb145 -size 22002 diff --git a/pyproject_api-1.6.1.tar.gz b/pyproject_api-1.6.1.tar.gz new file mode 100644 index 0000000..f029f88 --- /dev/null +++ b/pyproject_api-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538 +size 22507 diff --git a/python-pyproject-api.changes b/python-pyproject-api.changes index 0f6c014..db5ce1f 100644 --- a/python-pyproject-api.changes +++ b/python-pyproject-api.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 9 08:57:34 UTC 2023 - 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_ from + prepare_metadata_for_build_ in #99 + ------------------------------------------------------------------- Mon Aug 28 21:46:05 UTC 2023 - Matej Cepl diff --git a/python-pyproject-api.spec b/python-pyproject-api.spec index 0d76f0c..8b6280c 100644 --- a/python-pyproject-api.spec +++ b/python-pyproject-api.spec @@ -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