forked from pool/python-aiorpcX
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2e0f035698 | |||
| 7040199954 |
BIN
0.23.1.tar.gz
LFS
BIN
0.23.1.tar.gz
LFS
Binary file not shown.
BIN
0.24.tar.gz
LFS
Normal file
BIN
0.24.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-aiorpcX
|
||||
Version: 0.23.1
|
||||
Version: 0.24
|
||||
Release: 0
|
||||
Summary: Generic async RPC implementation, including JSON-RPC
|
||||
License: MIT
|
||||
@@ -50,6 +50,7 @@ Generic async RPC implementation, including JSON-RPC
|
||||
%setup -q -n aiorpcX-%{version}
|
||||
# needs network
|
||||
rm tests/test_websocket.py
|
||||
chmod a-x LICENCE README.rst docs/*
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -68,9 +69,9 @@ SKIP_TESTS="$SKIP_TESTS or test_cancel_remaining_on_group_with_stubborn_task"
|
||||
%pytest -k "not ($SKIP_TESTS)"
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%doc README.rst docs/*.rst
|
||||
%license LICENCE
|
||||
%{python_sitelib}/aiorpcx
|
||||
%{python_sitelib}/aiorpcX-%{version}.dist-info
|
||||
%{python_sitelib}/aiorpc[xX]-%{version}.0.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user