From 9a3123689969cbf0c096edc23dba00a0086b65594dda19dd58f21e8cc01ded54 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 28 Aug 2023 21:50:39 +0000 Subject: [PATCH 1/3] - Update to 1.5.4: - Exclude dependabot and pre-commit ci from release notes - Bump tools and deps - Make sure that the order of Requires-Dist does not matter - Update to 1.5.3: - Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 - Fix read_line to raise EOFError if nothing was read - Update to 1.5.2: - Add pyproject-fmt - docs: remove (dynamic) years from copyright - Drop 2.7 test - Add trusted-publish - Add 3.12 support - Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 git ls-files -z -- .github/workflows/check.yml \ | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' - Add ruff OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-api?expand=0&rev=4 --- pyproject_api-1.5.1.tar.gz | 3 --- pyproject_api-1.5.4.tar.gz | 3 +++ python-pyproject-api.changes | 21 +++++++++++++++++++++ python-pyproject-api.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 pyproject_api-1.5.1.tar.gz create mode 100644 pyproject_api-1.5.4.tar.gz diff --git a/pyproject_api-1.5.1.tar.gz b/pyproject_api-1.5.1.tar.gz deleted file mode 100644 index 4157b98..0000000 --- a/pyproject_api-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:435f46547a9ff22cf4208ee274fca3e2869aeb062a4834adfc99a4dd64af3cf9 -size 22081 diff --git a/pyproject_api-1.5.4.tar.gz b/pyproject_api-1.5.4.tar.gz new file mode 100644 index 0000000..6068b35 --- /dev/null +++ b/pyproject_api-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d41f3f0c04f0f6a830c27b1c425fa66699715ae06d8a054a1c5eeaaf8bfb145 +size 22002 diff --git a/python-pyproject-api.changes b/python-pyproject-api.changes index 9b3a89c..0f6c014 100644 --- a/python-pyproject-api.changes +++ b/python-pyproject-api.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Aug 28 21:46:05 UTC 2023 - Matej Cepl + +- Update to 1.5.4: + - Exclude dependabot and pre-commit ci from release notes + - Bump tools and deps + - Make sure that the order of Requires-Dist does not matter +- Update to 1.5.3: + - Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 + - Fix read_line to raise EOFError if nothing was read +- Update to 1.5.2: + - Add pyproject-fmt + - docs: remove (dynamic) years from copyright + - Drop 2.7 test + - Add trusted-publish + - Add 3.12 support + - Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 + git ls-files -z -- .github/workflows/check.yml \ + | xargs -0 sed -i 's|3.12.0-alpha.7|3.12.0-beta.1|g' + - Add ruff + ------------------------------------------------------------------- Fri May 5 14:49:35 UTC 2023 - Matej Cepl diff --git a/python-pyproject-api.spec b/python-pyproject-api.spec index a292e6d..97b620c 100644 --- a/python-pyproject-api.spec +++ b/python-pyproject-api.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyproject-api -Version: 1.5.1 +Version: 1.5.4 Release: 0 Summary: API to interact with the python pyproject.toml based projects License: MIT From ebfda95236f2db31f663b884665242aee89e7fbfed03c170305747ecd607775c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 28 Aug 2023 22:07:36 +0000 Subject: [PATCH 2/3] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-api?expand=0&rev=5 --- python-pyproject-api.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-pyproject-api.spec b/python-pyproject-api.spec index 97b620c..7fe18e7 100644 --- a/python-pyproject-api.spec +++ b/python-pyproject-api.spec @@ -27,12 +27,12 @@ Source: https://files.pythonhosted.org/packages/source/p/pyproject_api/p BuildRequires: %{python_module hatch >= 0.3} BuildRequires: %{python_module hatch-vcs >= 0.3} BuildRequires: %{python_module hatchling >= 1.12.2} -BuildRequires: %{python_module importlib-metadata >= 6 if %python-base < 3.8} -BuildRequires: %{python_module packaging >= 23} +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_scm} -BuildRequires: %{python_module tomli >= 2.0.1 if %python-base < 3.11} -BuildRequires: %{python_module wheel >= 0.38.4} +BuildRequires: %{python_module tomli >= 2.0.1 if %{python}-base < 3.11} +BuildRequires: %{python_module wheel >= 0.40.0} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip @@ -43,9 +43,9 @@ Requires: (python-tomli >= 2.0.1 if python3-base < 3.11) BuildArch: noarch # SECTION testing= # (except for pytest-cov and -randomly) -BuildRequires: %{python_module covdefaults >= 2.2.2} -BuildRequires: %{python_module pytest >= 7.2.0} -BuildRequires: %{python_module pytest-mock >= 3.10.0} +BuildRequires: %{python_module covdefaults >= 2.3} +BuildRequires: %{python_module pytest >= 7.4} +BuildRequires: %{python_module pytest-mock >= 3.11.1} BuildRequires: %{python_module virtualenv >= 20.17.1} # /SECTION %python_subpackages From cc8818e0ea2ce2bc61f66f9f6401ba8e26469a201899365c3cf4df18cc27835f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 28 Aug 2023 22:13:06 +0000 Subject: [PATCH 3/3] Fix SPEC OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyproject-api?expand=0&rev=6 --- python-pyproject-api.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pyproject-api.spec b/python-pyproject-api.spec index 7fe18e7..0d76f0c 100644 --- a/python-pyproject-api.spec +++ b/python-pyproject-api.spec @@ -27,11 +27,11 @@ Source: https://files.pythonhosted.org/packages/source/p/pyproject_api/p BuildRequires: %{python_module hatch >= 0.3} BuildRequires: %{python_module hatch-vcs >= 0.3} BuildRequires: %{python_module hatchling >= 1.12.2} -BuildRequires: %{python_module importlib-metadata >= 6 if %{python}-base < 3.8} +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_scm} -BuildRequires: %{python_module tomli >= 2.0.1 if %{python}-base < 3.11} +BuildRequires: %{python_module tomli >= 2.0.1 if %python-base < 3.11} BuildRequires: %{python_module wheel >= 0.40.0} BuildRequires: fdupes BuildRequires: python-rpm-macros