automatic version update by autodist [release 1.3.1-1mamba;Wed Feb 12 2025]

This commit is contained in:
Automatic Build System 2025-02-13 00:05:16 +01:00
parent 14d110280f
commit 7b08721623

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-cppy
Version: 1.3.0
Version: 1.3.1
Release: 1mamba
Summary: A small C++ header library which makes it easier to write Python extension module
Group: System/Libraries
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/nucleic/cppy
Source: https://pypi.debian.net/cppy/cppy-%{version}.tar.gz
License: BSD
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(setuptools)
@ -49,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Wed Feb 12 2025 Automatic Build System <autodist@openmamba.org> 1.3.1-1mamba
- automatic version update by autodist
* Wed Nov 27 2024 Automatic Build System <autodist@openmamba.org> 1.3.0-1mamba
- automatic version update by autodist