automatic version update by autodist [release 1.1.0-1mamba;Thu May 06 2021]
This commit is contained in:
parent
b99a36ad5e
commit
3cb26380c2
@ -1,5 +1,5 @@
|
|||||||
Name: python-greenlet
|
Name: python-greenlet
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Lightweight in-process concurrent programming
|
Summary: Lightweight in-process concurrent programming
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -10,11 +10,13 @@ URL: https://github.com/python-greenlet/greenlet
|
|||||||
Source: https://pypi.debian.net/greenlet/greenlet-%{version}.tar.gz
|
Source: https://pypi.debian.net/greenlet/greenlet-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## note: run 'autospec -u -a6 python-greenlet' to get the list of build requirements.
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -44,6 +46,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 06 2021 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user