14
0

4 Commits

Author SHA256 Message Date
be1b82bc1c Accepting request 1285289 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1285289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsproto?expand=0&rev=16
2025-06-13 16:43:28 +00:00
9ae456ab89 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsproto?expand=0&rev=31
2025-06-13 02:59:48 +00:00
2caf1273ee 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
2024-01-30 17:24:25 +00:00
cef270033b - 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
2024-01-29 21:14:41 +00:00
2 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jun 13 02:42:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
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 +48,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 +114,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

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) 2025 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
@@ -28,7 +26,9 @@ Group: Development/Languages/Python
URL: https://pypi.python.org/pypi/wsproto URL: https://pypi.python.org/pypi/wsproto
Source: https://files.pythonhosted.org/packages/source/w/wsproto/wsproto-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/w/wsproto/wsproto-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-h11 >= 0.9.0 Requires: python-h11 >= 0.9.0
@@ -57,10 +57,10 @@ RFC6455 and Compression Extensions for WebSocket via RFC7692
%autosetup -p1 -n wsproto-%{version} %autosetup -p1 -n wsproto-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -69,6 +69,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}.dist-info
%changelog %changelog