From 50d08245036a96c79596e554a356e12c6c355399 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:47:01 +0100 Subject: [PATCH] update to 6.1 [release 6.1-1mamba;Sat Apr 03 2021] --- python-tornado.spec | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/python-tornado.spec b/python-tornado.spec index 84c357b..ea6bdd4 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -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 -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 6.1-1mamba +- update to 6.1 + +* Sat Apr 03 2021 Silvan Calarco 6.1.0-2mamba +- rebuilt with distdeps + +* Sun Nov 15 2020 Automatic Build System 6.1.0-1mamba +- automatic version update by autodist + +* Tue Oct 20 2020 Automatic Build System 6.0.4-1mamba +- automatic version update by autodist + * Sat Aug 10 2019 Silvan Calarco 5.1.1-2mamba - rebuilt for multiple python versions; added requirements