Skip to content

Commit

Permalink
Update python-Pyro4 to version 4.82 / rev 10 via SR 1066990
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1066990
by user dgarcia + dimstar_suse
- Delete Pyro4-pr238-py310-cmethod-smethod.patch
- Skip python 3.11, it's not supported and won't be supported. It's
  recommended to use Pyro5, gh#irmen/Pyro4#246
- Update to v4.82
  * fixed @expose issue on static method/classmethod due to API change in Python 3.10
  * switched from travis to using github actions for CI builds and tests
  * Python 3.10 is now included in the unit test runs
  • Loading branch information
dgarcia authored and bmwiedemann committed Feb 21, 2023
1 parent 6490b31 commit 2a9ad9c
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 19 deletions.
Binary file modified packages/p/python-Pyro4/.files
Binary file not shown.
15 changes: 15 additions & 0 deletions packages/p/python-Pyro4/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,19 @@
<comment></comment>
<requestid>942010</requestid>
</revision>
<revision rev="10" vrev="1">
<srcmd5>c114374d9470228ef9cf865d24311b84</srcmd5>
<version>4.82</version>
<time>1676990204</time>
<user>dimstar_suse</user>
<comment>- Delete Pyro4-pr238-py310-cmethod-smethod.patch
- Skip python 3.11, it's not supported and won't be supported. It's
recommended to use Pyro5, gh#irmen/Pyro4#246
- Update to v4.82
* fixed @expose issue on static method/classmethod due to API change in Python 3.10
* switched from travis to using github actions for CI builds and tests
* Python 3.10 is now included in the unit test runs
</comment>
<requestid>1066990</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-Pyro4/Pyro4-4.81.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-Pyro4/Pyro4-4.82.tar.gz
13 changes: 0 additions & 13 deletions packages/p/python-Pyro4/Pyro4-pr238-py310-cmethod-smethod.patch

This file was deleted.

11 changes: 11 additions & 0 deletions packages/p/python-Pyro4/python-Pyro4.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 21 11:43:49 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

- Delete Pyro4-pr238-py310-cmethod-smethod.patch
- Skip python 3.11, it's not supported and won't be supported. It's
recommended to use Pyro5, gh#irmen/Pyro4#246
- Update to v4.82
* fixed @expose issue on static method/classmethod due to API change in Python 3.10
* switched from travis to using github actions for CI builds and tests
* Python 3.10 is now included in the unit test runs

-------------------------------------------------------------------
Tue Dec 21 18:29:33 UTC 2021 - Ben Greiner <code@bnavigator.de>

Expand Down
10 changes: 5 additions & 5 deletions packages/p/python-Pyro4/python-Pyro4.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python-Pyro4
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -16,18 +16,18 @@
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# Do not support pyhon 3.11, and will never support it, it recommends
# to use Pyro5, gh#irmen/Pyro4#246
%define skip_python311 1
%bcond_without python2
Name: python-Pyro4
Version: 4.81
Version: 4.82
Release: 0
Summary: Distributed object middleware for Python (RPC)
License: MIT
URL: https://github.com/irmen/Pyro4
Source: https://files.pythonhosted.org/packages/source/P/Pyro4/Pyro4-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
# PATCH-FIX-UPSTREAM Pyro4-pr238-py310-cmethod-smethod.patch gh#irmen/Pyro4#238
Patch0: Pyro4-pr238-py310-cmethod-smethod.patch
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-serpent >= 1.27
Expand Down

0 comments on commit 2a9ad9c

Please sign in to comment.