diff --git a/python-tornado.spec b/python-tornado.spec index 22b6b4c39a24a608cc0a405a9de1200cab65e60c..905f72d2821329b015dca770589ed6c37a989802 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tornado -Version: 6.1 +Version: 6.2 Release: 1 Summary: Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. License: ASL 2.0 URL: http://www.tornadoweb.org/ -Source0: https://files.pythonhosted.org/packages/cf/44/cc9590db23758ee7906d40cacff06c02a21c2a6166602e095a56cbf2f6f6/tornado-6.1.tar.gz +Source0: https://files.pythonhosted.org/packages/f3/9e/225a41452f2d9418d89be5e32cf824c84fe1e639d350d6e8d49db5b7f73a/tornado-6.2.tar.gz %description Tornado is an open source version of the scalable, non-blocking web server and tools. @@ -31,7 +31,7 @@ Provides: python3-tornado-doc Tornado is an open source version of the scalable, non-blocking web server and tools. %prep -%autosetup -n tornado-6.1 +%autosetup -n tornado-%{version} %build %py3_build @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 09 2024 wangjing - 6.2-1 +- update package of version 6.2 + * Thu Jul 08 2021 yaozc701 - 6.1-1 - Upgrade version to 6.1 diff --git a/tornado-6.1.tar.gz b/tornado-6.1.tar.gz deleted file mode 100644 index 7b2a673d10ed78b8b5b594019ead69e391dcd626..0000000000000000000000000000000000000000 Binary files a/tornado-6.1.tar.gz and /dev/null differ diff --git a/tornado-6.2.tar.gz b/tornado-6.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8903dbce8adc44106306097f279e6a13e5242595 Binary files /dev/null and b/tornado-6.2.tar.gz differ