From 709c8922a865761c206c7b805a7e0e27e5052aab9b43b947532ffdd68c8f7999 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 May 2023 22:23:15 +0000 Subject: [PATCH 1/2] Accepting request 1086608 from home:benoit_monin:branches:devel:languages:python update to version 1.16.1 OBS-URL: https://build.opensuse.org/request/show/1086608 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=42 --- hatchling-1.15.0.tar.gz | 3 --- hatchling-1.16.1.tar.gz | 3 +++ python-hatchling.changes | 11 +++++++++++ python-hatchling.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.15.0.tar.gz create mode 100644 hatchling-1.16.1.tar.gz diff --git a/hatchling-1.15.0.tar.gz b/hatchling-1.15.0.tar.gz deleted file mode 100644 index abde292..0000000 --- a/hatchling-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5538779d44465879e7866f63192f63b966b255dbdae7448cac6fd1ef788ce00 -size 56960 diff --git a/hatchling-1.16.1.tar.gz b/hatchling-1.16.1.tar.gz new file mode 100644 index 0000000..e3320bf --- /dev/null +++ b/hatchling-1.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42140c799da7bc43d89b7ced4d31ea1c375b34595cec52a11c8a245839d9af4 +size 57146 diff --git a/python-hatchling.changes b/python-hatchling.changes index 0f3231f..91c61c7 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 11 18:48:27 UTC 2023 - Benoît Monin + +- update to version 1.16.1: + * Fix determining the built executable path for the app build + target option when using a local copy of PyApp when there is + an explicit target triple set +- additional changes from version 1.16.0: + * Add app build target option to build using a local copy of + the PyApp repository + ------------------------------------------------------------------- Tue May 9 19:19:08 UTC 2023 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index c3ac08e..b735fe1 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hatchling -Version: 1.15.0 +Version: 1.16.1 Release: 0 Summary: Build backend used by Hatch License: MIT From cb6aa6b20e06b5bcea9e79abfc607ab9ab877eae4b1312e5fa808690bb57522b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 13 May 2023 10:13:05 +0000 Subject: [PATCH 2/2] Accepting request 1086891 from home:benoit_monin:branches:devel:languages:python update to version 1.17.0 OBS-URL: https://build.opensuse.org/request/show/1086891 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=43 --- hatchling-1.16.1.tar.gz | 3 --- hatchling-1.17.0.tar.gz | 3 +++ python-hatchling.changes | 7 +++++++ python-hatchling.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.16.1.tar.gz create mode 100644 hatchling-1.17.0.tar.gz diff --git a/hatchling-1.16.1.tar.gz b/hatchling-1.16.1.tar.gz deleted file mode 100644 index e3320bf..0000000 --- a/hatchling-1.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42140c799da7bc43d89b7ced4d31ea1c375b34595cec52a11c8a245839d9af4 -size 57146 diff --git a/hatchling-1.17.0.tar.gz b/hatchling-1.17.0.tar.gz new file mode 100644 index 0000000..84bb4d9 --- /dev/null +++ b/hatchling-1.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1244db3f45b4ef5a00106a46612da107cdfaf85f1580b8e1c059fefc98b0930 +size 57165 diff --git a/python-hatchling.changes b/python-hatchling.changes index 91c61c7..0ae67d7 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 13 08:25:01 UTC 2023 - Benoît Monin + +- update to version 1.17.0: + * The app build target now embeds the project version in the name + of binaries + ------------------------------------------------------------------- Thu May 11 18:48:27 UTC 2023 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index b735fe1..f79141e 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hatchling -Version: 1.16.1 +Version: 1.17.0 Release: 0 Summary: Build backend used by Hatch License: MIT