Accepting request 1142646 from devel:languages:python
- spec file cleanup - reenable tests - fix version dependency on h11 * many changes in connection management, see CHANGELOG.rst OBS-URL: https://build.opensuse.org/request/show/1142646 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsproto?expand=0&rev=15
This commit is contained in:
commit
2caf1273ee
@ -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>
|
||||||
|
|
||||||
@ -38,13 +43,13 @@ Mon Oct 3 16:14:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|||||||
Mon Feb 21 12:08:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Mon Feb 21 12:08:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- add 170.patch to improve python 3.10 compatibility
|
- add 170.patch to improve python 3.10 compatibility
|
||||||
- reenable tests
|
- reenable tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 17 21:00:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Thu Feb 17 21:00:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- filter two irrelevant tests for h11 0.13.0 (gh#python-hyper/wsproto#169)
|
- 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 <jayvdb@gmail.com>
|
Mon Jan 25 11:33:52 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||||
@ -104,7 +109,7 @@ Tue Apr 9 15:09:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|||||||
- update to version 0.14.0
|
- update to version 0.14.0
|
||||||
* bugfix release, see CHANGELOG.rst
|
* bugfix release, see CHANGELOG.rst
|
||||||
0.13.0
|
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
|
Tue Dec 4 21:08:16 UTC 2018 - aloisio@gmx.com
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user