- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro4?expand=0&rev=24
This commit is contained in:
2023-02-21 12:01:27 +00:00
committed by Git OBS Bridge
parent 6385ef2ce5
commit e5c515f697
5 changed files with 19 additions and 21 deletions

View File

@@ -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>