From 22b04281f82867e796a3e119e3fc2afafc39f0aa Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:13:50 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 1.18.0-2mamba;Wed Sep 27 2023] --- python-hatchling.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/python-hatchling.spec b/python-hatchling.spec index 9d3ff38..42247f3 100644 --- a/python-hatchling.spec +++ b/python-hatchling.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-hatchling Version: 1.18.0 -Release: 1mamba +Release: 2mamba Summary: Modern, extensible Python build backend Group: System/Libraries Vendor: openmamba @@ -11,14 +11,14 @@ URL: https://hatch.pypa.io/latest/ Source: https://pypi.debian.net/hatchling/hatchling-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(editables) -BuildRequires: python3.7dist(packaging) -BuildRequires: python3.7dist(pathspec) -BuildRequires: python3.7dist(pluggy) -BuildRequires: python3.7dist(tomli) -BuildRequires: python3.7dist(trove-classifiers) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(editables) +BuildRequires: python3.11dist(packaging) +BuildRequires: python3.11dist(pathspec) +BuildRequires: python3.11dist(pluggy) +BuildRequires: python3.11dist(trove-classifiers) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -50,6 +50,9 @@ mv %{buildroot}%{_bindir}/hatchling{,-%{pyappend}} %{python_sitelib}/%{pkgname}/* %changelog +* Wed Sep 27 2023 Automatic Build System 1.18.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sat Aug 05 2023 Automatic Build System 1.18.0-1mamba - automatic version update by autodist