14
0

5 Commits

Author SHA256 Message Date
c3f7a3a162 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
81c861e247 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
e2cfc4e2ba 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
aefbf1f804 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
d26e4ef8c0 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
2 changed files with 2 additions and 25 deletions

View File

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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hatchling
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,6 @@
#
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-hatchling
Version: 1.27.0
@@ -43,14 +38,9 @@ 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
%endif
BuildArch: noarch
%python_subpackages
%description
@@ -78,9 +68,6 @@ 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