forked from pool/python-hatchling
Compare commits
33 Commits
Author | SHA256 | Date | |
---|---|---|---|
e2ea194f7e | |||
6b688a86c0 | |||
c3f7a3a162 | |||
81c861e247 | |||
e2cfc4e2ba | |||
aefbf1f804 | |||
d26e4ef8c0 | |||
c853b3afe4 | |||
95c3fdb270 | |||
61e19cd658 | |||
4344541d6b | |||
03e202d473 | |||
0fce0fea2f | |||
196e0922af | |||
69d2d04f18 | |||
a4deb8efd3 | |||
2a7267271d | |||
a0681b4344 | |||
0859953223 | |||
8a52263275 | |||
9ec72b18c3 | |||
c32a91cb25 | |||
8e6f920c23 | |||
d6e95bb21b | |||
7bfaa8e741 | |||
c7577b8e66 | |||
0c91e1e337 | |||
a7b5461637 | |||
583d70c6da | |||
0350795406 | |||
30bc29436e | |||
c04e749a14 | |||
485e5bc4bd |
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.
BIN
hatchling-1.27.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
hatchling-1.27.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 10 12:42:43 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to libalternatives
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 15 20:08:33 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- update to 1.27.0:
|
||||||
|
* Added: Update the default version of core metadata to 2.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 20:31:17 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- update to 1.26.3:
|
||||||
|
* Fixed: Support an old import path that is still used by some
|
||||||
|
consumers like Hatch
|
||||||
|
- additional changes from version 1.26.2:
|
||||||
|
* Fixed:
|
||||||
|
+ Back-populate string license fields (License-Expression) for
|
||||||
|
core metadata versions prior to 2.4
|
||||||
|
+ Remove the License-Expression and License-Files core metadata
|
||||||
|
from version 2.2 that was missed in the previous minor
|
||||||
|
release
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-hatchling
|
# spec file for package python-hatchling
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,30 +16,31 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without libalternatives
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-hatchling
|
Name: python-hatchling
|
||||||
Version: 1.25.0
|
Version: 1.27.0
|
||||||
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}
|
||||||
BuildRequires: %{python_module tomli >= 1.2.2 if %python-base < 3.11}
|
BuildRequires: %{python_module tomli >= 1.2.2 if %python-base < 3.11}
|
||||||
BuildRequires: %{python_module trove-classifiers}
|
BuildRequires: %{python_module trove-classifiers}
|
||||||
|
BuildRequires: alts
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: alts
|
||||||
Requires: python-packaging >= 21.3
|
Requires: python-packaging >= 21.3
|
||||||
Requires: python-pathspec >= 0.10.1
|
Requires: python-pathspec >= 0.10.1
|
||||||
Requires: python-pluggy >= 1.0.0
|
Requires: python-pluggy >= 1.0.0
|
||||||
Requires: python-trove-classifiers
|
Requires: python-trove-classifiers
|
||||||
Requires: (python-tomli >= 1.2.2 if python-base < 3.11)
|
Requires: (python-tomli >= 1.2.2 if python-base < 3.11)
|
||||||
Requires(post): update-alternatives
|
|
||||||
Requires(postun): update-alternatives
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -62,11 +63,8 @@ This is the extensible, standards compliant build backend used by Hatch.
|
|||||||
# (git clone, pip install ...), so they cannot work on obs
|
# (git clone, pip install ...), so they cannot work on obs
|
||||||
# see tests/downstream/integrate.py for details
|
# see tests/downstream/integrate.py for details
|
||||||
|
|
||||||
%post
|
%pre
|
||||||
%python_install_alternative hatchling
|
%python_libalternatives_reset_alternative hatchling
|
||||||
|
|
||||||
%postun
|
|
||||||
%python_uninstall_alternative hatchling
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Reference in New Issue
Block a user