17
0

9 Commits

Author SHA256 Message Date
c139f9cbfc Accepting request 1300716 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems only

OBS-URL: https://build.opensuse.org/request/show/1300716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=31
2025-08-22 15:46:50 +00:00
acd4c33b33 - Convert to libalternatives on SLE-16-based and newer systems only
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=60
2025-08-21 08:28:17 +00:00
7e080898d1 Accepting request 1291691 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1291691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=30
2025-07-10 21:15:02 +00:00
78ea2f5d87 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=59
2025-07-10 12:43:20 +00:00
23fa61cbaf Accepting request 1231388 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1231388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=29
2024-12-17 18:22:22 +00:00
e5c26dc2ea Accepting request 1231266 from home:benoit_monin:branches:devel:languages:python
update to 1.27.0

OBS-URL: https://build.opensuse.org/request/show/1231266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=58
2024-12-16 11:55:44 +00:00
4c21117bd0 Accepting request 1225166 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1225166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=28
2024-11-28 21:42:12 +00:00
e3523169bf Accepting request 1223783 from home:benoit_monin:branches:devel:languages:python
update to 1.26.3

OBS-URL: https://build.opensuse.org/request/show/1223783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=57
2024-11-12 21:05:40 +00:00
07321a42b8 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
2024-11-11 11:42:38 +00:00
4 changed files with 75 additions and 7 deletions

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

Binary file not shown.

View File

@@ -1,3 +1,58 @@
-------------------------------------------------------------------
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>
- 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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,21 @@
#
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-hatchling
Version: 1.25.0
Version: 1.27.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 packaging >= 21.3}
BuildRequires: %{python_module packaging >= 24.2}
BuildRequires: %{python_module pathspec >= 0.10.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pluggy >= 1.0.0}
@@ -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