14
0
forked from pool/python-hatch

- 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
This commit is contained in:
2024-12-11 18:33:50 +00:00
committed by Git OBS Bridge
parent dceb7e9db6
commit 39bd1bae2f
5 changed files with 20 additions and 10 deletions

View File

@@ -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',

BIN
hatch-v1.12.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
hatch-v1.13.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 11 18:31:58 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Upgrade to 1.13.0:
- Remove upstreamed patches:
- fix-tests.patch
-------------------------------------------------------------------
Thu Aug 8 11:20:24 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -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}