automatic version update by autodist [release 1.6-1mamba;Mon Apr 03 2023]

This commit is contained in:
Automatic Build System 2024-01-06 10:49:27 +01:00
parent 66a3e711ac
commit 5e172711bc

View File

@ -1,17 +1,18 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-blinker Name: python-blinker
Version: 1.5 Version: 1.6
Release: 1mamba Release: 1mamba
Summary: Fast, simple object-to-object and broadcast signaling Summary: Fast, simple object-to-object and broadcast signaling
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://blinker.readthedocs.io/ URL: https://blinker.readthedocs.io/en/stable/
Source: https://pypi.debian.net/blinker/blinker-%{version}.tar.gz Source: https://pypi.debian.net/blinker/blinker-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(typing-extensions)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -46,5 +47,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}/* %{python_sitelib}/%{pkgname}/*
%changelog %changelog
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
- automatic version update by autodist
* Sun Oct 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-1mamba * Sun Oct 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-1mamba
- package created using the webbuild interface - package created using the webbuild interface