1
0

Accepting request 1003594 from home:benoit_monin:branches:devel:languages:python

- update to version 1.9.0
- requires python-base to set the minimum python version, -devel is not needed
- requires pathspec >= 0.10.1

OBS-URL: https://build.opensuse.org/request/show/1003594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatchling?expand=0&rev=19
This commit is contained in:
2022-09-15 07:49:44 +00:00
committed by Git OBS Bridge
parent 1830105496
commit 727d6af40f
4 changed files with 32 additions and 7 deletions

View File

@@ -19,17 +19,17 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-hatchling
Version: 1.8.1
Version: 1.9.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 devel >= 3.7}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module editables >= 0.3}
BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
BuildRequires: %{python_module packaging >= 21.3}
BuildRequires: %{python_module pathspec >= 0.9}
BuildRequires: %{python_module pathspec >= 0.10.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pluggy >= 1.0.0}
BuildRequires: %{python_module tomli >= 1.2.2 if %python-base < 3.11}
@@ -37,7 +37,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-editables >= 0.3
Requires: python-packaging >= 21.3
Requires: python-pathspec >= 0.9
Requires: python-pathspec >= 0.10.1
Requires: python-pluggy >= 1.0.0
Requires(post): update-alternatives
Requires(postun):update-alternatives