update to 6.1 [release 6.1-1mamba;Sat Apr 03 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:47:01 +01:00
parent 55a3823ebb
commit 50d0824503

View File

@ -1,25 +1,18 @@
Name: python-tornado Name: python-tornado
Version: 5.1.1 Version: 6.1
Release: 2mamba Release: 1mamba
Summary: Scalable, non-blocking web server and tools Summary: Scalable, non-blocking web server and tools
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.tornadoweb.org/ URL: https://www.tornadoweb.org/
Source: https://github.com/tornadoweb/tornado/archive/v%{version}.tar.gz Source: https://pypi.debian.net/tornado/tornado-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libpython-devel BuildRequires: libpython36-devel
## AUTOBUILDREQ-END ## 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 %description
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. 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} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --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 %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/tornado-%{version}-py*.egg-info
%{python_sitearch}/tornado-%{version}-py*.egg-info/*
%doc LICENSE README.rst %doc LICENSE README.rst
%changelog %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 * Sat Aug 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.1-2mamba
- rebuilt for multiple python versions; added requirements - rebuilt for multiple python versions; added requirements