Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c139f9cbfc | |||
| acd4c33b33 | |||
| 7e080898d1 | |||
| 78ea2f5d87 | |||
| 23fa61cbaf | |||
| e5c26dc2ea | |||
| 4c21117bd0 | |||
| e3523169bf | |||
| 07321a42b8 |
BIN
hatchling-1.27.0.tar.gz
LFS
Normal file
BIN
hatchling-1.27.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d50b02aece6892b8cd0b3ce6c82cb218594d3ec5836dbde75bf41a21ab004c8
|
|
||||||
size 55365
|
|
||||||
@@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-hatchling
|
# spec file for package python-hatchling
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# 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
|
||||||
@@ -23,13 +23,13 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-hatchling
|
Name: python-hatchling
|
||||||
Version: 1.28.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.10}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user