rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.3.6-3mamba;Fri Sep 29 2023]
This commit is contained in:
parent
34ec05e5e4
commit
d601405738
@ -1,6 +1,6 @@
|
|||||||
Name: python-ino
|
Name: python-ino
|
||||||
Version: 0.3.6
|
Version: 0.3.6
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A command line toolkit for working with Arduino hardware
|
Summary: A command line toolkit for working with Arduino hardware
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,13 +10,14 @@ URL: https://inotool.org/
|
|||||||
Source: https://pypi.debian.net/ino/ino-%{version}.tar.gz
|
Source: https://pypi.debian.net/ino/ino-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python-Jinja2-py3
|
BuildRequires: python3.11dist(argparse)
|
||||||
BuildRequires: python-argparse-py3
|
BuildRequires: python3.11dist(configobj)
|
||||||
BuildRequires: python-configobj-py3
|
BuildRequires: python3.11dist(jinja2)
|
||||||
BuildRequires: python-ordereddict-py3
|
BuildRequires: python3.11dist(ordereddict)
|
||||||
BuildRequires: python-serial-py3
|
BuildRequires: python3.11dist(pyserial)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,6 +56,9 @@ sed -i "\,__pycache__/,d" %{name}.filelist
|
|||||||
%{python_sitearch}/ino-%{version}-py*.egg-info/*
|
%{python_sitearch}/ino-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 0.3.6-3mamba
|
||||||
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-2mamba
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-2mamba
|
||||||
- rebuilt with distdeps
|
- rebuilt with distdeps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user