diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-websockets.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1,2 +1,3 @@ /websockets-10.4.tar.gz /websockets-11.0.1.tar.gz +/websockets-11.0.2.tar.gz diff --git a/python-websockets.spec b/python-websockets.spec index ea40aa3..87d021f 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-websockets -Version: 11.0.1 +Version: 11.0.2 Release: 1 Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692) License: BSD-3-Clause URL: https://pypi.org/project/websockets/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/90/6b5802fad3992d6eac7163216e0389a72475cbb57b23005135190e96d160/websockets-11.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9d/67/68e568bb4a0617529db2723c75958223b70b95921cd114b5fd13567db4d8/websockets-11.0.2.tar.gz %description @@ -117,7 +117,7 @@ Does that look good? `Get started with the tutorial! <https://websockets.readthedocs.io/en/stable/intro/index.html>`_ %prep -%autosetup -n websockets-11.0.1 +%autosetup -n websockets-11.0.2 %build %py3_build @@ -157,5 +157,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 11.0.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 11.0.2-1 - Package Spec generated @@ -1 +1 @@ -ce1f2b10250cd3fa233ff572593d6ed3 websockets-11.0.1.tar.gz +ce7666f7122c13cbaaf34553a9fef78d websockets-11.0.2.tar.gz |