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