15
0

11 Commits

Author SHA256 Message Date
06bf9546f7 Accepting request 1321199 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1321199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatchling?expand=0&rev=32
2025-12-05 15:50:58 +00:00
32202288e7 - update to version 1.28.0
- increase minimum python version to 3.10

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=61
2025-11-29 22:14:40 +00:00
d200157046 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
28e411244d - 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
e2ea194f7e 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
6b688a86c0 - 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
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
4 changed files with 16 additions and 6 deletions

Binary file not shown.

3
hatchling-1.28.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d50b02aece6892b8cd0b3ce6c82cb218594d3ec5836dbde75bf41a21ab004c8
size 55365

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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> Thu Aug 21 08:27:33 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-hatchling # spec file for package python-hatchling
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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
@@ -23,13 +23,13 @@
%endif %endif
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-hatchling Name: python-hatchling
Version: 1.27.0 Version: 1.28.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.10}
BuildRequires: %{python_module packaging >= 24.2} 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}