rebuilt with python3 == 3.11 [release 1.6.2-2mamba;Sat Sep 30 2023]
This commit is contained in:
parent
94e956a052
commit
cb8b8647d0
@ -1,6 +1,6 @@
|
|||||||
Name: python-gpiozero
|
Name: python-gpiozero
|
||||||
Version: 1.6.2
|
Version: 1.6.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A simple interface to GPIO devices with Raspberry Pi
|
Summary: A simple interface to GPIO devices with Raspberry Pi
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,10 +10,11 @@ URL: https://github.com/gpiozero/gpiozero
|
|||||||
Source: https://pypi.debian.net/gpiozero/gpiozero-%{version}.tar.gz
|
Source: https://pypi.debian.net/gpiozero/gpiozero-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(colorzero)
|
BuildRequires: python3.11dist(colorzero)
|
||||||
BuildRequires: python3.7dist(setuptools)
|
BuildRequires: python3.11dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
ExclusiveArch: arm aarch64
|
ExclusiveArch: arm aarch64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,6 +47,9 @@ sed -i "\\,\\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{python_sitearch}/gpiozero-%{version}-py*.egg-info/*
|
%{python_sitearch}/gpiozero-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.2-2mamba
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Sat Jul 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.2-1mamba
|
* Sat Jul 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.2-1mamba
|
||||||
- update to 1.6.2
|
- update to 1.6.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user