14
0
forked from pool/python-Pyro5

- Add patch add-network-marker.patch:

* Mark tests that require the network as such, so we can skip them.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro5?expand=0&rev=3
This commit is contained in:
2023-02-23 05:13:24 +00:00
committed by Git OBS Bridge
parent 4ff75d66ca
commit cfb2acb2e9
3 changed files with 56 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Thu Feb 23 01:42:22 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
Thu Feb 23 05:07:24 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- New package, in a sense, based on Pyro4.
- Update to 5.14:
@@ -40,6 +40,8 @@ Thu Feb 23 01:42:22 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
* made msgpack serializer optional
* NATPORT behavior fix when 0
* serialization improvements/fixes
- Add patch add-network-marker.patch:
* Mark tests that require the network as such, so we can skip them.
-------------------------------------------------------------------
Tue Dec 21 18:29:33 UTC 2021 - Ben Greiner <code@bnavigator.de>