Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-hatch for openSUSE:Factory 
checked in at 2023-09-20 13:29:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hatch (Old)
 and      /work/SRC/openSUSE:Factory/.python-hatch.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hatch"

Wed Sep 20 13:29:54 2023 rev:8 rq:1112252 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hatch/python-hatch.changes        
2023-06-21 22:41:26.138940424 +0200
+++ /work/SRC/openSUSE:Factory/.python-hatch.new.16627/python-hatch.changes     
2023-09-20 13:33:05.647038296 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 11:01:55 UTC 2023 - Markéta Machová <mmach...@suse.com>
+
+- Add CI.patch to fix tests
+
+-------------------------------------------------------------------

New:
----
  CI.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-hatch.spec ++++++
--- /var/tmp/diff_new_pack.TB3t97/_old  2023-09-20 13:33:06.863081862 +0200
+++ /var/tmp/diff_new_pack.TB3t97/_new  2023-09-20 13:33:06.863081862 +0200
@@ -37,6 +37,8 @@
 Patch0:         fix-sdist-target.patch
 # PATCH-FIX-UPSTREAM hatch-pr828-pth-tests.patch, gh#pypa/hatch#828
 Patch1:         hatch-pr828-pth-tests.patch
+# PATCH-FIX-UPSTREAM CI.patch, gh#pypa/hatch#940
+Patch2:         CI.patch
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module hatchling >= 1.14}
 BuildRequires:  %{python_module pip}

++++++ CI.patch ++++++
>From 4ddbf0a9a720caed18d19c083ff88427c9d2a993 Mon Sep 17 00:00:00 2001
From: Maximilian Hils <git...@maximilianhils.com>
Date: Thu, 24 Aug 2023 05:30:00 +0200
Subject: [PATCH] Fix CI (#940)

fix unrelated ci issue
---
 tests/cli/config/test_set.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/cli/config/test_set.py b/tests/cli/config/test_set.py
index 73bb9bc03..cd576feb4 100644
--- a/tests/cli/config/test_set.py
+++ b/tests/cli/config/test_set.py
@@ -184,7 +184,6 @@ def test_project_location_basic_set_first_project(hatch, 
config_file, helpers, t
         f"""
         New setting:
         project = "foo"
-
         [projects]
         foo = "{path}"
         """
@@ -206,7 +205,6 @@ def test_project_location_complex_set_first_project(hatch, 
config_file, helpers,
         f"""
         New setting:
         project = "foo"
-
         [projects.foo]
         location = "{path}"
         """

Reply via email to