rebuilt with python3 = 3.11.5 [release 0.3.2-2mamba;Fri Sep 29 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:13:35 +01:00
parent bba0a3b9ef
commit 749d506b15

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-hatch_nodejs_version
Version: 0.3.2
Release: 1mamba
Release: 2mamba
Summary: Hatch plugin for versioning from a package.json file
Group: System/Libraries
Vendor: openmamba
@ -11,9 +11,10 @@ URL: https://github.com/agoose77/hatch-nodejs-version
Source: https://pypi.debian.net/hatch-nodejs-version/hatch_nodejs_version-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: python3.10dist(hatchling)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(hatchling)
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11.5
%description
%{summary}.
@ -47,6 +48,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/*
%changelog
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 0.3.2-2mamba
- rebuilt with python3 = 3.11.5
* Thu Sep 07 2023 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
- automatic version update by autodist