14
0

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
This commit is contained in:
2024-11-11 11:42:38 +00:00
committed by Git OBS Bridge
parent 2982ef761b
commit 07321a42b8
4 changed files with 30 additions and 5 deletions

View File

@@ -18,14 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-hatchling
Version: 1.25.0
Version: 1.26.1
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}