forked from pool/python-hatchling
Accepting request 1223183 from home:benoit_monin:branches:devel:languages:python
- update to version 1.26.1 - increase minimum version of python-packaging to 24.2 OBS-URL: https://build.opensuse.org/request/show/1223183 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=56
This commit is contained in:
BIN
hatchling-1.25.0.tar.gz
(Stored with Git LFS)
BIN
hatchling-1.25.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
hatchling-1.26.1.tar.gz
Normal file
3
hatchling-1.26.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d956592e6c5d5df1f591be1e97a941c7b9ec6fd039f4c8624c29557bac034e9
|
||||||
|
size 54879
|
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 10 16:24:38 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- update to version 1.26.1:
|
||||||
|
* Fixed:
|
||||||
|
+ Add backward compatibility for the old license-files metadata
|
||||||
|
field
|
||||||
|
+ Support an old import path that is still used by some
|
||||||
|
consumers like Hatch
|
||||||
|
- additional changes from version 1.26.0:
|
||||||
|
* Added:
|
||||||
|
+ Support version 2.4 of core metadata for the wheel and sdist
|
||||||
|
targets
|
||||||
|
+ Add HATCH_METADATA_CLASSIFIERS_NO_VERIFY environment variable
|
||||||
|
to disable trove classifier verification
|
||||||
|
+ Add .pixi to the list of directories that cannot be traversed
|
||||||
|
+ Bump the minimum supported version of packaging to 24.2
|
||||||
|
* Fixed:
|
||||||
|
+ No longer write package metadata for license expressions and
|
||||||
|
files for versions of core metadata prior to 2.4
|
||||||
|
+ Properly enable Zip64 support for the wheel target
|
||||||
|
+ Properly ignore parent .gitingore files when the project root
|
||||||
|
matches one of the patterns
|
||||||
|
- increase minimum version of python-packaging to 24.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 22 18:36:39 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
Sat Jun 22 18:36:39 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
@@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-hatchling
|
Name: python-hatchling
|
||||||
Version: 1.25.0
|
Version: 1.26.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build backend used by Hatch
|
Summary: Build backend used by Hatch
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://hatch.pypa.io/latest/
|
URL: https://hatch.pypa.io/latest/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module packaging >= 21.3}
|
BuildRequires: %{python_module packaging >= 24.2}
|
||||||
BuildRequires: %{python_module pathspec >= 0.10.1}
|
BuildRequires: %{python_module pathspec >= 0.10.1}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pluggy >= 1.0.0}
|
BuildRequires: %{python_module pluggy >= 1.0.0}
|
||||||
|
Reference in New Issue
Block a user