diff --git a/python-wsproto.changes b/python-wsproto.changes index ab1026e..29d1c7a 100644 --- a/python-wsproto.changes +++ b/python-wsproto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 29 21:14:17 UTC 2024 - Dirk Müller + +- spec file cleanup + ------------------------------------------------------------------- Fri Apr 21 12:38:57 UTC 2023 - Dirk Müller @@ -38,13 +43,13 @@ Mon Oct 3 16:14:29 UTC 2022 - Dirk Müller Mon Feb 21 12:08:49 UTC 2022 - Dirk Müller - add 170.patch to improve python 3.10 compatibility -- reenable tests +- reenable tests ------------------------------------------------------------------- Thu Feb 17 21:00:48 UTC 2022 - Dirk Müller - filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169) -- fix version dependency on h11 +- fix version dependency on h11 ------------------------------------------------------------------- Mon Jan 25 11:33:52 UTC 2021 - John Vandenberg @@ -104,7 +109,7 @@ Tue Apr 9 15:09:15 UTC 2019 - Marketa Calabkova - update to version 0.14.0 * bugfix release, see CHANGELOG.rst 0.13.0 - * many changes in connection management, see CHANGELOG.rst + * many changes in connection management, see CHANGELOG.rst ------------------------------------------------------------------- Tue Dec 4 21:08:16 UTC 2018 - aloisio@gmx.com diff --git a/python-wsproto.spec b/python-wsproto.spec index 3b17403..08c48c6 100644 --- a/python-wsproto.spec +++ b/python-wsproto.spec @@ -1,7 +1,7 @@ # # spec file for package python-wsproto # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-wsproto Version: 1.2.0 @@ -69,6 +67,7 @@ RFC6455 and Compression Extensions for WebSocket via RFC7692 %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/wsproto +%{python_sitelib}/wsproto-%{version}*-info %changelog