1
0

2 Commits

4 changed files with 17 additions and 7 deletions

BIN
0.23.1.tar.gz LFS

Binary file not shown.

BIN
0.24.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 25 06:51:46 UTC 2025 - Jiri Slaby <jslaby@suse.cz>
- dist-info can now be lowercase, handle that
- package docs
- remove X perms for docs
- update to 0.24:
* bump websockets library to >=14.0 and Python version to >=3.9
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 20 13:39:09 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Apr 20 13:39:09 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-aiorpcX # spec file for package python-aiorpcX
# #
# Copyright (c) 2024 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-aiorpcX Name: python-aiorpcX
Version: 0.23.1 Version: 0.24
Release: 0 Release: 0
Summary: Generic async RPC implementation, including JSON-RPC Summary: Generic async RPC implementation, including JSON-RPC
License: MIT License: MIT
@@ -50,6 +50,7 @@ Generic async RPC implementation, including JSON-RPC
%setup -q -n aiorpcX-%{version} %setup -q -n aiorpcX-%{version}
# needs network # needs network
rm tests/test_websocket.py rm tests/test_websocket.py
chmod a-x LICENCE README.rst docs/*
%build %build
%pyproject_wheel %pyproject_wheel
@@ -68,9 +69,9 @@ SKIP_TESTS="$SKIP_TESTS or test_cancel_remaining_on_group_with_stubborn_task"
%pytest -k "not ($SKIP_TESTS)" %pytest -k "not ($SKIP_TESTS)"
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst docs/*.rst
%license LICENCE %license LICENCE
%{python_sitelib}/aiorpcx %{python_sitelib}/aiorpcx
%{python_sitelib}/aiorpcX-%{version}.dist-info %{python_sitelib}/aiorpc[xX]-%{version}.0.dist-info
%changelog %changelog