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