forked from pool/python-python-socketio
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 82f122bb82 | |||
| fa2fe0e180 | |||
| 9034e6f818 | |||
| d54b4561ea | |||
| d055a4ed43 | |||
| 7a01b35997 | |||
| 5a550857f2 | |||
| 65801d3030 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 12 05:22:00 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Add missing BuildRequires on pytest-asyncio.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 14:20:32 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Mon Apr 28 14:20:32 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-socketio
|
# spec file for package python-python-socketio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# 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
|
||||||
@@ -39,7 +39,6 @@ Suggests: python-websocket-client >= 0.54.0
|
|||||||
#Tests:
|
#Tests:
|
||||||
BuildRequires: %{python_module aiohttp >= 3.4}
|
BuildRequires: %{python_module aiohttp >= 3.4}
|
||||||
BuildRequires: %{python_module msgpack}
|
BuildRequires: %{python_module msgpack}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
|
||||||
BuildRequires: %{python_module pytest-timeout}
|
BuildRequires: %{python_module pytest-timeout}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests >= 2.21.0}
|
BuildRequires: %{python_module requests >= 2.21.0}
|
||||||
@@ -69,6 +68,6 @@ Python implementation of the Socket.IO realtime server.
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/socketio
|
%{python_sitelib}/socketio
|
||||||
%{python_sitelib}/python_socketio-%{version}.dist-info
|
%{python_sitelib}/python_socketio-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user