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
|
||||
Version: 1.6.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A simple interface to GPIO devices with Raspberry Pi
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,11 @@ URL: https://github.com/gpiozero/gpiozero
|
||||
Source: https://pypi.debian.net/gpiozero/gpiozero-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(colorzero)
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(colorzero)
|
||||
BuildRequires: python3.11dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
ExclusiveArch: arm aarch64
|
||||
|
||||
%description
|
||||
@ -46,6 +47,9 @@ sed -i "\\,\\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%{python_sitearch}/gpiozero-%{version}-py*.egg-info/*
|
||||
|
||||
%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
|
||||
- update to 1.6.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user