Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 06bf9546f7 | |||
| 32202288e7 | |||
| d200157046 | |||
| 28e411244d | |||
| e2ea194f7e | |||
| 6b688a86c0 |
BIN
hatchling-1.27.0.tar.gz
LFS
BIN
hatchling-1.27.0.tar.gz
LFS
Binary file not shown.
3
hatchling-1.28.0.tar.gz
Normal file
3
hatchling-1.28.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d50b02aece6892b8cd0b3ce6c82cb218594d3ec5836dbde75bf41a21ab004c8
|
||||
size 55365
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 27 21:27:44 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 1.28.0:
|
||||
* Changed: Drop support for Python 3.9
|
||||
* Added: Add sbom-files option and sbom_files build data to the
|
||||
wheel build target for including Software Bill of Materials
|
||||
files.
|
||||
- increase minimum python version to 3.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 08:27:33 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives on SLE-16-based and newer systems only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-hatchling
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,15 +16,20 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without libalternatives
|
||||
%else
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-hatchling
|
||||
Version: 1.27.0
|
||||
Version: 1.28.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 base >= 3.8}
|
||||
BuildRequires: %{python_module base >= 3.10}
|
||||
BuildRequires: %{python_module packaging >= 24.2}
|
||||
BuildRequires: %{python_module pathspec >= 0.10.1}
|
||||
BuildRequires: %{python_module pip}
|
||||
@@ -38,9 +43,14 @@ Requires: python-pathspec >= 0.10.1
|
||||
Requires: python-pluggy >= 1.0.0
|
||||
Requires: python-trove-classifiers
|
||||
Requires: (python-tomli >= 1.2.2 if python-base < 3.11)
|
||||
BuildArch: noarch
|
||||
%if %{with libalternatives}
|
||||
BuildRequires: alts
|
||||
Requires: alts
|
||||
%else
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -68,6 +78,9 @@ This is the extensible, standards compliant build backend used by Hatch.
|
||||
%postun
|
||||
%python_uninstall_alternative hatchling
|
||||
|
||||
%pre
|
||||
%python_libalternatives_reset_alternative hatchling
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user