rebuilt with python3 ~= 3.11 [release 4.3.0-2mamba;Tue Feb 20 2024]

This commit is contained in:
Silvan Calarco 2024-02-23 15:57:06 +01:00
parent f751b1f404
commit 8188ae32c2

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pypresence
Version: 4.3.0
Release: 1mamba
Release: 2mamba
Summary: Discord RPC client written in Python
Group: System/Libraries
Vendor: openmamba
@ -11,13 +11,17 @@ URL: https://github.com/qwertyquerty/pypresence
Source: https://pypi.debian.net/pypresence/pypresence-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
%description
%{summary}.
%if 0%{?with_pyver}
%if "0%{?with_pyver}" == "03"
%define py_requires_append \
Obsoletes: python-pypresence-py310 < 4.3.0-2mamba
%endif
%pyver_package
%endif
@ -47,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Tue Feb 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.0-2mamba
- rebuilt with python3 ~= 3.11
* Sun Jul 09 2023 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
- automatic version update by autodist