diff --git a/pyproject_api-1.6.1.tar.gz b/pyproject_api-1.6.1.tar.gz deleted file mode 100644 index f029f88..0000000 --- a/pyproject_api-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1817dc018adc0d1ff9ca1ed8c60e1623d5aaca40814b953af14a9cf9a5cae538 -size 22507 diff --git a/pyproject_api-1.8.0.tar.gz b/pyproject_api-1.8.0.tar.gz new file mode 100644 index 0000000..e694288 --- /dev/null +++ b/pyproject_api-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b8049f2feb5d33eefcc21b57f1e279636277a8ac8ad6b5871037b243778496 +size 22340 diff --git a/python-pyproject-api.changes b/python-pyproject-api.changes index db5ce1f..e292d0a 100644 --- a/python-pyproject-api.changes +++ b/python-pyproject-api.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 8 11:46:40 UTC 2025 - Dirk Müller + +- 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 @@ -5,7 +18,7 @@ Thu Nov 9 08:57:34 UTC 2023 - ecsos - Fix metadata_from_built only extracts one of the dist info files in #100 - Update to 1.6.0: - - Extrat build_ from + - Extrat build_ from prepare_metadata_for_build_ in #99 ------------------------------------------------------------------- diff --git a/python-pyproject-api.spec b/python-pyproject-api.spec index 8b6280c..b5d1913 100644 --- a/python-pyproject-api.spec +++ b/python-pyproject-api.spec @@ -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