From 39bd1bae2fd8861ecd53208425da0cb634473d85a13df39f09a29d097c96d85c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 11 Dec 2024 18:33:50 +0000 Subject: [PATCH] - Upgrade to 1.13.0: - Remove upstreamed patches: - fix-tests.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch?expand=0&rev=40 --- fix-tests.patch | 10 ++++++---- hatch-v1.12.0.tar.gz | 3 --- hatch-v1.13.0.tar.gz | 3 +++ python-hatch.changes | 8 ++++++++ python-hatch.spec | 6 +++--- 5 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 hatch-v1.12.0.tar.gz create mode 100644 hatch-v1.13.0.tar.gz diff --git a/fix-tests.patch b/fix-tests.patch index b28ee35..5b64aa8 100644 --- a/fix-tests.patch +++ b/fix-tests.patch @@ -1,7 +1,9 @@ -Index: hatch-hatch-v1.12.0/tests/conftest.py -=================================================================== ---- hatch-hatch-v1.12.0.orig/tests/conftest.py -+++ hatch-hatch-v1.12.0/tests/conftest.py +--- + tests/conftest.py | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +--- a/tests/conftest.py ++++ b/tests/conftest.py @@ -95,11 +95,12 @@ def isolation(uv_on_path) -> Generator[P 'GIT_AUTHOR_EMAIL': 'foo@bar.baz', 'COLUMNS': '80', diff --git a/hatch-v1.12.0.tar.gz b/hatch-v1.12.0.tar.gz deleted file mode 100644 index 6cfecc8..0000000 --- a/hatch-v1.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70f77624599397866e85e08294fe7abc1261ab99b9a21fbe83cb529b0287b828 -size 5274124 diff --git a/hatch-v1.13.0.tar.gz b/hatch-v1.13.0.tar.gz new file mode 100644 index 0000000..acbc964 --- /dev/null +++ b/hatch-v1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f293eefd006a2dab3982f1c34d1a9160e03a4822cd91c5020be97fa1c0eae661 +size 5274736 diff --git a/python-hatch.changes b/python-hatch.changes index e5f19eb..d3c3d09 100644 --- a/python-hatch.changes +++ b/python-hatch.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 11 18:31:58 UTC 2024 - Matej Cepl + +- Upgrade to 1.13.0: + +- Remove upstreamed patches: + - fix-tests.patch + ------------------------------------------------------------------- Thu Aug 8 11:20:24 UTC 2024 - Daniel Garcia diff --git a/python-hatch.spec b/python-hatch.spec index 9fdbe3f..01ac6f0 100644 --- a/python-hatch.spec +++ b/python-hatch.spec @@ -26,15 +26,15 @@ %endif %{?sle15_python_module_pythons} Name: python-hatch%{psuffix} -Version: 1.12.0 +Version: 1.13.0 Release: 0 Summary: Modern, extensible Python project management License: MIT URL: https://hatch.pypa.io/latest/ # SourceRepository: https://github.com/pypa/hatch Source: https://github.com/pypa/hatch/archive/refs/tags/hatch-v%{version}.tar.gz -# PATCH-FIX-OPENSUSE fix-tests.patch -Patch0: fix-tests.patch +# # PATCH-FIX-OPENSUSE fix-tests.patch +# Patch0: fix-tests.patch BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatch-vcs >= 0.3} BuildRequires: %{python_module hatchling >= 1.19}