From d571404d34c7949bd1f852d51841dc2313d0518718f6fe4c84ba3ff8fdf5c87a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= <mmachova@suse.com>
Date: Mon, 1 Aug 2022 08:30:40 +0000
Subject: [PATCH] Accepting request 991827 from
 home:benoit_monin:branches:devel:languages:python

update to version 1.6.0

OBS-URL: https://build.opensuse.org/request/show/991827
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=11
---
 hatchling-1.5.0.tar.gz   |  3 ---
 hatchling-1.6.0.tar.gz   |  3 +++
 python-hatchling.changes | 22 ++++++++++++++++++++++
 python-hatchling.spec    |  2 +-
 4 files changed, 26 insertions(+), 4 deletions(-)
 delete mode 100644 hatchling-1.5.0.tar.gz
 create mode 100644 hatchling-1.6.0.tar.gz

diff --git a/hatchling-1.5.0.tar.gz b/hatchling-1.5.0.tar.gz
deleted file mode 100644
index 6f1fc98..0000000
--- a/hatchling-1.5.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9ca409a41140cc662164680b78adcd3ba77b23a945984bd9970d11fe38e86a38
-size 47149
diff --git a/hatchling-1.6.0.tar.gz b/hatchling-1.6.0.tar.gz
new file mode 100644
index 0000000..e8d0d2a
--- /dev/null
+++ b/hatchling-1.6.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bd6e8505de511ac4217ff50927f6d1845494608e401e63a62b830c31fb613544
+size 47282
diff --git a/python-hatchling.changes b/python-hatchling.changes
index 8e2046c..83b812b 100644
--- a/python-hatchling.changes
+++ b/python-hatchling.changes
@@ -1,3 +1,25 @@
+-------------------------------------------------------------------
+Sat Jul 30 20:38:56 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
+
+- update to version 1.6.0:
+  * Changed:
+    + When no build targets are specified on the command line, now
+      default to sdist and wheel targets rather than what happens
+      to be defined in config
+    + The code version source now only supports files with known
+      extensions
+    + Global build hooks now run before target-specific build hooks
+      to better match expected behavior
+  * Added:
+    + The code version source now supports loading extension
+      modules
+    + Add search-paths option for the code version source
+  * Fixed:
+    + Fix removing sources using an empty string value in the
+      mapping
+    + The strict-naming option now also applies to the metadata
+      directory of wheel targets
+
 -------------------------------------------------------------------
 Fri Jul 15 12:19:55 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
 
diff --git a/python-hatchling.spec b/python-hatchling.spec
index dd47962..d6f671a 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.5.0
+Version:        1.6.0
 Release:        0
 Summary:        Build backend used by Hatch
 License:        MIT