diff --git a/python-wsproto.spec b/python-wsproto.spec index 346464a..0d4241f 100644 --- a/python-wsproto.spec +++ b/python-wsproto.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wsproto -Version: 1.1.0 +Version: 1.2.0 Release: 1 Summary: WebSockets state-machine based protocol implementation License: MIT URL: https://github.com/python-hyper/wsproto/ -Source0: https://files.pythonhosted.org/packages/f5/58/575e416cd024d23c52de9e17d02f4c5ef4a9c8a7258c6fc8f2b3f96f73cf/wsproto-1.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c9/4a/44d3c295350d776427904d73c189e10aeae66d7f555bb2feee16d1e4ba5a/wsproto-1.2.0.tar.gz BuildArch: noarch Requires: python3-h11 @@ -31,7 +31,7 @@ The respository contains a pure-Python implementation of a WebSocket protocol st %prep -%autosetup -n wsproto-1.1.0 +%autosetup -n wsproto-1.2.0 %build %py3_build @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Dec 07 2022 dingdingaaaaa - 1.2.0-1 +- Upgrade version to 1.2.0 + * Fri Aug 5 2022 wenzhiwei - 1.1.0-1 - Update to 1.1.0 diff --git a/wsproto-1.1.0.tar.gz b/wsproto-1.1.0.tar.gz deleted file mode 100644 index 529932d..0000000 Binary files a/wsproto-1.1.0.tar.gz and /dev/null differ diff --git a/wsproto-1.2.0.tar.gz b/wsproto-1.2.0.tar.gz new file mode 100644 index 0000000..a4dae5e Binary files /dev/null and b/wsproto-1.2.0.tar.gz differ