From ebf6addd11ce088f6d1abfdf2464d1a2141d91d4d623186466fa8bb30a41e5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Jan 2023 12:32:40 +0000 Subject: [PATCH] Accepting request 1046135 from home:benoit_monin:branches:devel:languages:python - update to version 1.12.1 - remove skip_python2: python >= 3.7 is already required - drop python_module macro definition: provided by python-rpm-macros OBS-URL: https://build.opensuse.org/request/show/1046135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=27 --- hatchling-1.11.1.tar.gz | 3 --- hatchling-1.12.1.tar.gz | 3 +++ python-hatchling.changes | 30 ++++++++++++++++++++++++++++++ python-hatchling.spec | 6 ++---- 4 files changed, 35 insertions(+), 7 deletions(-) delete mode 100644 hatchling-1.11.1.tar.gz create mode 100644 hatchling-1.12.1.tar.gz diff --git a/hatchling-1.11.1.tar.gz b/hatchling-1.11.1.tar.gz deleted file mode 100644 index 9ccc8bb..0000000 --- a/hatchling-1.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f84361f70cf3a7ab9543b0c3ecc64211ed2ba8a606a71eb6a473c1c9b08e1d0 -size 57223 diff --git a/hatchling-1.12.1.tar.gz b/hatchling-1.12.1.tar.gz new file mode 100644 index 0000000..30ca633 --- /dev/null +++ b/hatchling-1.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b36c903d4d76790b1c1f2b7c8f5446fb733fab6ce39b203401d2337d441b411 +size 61441 diff --git a/python-hatchling.changes b/python-hatchling.changes index 268f25a..bd4924c 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Jan 2 10:31:58 UTC 2023 - Benoît Monin + +- update to version 1.12.1: + * Fixed: + + Fix minor regression in the PEP 517/660 function signatures + that was discovered by Fedora +- additional changes from version 1.12.0: + * Added: + + Improve readability of exceptions + + Add extra_metadata build data to the wheel target + + Retroactively support License-Expression core metadata + starting at version 2.1 + + Add more type hints + + Update the set of known trove classifiers to version + 2022.12.22 + + Update SPDX license information to version 3.19 + + Store Hatchling's metadata in pyproject.toml + * Fixed: + + Acknowledge the ARCHFLAGS environment variable on macOS for + the wheel target when build hooks set the infer_tag build + data to true + + Fix dependency checking when encountering broken + distributions + + Remove unnecessary encoding declaration in the default + template for the version build hook +- remove skip_python2: python >= 3.7 is already required +- drop python_module macro definition: provided by + python-rpm-macros + ------------------------------------------------------------------- Thu Oct 20 19:55:11 UTC 2022 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index 755f48c..6353eaa 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -1,7 +1,7 @@ # # spec file for package python-hatchling # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,8 @@ # -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hatchling -Version: 1.11.1 +Version: 1.12.1 Release: 0 Summary: Build backend used by Hatch License: MIT