diff --git a/python-tornado.spec b/python-tornado.spec index 22cf71672ea30c413f62ff544e7e6169c188adec..bec84bef6398f7f3a5985bc1cbe1cb5ba1044cb4 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tornado -Version: 6.3.2 +Version: 6.3.3 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/30/f0/6e5d85d422a26fd696a1f2613ab8119495c1ebb8f49e29f428d15daf79cc/tornado-6.3.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/t/tornado/tornado-%{version}.tar.gz %description Tornado is an open source version of the scalable, non-blocking web server and tools. @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 13 2023 wen-minjuan - 6.3.3-1 +- Upgrade version to 6.3.3-1 + * Thu Jul 13 2023 liuyongshuai - 6.3.2-1 - Upgrade version to 6.3.2-1 diff --git a/tornado-6.3.2.tar.gz b/tornado-6.3.2.tar.gz deleted file mode 100644 index b0116ed073f6b84156568779c3bca639d2a6f986..0000000000000000000000000000000000000000 Binary files a/tornado-6.3.2.tar.gz and /dev/null differ diff --git a/tornado-6.3.3.tar.gz b/tornado-6.3.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..45d1363aa42b54c15f05a64363b15d578a7f66ca Binary files /dev/null and b/tornado-6.3.3.tar.gz differ