From 3296f72ec644fbaf725b4f4903dc6f9e711b72ee Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Apr 2023 10:26:48 +0000 Subject: automatic import of python-tornado --- .gitignore | 1 + python-tornado.spec | 10 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 755e377..3616bac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tornado-6.2.tar.gz +/tornado-6.3.tar.gz diff --git a/python-tornado.spec b/python-tornado.spec index 452769f..165573f 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tornado -Version: 6.2 +Version: 6.3 Release: 1 Summary: Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. -License: http://www.apache.org/licenses/LICENSE-2.0 +License: Apache-2.0 URL: http://www.tornadoweb.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f3/9e/225a41452f2d9418d89be5e32cf824c84fe1e639d350d6e8d49db5b7f73a/tornado-6.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/e6/88afe8318b6aaff1e6c60b3d4b94c9b68708cc0a5ba2f6dae5cbc288ce69/tornado-6.3.tar.gz %description @@ -48,7 +48,7 @@ can scale to tens of thousands of open connections, making it ideal for applications that require a long-lived connection to each user. %prep -%autosetup -n tornado-6.2 +%autosetup -n tornado-6.3 %build %py3_build @@ -88,5 +88,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot - 6.2-1 +* Fri Apr 21 2023 Python_Bot - 6.3-1 - Package Spec generated diff --git a/sources b/sources index 0185d46..aaf9243 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32fbad606b439c3e1bf4e79d4e872741 tornado-6.2.tar.gz +40921ee53150eacfdfe5b67aeef2ef40 tornado-6.3.tar.gz -- cgit v1.2.3