From 8ebbda2a7a514ff533db1b7e39f8ff4af34c5b09a5313cd4f14ceb4e60545711 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 20 Oct 2022 20:51:58 +0000 Subject: [PATCH] Accepting request 1030244 from home:benoit_monin:branches:devel:languages:python update to version 1.11.1 OBS-URL: https://build.opensuse.org/request/show/1030244 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=25 --- hatchling-1.11.0.tar.gz | 3 --- hatchling-1.11.1.tar.gz | 3 +++ python-hatchling.changes | 7 +++++++ python-hatchling.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.11.0.tar.gz create mode 100644 hatchling-1.11.1.tar.gz diff --git a/hatchling-1.11.0.tar.gz b/hatchling-1.11.0.tar.gz deleted file mode 100644 index 8da1c50..0000000 --- a/hatchling-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a263a8c50817cd2dfcd4dd6d0d55a5ebcb078eeec9858cc3d056314b3438ec8f -size 57193 diff --git a/hatchling-1.11.1.tar.gz b/hatchling-1.11.1.tar.gz new file mode 100644 index 0000000..9ccc8bb --- /dev/null +++ b/hatchling-1.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f84361f70cf3a7ab9543b0c3ecc64211ed2ba8a606a71eb6a473c1c9b08e1d0 +size 57223 diff --git a/python-hatchling.changes b/python-hatchling.changes index b671265..268f25a 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 20 19:55:11 UTC 2022 - Benoît Monin + +- update to version 1.11.1: + * Fixed: Fix default file selection behavior of the wheel target + when there is a single top-level module + ------------------------------------------------------------------- Sun Oct 9 19:49:17 UTC 2022 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index 3196902..755f48c 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hatchling -Version: 1.11.0 +Version: 1.11.1 Release: 0 Summary: Build backend used by Hatch License: MIT