automatic version update by autodist [release 0.3.2-1mamba;Thu Sep 07 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:13:34 +01:00
parent 4f9139d950
commit bba0a3b9ef

View File

@ -1,6 +1,6 @@
%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.1 Version: 0.3.2
Release: 1mamba Release: 1mamba
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
@ -11,8 +11,8 @@ 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: libpython3-devel BuildRequires: libpython310-devel
BuildRequires: python3.7dist(hatchling) BuildRequires: python3.10dist(hatchling)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -47,5 +47,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%changelog %changelog
* Thu Sep 07 2023 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
- automatic version update by autodist
* Fri Aug 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1mamba * Fri Aug 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface