Update to 1.18.0 (close RHBZ#2214286)

epel9 imports/e9/python-hatchling-1.18.0-1.el9
Benjamin A. Beasley 2 years ago
parent a9cfd86b20
commit 95de94484c

1
.gitignore vendored

@ -34,3 +34,4 @@
/hatchling-1.16.1.tar.gz /hatchling-1.16.1.tar.gz
/hatchling-1.17.0.tar.gz /hatchling-1.17.0.tar.gz
/hatchling-1.17.1.tar.gz /hatchling-1.17.1.tar.gz
/hatchling-1.18.0.tar.gz

@ -1,4 +1,4 @@
From 54d85745d55fa0d148c04bfb1ad6c44c0ae9737b Mon Sep 17 00:00:00 2001 From 434141ae48b911d3b56675a34f38f9ffbb49b641 Mon Sep 17 00:00:00 2001
From: "Benjamin A. Beasley" <code@musicinmybrain.net> From: "Benjamin A. Beasley" <code@musicinmybrain.net>
Date: Mon, 24 Jul 2023 11:30:02 -0400 Date: Mon, 24 Jul 2023 11:30:02 -0400
Subject: [PATCH] Downstream-only: loosen dependency versions for EPEL9 Subject: [PATCH] Downstream-only: loosen dependency versions for EPEL9
@ -9,13 +9,13 @@ See discussion in https://bugzilla.redhat.com/show_bug.cgi?id=2158497.
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/backend/pyproject.toml b/backend/pyproject.toml diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index de1ba4d0..ab9af0c5 100644 index 8e4e5ffc..2655b7d6 100644
--- a/backend/pyproject.toml --- a/backend/pyproject.toml
+++ b/backend/pyproject.toml +++ b/backend/pyproject.toml
@@ -37,9 +37,9 @@ classifiers = [ @@ -35,9 +35,9 @@ classifiers = [
]
dependencies = [ dependencies = [
"editables>=0.3", "editables>=0.3",
"importlib-metadata; python_version < '3.8'",
- "packaging>=21.3", - "packaging>=21.3",
+ "packaging>=20.9", + "packaging>=20.9",
"pathspec>=0.10.1", "pathspec>=0.10.1",

@ -1,5 +1,5 @@
Name: python-hatchling Name: python-hatchling
Version: 1.17.1 Version: 1.18.0
Release: %autorelease Release: %autorelease
Summary: The build backend used by Hatch Summary: The build backend used by Hatch

@ -1 +1 @@
SHA512 (hatchling-1.17.1.tar.gz) = 8bd1833b8531f36e2438b02b82632265edb9fcbf6ef4e560a66add063c2b0a0692a8597cfdf601d98e716038d53bf4e228f7dc174155545e093d13b00783c9c9 SHA512 (hatchling-1.18.0.tar.gz) = b0c3906aa4065ffff63d923e576f0b96d8436947b41c9eac540a449a229e08fcb0edc628d0d76cc3b3c0a401d6dc1101d5d04f855a17971f2deb3d630b5480bf

Loading…
Cancel
Save