From aefbf1f8048107e1781e0adcf4ffb15acde59a2c1f66df3bea61f5639b19c6a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Nov 2024 21:05:40 +0000 Subject: [PATCH] Accepting request 1223783 from home:benoit_monin:branches:devel:languages:python update to 1.26.3 OBS-URL: https://build.opensuse.org/request/show/1223783 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=57 --- hatchling-1.26.1.tar.gz | 3 --- hatchling-1.26.3.tar.gz | 3 +++ python-hatchling.changes | 14 ++++++++++++++ python-hatchling.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.26.1.tar.gz create mode 100644 hatchling-1.26.3.tar.gz diff --git a/hatchling-1.26.1.tar.gz b/hatchling-1.26.1.tar.gz deleted file mode 100644 index 7bf6595..0000000 --- a/hatchling-1.26.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d956592e6c5d5df1f591be1e97a941c7b9ec6fd039f4c8624c29557bac034e9 -size 54879 diff --git a/hatchling-1.26.3.tar.gz b/hatchling-1.26.3.tar.gz new file mode 100644 index 0000000..2c19c7a --- /dev/null +++ b/hatchling-1.26.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b672a9c36a601a06c4e88a1abb1330639ee8e721e0535a37536e546a667efc7a +size 54968 diff --git a/python-hatchling.changes b/python-hatchling.changes index 10fcd89..ffa07e9 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Nov 12 20:31:17 UTC 2024 - Benoît Monin + +- update to 1.26.3: + * Fixed: Support an old import path that is still used by some + consumers like Hatch +- additional changes from version 1.26.2: + * Fixed: + + Back-populate string license fields (License-Expression) for + core metadata versions prior to 2.4 + + Remove the License-Expression and License-Files core metadata + from version 2.2 that was missed in the previous minor + release + ------------------------------------------------------------------- Sun Nov 10 16:24:38 UTC 2024 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index 9b35393..6dd7579 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hatchling -Version: 1.26.1 +Version: 1.26.3 Release: 0 Summary: Build backend used by Hatch License: MIT