From cfbf03f8ad360272ce7cd0138592f8b79903df27686702847767a0dcc2e8e8e9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 19 Aug 2022 06:47:05 +0000 Subject: [PATCH] Accepting request 998016 from home:benoit_monin:branches:devel:languages:python update to version 1.8.0 OBS-URL: https://build.opensuse.org/request/show/998016 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=15 --- hatchling-1.7.1.tar.gz | 3 --- hatchling-1.8.0.tar.gz | 3 +++ python-hatchling.changes | 10 ++++++++++ python-hatchling.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 hatchling-1.7.1.tar.gz create mode 100644 hatchling-1.8.0.tar.gz diff --git a/hatchling-1.7.1.tar.gz b/hatchling-1.7.1.tar.gz deleted file mode 100644 index c81f3e3..0000000 --- a/hatchling-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daef0cf555a30f2e98cb295c0ac324c66fc66f33c95ea03cb79e1536b1e1f492 -size 54622 diff --git a/hatchling-1.8.0.tar.gz b/hatchling-1.8.0.tar.gz new file mode 100644 index 0000000..b69df14 --- /dev/null +++ b/hatchling-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f982fdca0717d8c46bfe7b501302f90aaf2a5302845d550b49c8739681feb2 +size 54816 diff --git a/python-hatchling.changes b/python-hatchling.changes index fa770c5..f8118b0 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 18 15:44:17 UTC 2022 - Benoît Monin + +- update to version 1.8.0: + * Added: + + Add get_known_classifiers method to metadata hooks + * Fixed: + + Fix check for updating static versions with the version + command when metadata hooks are in use + ------------------------------------------------------------------- Sat Aug 13 19:23:18 UTC 2022 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index ad089b5..3085dd7 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.7.1 +Version: 1.8.0 Release: 0 Summary: Build backend used by Hatch License: MIT