- spec file cleanup

- reenable tests
- fix version dependency on h11
  * many changes in connection management, see CHANGELOG.rst

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsproto?expand=0&rev=29
This commit is contained in:
Dirk Mueller 2024-01-29 21:14:41 +00:00 committed by Git OBS Bridge
parent b5d9b7042f
commit cef270033b
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 29 21:14:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- spec file cleanup
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 21 12:38:57 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Apr 21 12:38:57 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-wsproto # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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} %{?sle15_python_module_pythons}
Name: python-wsproto Name: python-wsproto
Version: 1.2.0 Version: 1.2.0
@ -69,6 +67,7 @@ RFC6455 and Compression Extensions for WebSocket via RFC7692
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/wsproto
%{python_sitelib}/wsproto-%{version}*-info
%changelog %changelog