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
This commit is contained in:
parent
1830105496
commit
727d6af40f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd
|
||||
size 54830
|
3
hatchling-1.9.0.tar.gz
Normal file
3
hatchling-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b57c7362f437b9426e4b94228a21d2ac5804fbb2abcb01adde2544a35bb303cd
|
||||
size 55936
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 20:05:14 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- 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 <benoit.monin@gmx.fr>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user