public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/hatch] f45: Update to 1.18.1 (close RHBZ#2535583)
Date: Wed, 16 Sep 2026 20:21:36 GMT [thread overview]
Message-ID: <178959009652.1.3474780929231029272.rpms-hatch-7f0fa5e34744@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/hatch
Branch : f45
Commit : 7f0fa5e347442a4593bd450f57f19917e80d9be8
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-16T21:09:04+01:00
Stats : +2/-64 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/hatch/c/7f0fa5e347442a4593bd450f57f19917e80d9be8?branch=f45
Log:
Update to 1.18.1 (close RHBZ#2535583)
---
diff --git a/2400.patch b/2400.patch
deleted file mode 100644
index 2f3a55c..0000000
--- a/2400.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From a84cf8aa462e39f1cf460f4b4feabdcab5183095 Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Wed, 19 Aug 2026 08:22:20 +0100
-Subject: [PATCH] Mark a few more tests that require Internet access
-
----
- tests/cli/build/test_build.py | 4 ++++
- tests/cli/version/test_version.py | 1 +
- 2 files changed, 5 insertions(+)
-
-diff --git a/tests/cli/build/test_build.py b/tests/cli/build/test_build.py
-index 70c0cdda8..7ba6e956d 100644
---- a/tests/cli/build/test_build.py
-+++ b/tests/cli/build/test_build.py
-@@ -1465,6 +1465,7 @@ def test_no_workspace_members(self, hatch, temp_dir, helpers):
- """
- )
-
-+ @pytest.mark.requires_internet
- def test_default(self, hatch, temp_dir):
- workspace_root = self._create_workspace(hatch, temp_dir)
-
-@@ -1491,6 +1492,7 @@ def test_default(self, hatch, temp_dir):
- for member_name in ("member1", "member2"):
- assert not (workspace_root / "packages" / member_name / "dist").is_dir()
-
-+ @pytest.mark.requires_internet
- def test_virtual_root(self, hatch, temp_dir):
- workspace_root = temp_dir / "workspace"
- workspace_root.mkdir()
-@@ -1523,6 +1525,7 @@ def test_virtual_root(self, hatch, temp_dir):
- "member2-0.0.1.tar.gz",
- ]
-
-+ @pytest.mark.requires_internet
- def test_explicit_targets(self, hatch, temp_dir):
- workspace_root = self._create_workspace(hatch, temp_dir)
-
-@@ -1540,6 +1543,7 @@ def test_explicit_targets(self, hatch, temp_dir):
- "workspace_root-0.0.1-py3-none-any.whl",
- ]
-
-+ @pytest.mark.requires_internet
- def test_explicit_directory(self, hatch, temp_dir):
- workspace_root = self._create_workspace(hatch, temp_dir)
- build_directory = temp_dir / "artifacts"
-diff --git a/tests/cli/version/test_version.py b/tests/cli/version/test_version.py
-index eaff5a53a..ca0d914cf 100644
---- a/tests/cli/version/test_version.py
-+++ b/tests/cli/version/test_version.py
-@@ -37,6 +37,7 @@ def test_configured_project(self, hatch, temp_dir, helpers, config_file):
- )
-
-
-+@pytest.mark.requires_internet
- def test_other_backend_show(hatch, temp_dir, helpers):
- project_name = "My.App"
-
diff --git a/hatch.spec b/hatch.spec
index 10d30a4..fa27f24 100644
--- a/hatch.spec
+++ b/hatch.spec
@@ -4,7 +4,7 @@
#global snapdate YYYYMMDD
Name: hatch
-Version: 1.18.0%{?commit:^%{snapdate}.%{sub %{commit} 1 7}}
+Version: 1.18.1%{?commit:^%{snapdate}.%{sub %{commit} 1 7}}
Release: %autorelease
Summary: A modern project, package, and virtual env manager
@@ -84,10 +84,6 @@ Source1800: hatch-version.1
# https://github.com/pypa/hatch/pull/2399
Patch: %{url}/pull/2399.patch
-# Mark a few more tests that require Internet access
-# https://github.com/pypa/hatch/pull/2400
-Patch: %{url}/pull/2400.patch
-
BuildSystem: pyproject
BuildOption(install): --assert-license hatch
%if %{with tests}
diff --git a/sources b/sources
index cee5256..0a08544 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (hatch-hatch-v1.18.0.tar.gz) = 2f7b4252b14beca0ee205115016a4fdaa54fa28bd725bffd495d75b787daa22922bf6d794b2684ce379aa06ca0f4abc82ab51ca9f813846730cbcf2f3c6d71c5
+SHA512 (hatch-hatch-v1.18.1.tar.gz) = 3425dc8aed50c87acee16c4c092121ebf21d9351fb3659d5ab655eda17697575946c23fac9a588e1836f935ebff39a41d61c724e5fd0ebc64d60a284ac0206bd
reply other threads:[~2026-09-16 20:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178959009652.1.3474780929231029272.rpms-hatch-7f0fa5e34744@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox