update to 6.1 [release 6.1-1mamba;Sat Apr 03 2021]
This commit is contained in:
parent
55a3823ebb
commit
50d0824503
@ -1,25 +1,18 @@
|
||||
Name: python-tornado
|
||||
Version: 5.1.1
|
||||
Release: 2mamba
|
||||
Version: 6.1
|
||||
Release: 1mamba
|
||||
Summary: Scalable, non-blocking web server and tools
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.tornadoweb.org/
|
||||
Source: https://github.com/tornadoweb/tornado/archive/v%{version}.tar.gz
|
||||
URL: https://www.tornadoweb.org/
|
||||
Source: https://pypi.debian.net/tornado/tornado-%{version}.tar.gz
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython36-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: glibc-devel
|
||||
Requires: python >= %python_version
|
||||
Requires: pycurl
|
||||
Requires: python-backports_abc
|
||||
Requires: python-singledispatch
|
||||
Requires: python-futures
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
|
||||
@ -43,13 +36,27 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/tornado-%{version}-py*.egg-info
|
||||
%{python_sitearch}/tornado-%{version}-py*.egg-info/*
|
||||
%doc LICENSE README.rst
|
||||
|
||||
%changelog
|
||||
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1-1mamba
|
||||
- update to 6.1
|
||||
|
||||
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Sun Nov 15 2020 Automatic Build System <autodist@mambasoft.it> 6.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 6.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.1-2mamba
|
||||
- rebuilt for multiple python versions; added requirements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user