diff --git a/python-tornado.spec b/python-tornado.spec index eb425486884c3e248d7faac41892e509fe581fdd..f2b3af4a767106b3c9f93bf6b7c39c377fd67151 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,13 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-tornado -Version: 6.4.1 -Release: 2 +Version: 6.4.2 +Release: 1 Summary: Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. License: Apache-2.0 URL: http://www.tornadoweb.org/ Source0: https://files.pythonhosted.org/packages/source/t/tornado/tornado-%{version}.tar.gz -Patch3000: CVE-2024-52804.patch +# Patch3000: CVE-2024-52804.patch # 注释掉或移除此行 %description Tornado is an open source version of the scalable, non-blocking web server and tools. @@ -35,6 +35,8 @@ Tornado is an open source version of the scalable, non-blocking web server and t %prep %autosetup -n tornado-%{version} -p1 +# %patch3000 -p1 # 注释掉或移除此行 + %build %py3_build @@ -74,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 13 2025 openeuler_bot - 6.4.2-1 +- update python-tornado to 6.4.2 + * Tue Nov 26 2024 liyajie - 6.4.1-2 - Fix CVE-2024-52804 @@ -103,4 +108,4 @@ mv %{buildroot}/doclist.lst . - Remove python2-tornado subpackage * Tue Dec 10 2019 openEuler Buildteam - 5.0.2-5 -- Package init +- Package init \ No newline at end of file diff --git a/tornado-6.4.1.tar.gz b/tornado-6.4.1.tar.gz deleted file mode 100644 index a2052abdf26f3ba3f48aef7112ec8520f121b757..0000000000000000000000000000000000000000 Binary files a/tornado-6.4.1.tar.gz and /dev/null differ diff --git a/tornado-6.4.2.tar.gz b/tornado-6.4.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c1fd90923acd17486a2b8fabbdaffc5b1f09deb0 Binary files /dev/null and b/tornado-6.4.2.tar.gz differ