From 727d6af40f3676b3fb2b16b9ddb972a72c3c7b3317793935705732b9dec759af Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 15 Sep 2022 07:49:44 +0000 Subject: [PATCH] Accepting request 1003594 from home:benoit_monin:branches:devel:languages:python - update to version 1.9.0 - requires python-base to set the minimum python version, -devel is not needed - requires pathspec >= 0.10.1 OBS-URL: https://build.opensuse.org/request/show/1003594 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=19 --- hatchling-1.8.1.tar.gz | 3 --- hatchling-1.9.0.tar.gz | 3 +++ python-hatchling.changes | 25 +++++++++++++++++++++++++ python-hatchling.spec | 8 ++++---- 4 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 hatchling-1.8.1.tar.gz create mode 100644 hatchling-1.9.0.tar.gz diff --git a/hatchling-1.8.1.tar.gz b/hatchling-1.8.1.tar.gz deleted file mode 100644 index c518202..0000000 --- a/hatchling-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd -size 54830 diff --git a/hatchling-1.9.0.tar.gz b/hatchling-1.9.0.tar.gz new file mode 100644 index 0000000..e62464f --- /dev/null +++ b/hatchling-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57c7362f437b9426e4b94228a21d2ac5804fbb2abcb01adde2544a35bb303cd +size 55936 diff --git a/python-hatchling.changes b/python-hatchling.changes index 3f5dde2..0267496 100644 --- a/python-hatchling.changes +++ b/python-hatchling.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Sep 13 20:05:14 UTC 2022 - Benoît Monin + +- update to version 1.9.0: + * Changed: + + File pattern matching now more closely resembles Git's + behavior + * Added: + + Implement a minimal version of + prepare_metadata_for_build_wheel and + prepare_metadata_for_build_editable for non-frontend tools + that only need to inspect a project's metadata + + Add metadata command to view PEP 621 project metadata + + Improve error messages for SPDX license errors + + Retroactively support License-File for core metadata starting + at version 2.1 + + Bump the minimum supported version of pathspec to 0.10.1 + * Fixed: + + Allow the valid non-SPDX license values + LicenseRef-Public-Domain and LicenseRef-Proprietary + + Show the help text of the CLI when no subcommand is selected +- requires python-base to set the minimum python version, -devel is + not needed +- requires pathspec >= 0.10.1 + ------------------------------------------------------------------- Thu Aug 25 18:52:11 UTC 2022 - Benoît Monin diff --git a/python-hatchling.spec b/python-hatchling.spec index 717a893..5fce070 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -19,17 +19,17 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hatchling -Version: 1.8.1 +Version: 1.9.0 Release: 0 Summary: Build backend used by Hatch License: MIT URL: https://hatch.pypa.io/latest/ Source0: https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-%{version}.tar.gz -BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module editables >= 0.3} BuildRequires: %{python_module importlib-metadata if %python-base < 3.8} BuildRequires: %{python_module packaging >= 21.3} -BuildRequires: %{python_module pathspec >= 0.9} +BuildRequires: %{python_module pathspec >= 0.10.1} BuildRequires: %{python_module pip} BuildRequires: %{python_module pluggy >= 1.0.0} BuildRequires: %{python_module tomli >= 1.2.2 if %python-base < 3.11} @@ -37,7 +37,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-editables >= 0.3 Requires: python-packaging >= 21.3 -Requires: python-pathspec >= 0.9 +Requires: python-pathspec >= 0.10.1 Requires: python-pluggy >= 1.0.0 Requires(post): update-alternatives Requires(postun):update-alternatives