14
0

- update to 1.1.7:

* Update pyzmq to 23.2.1 to support Python 3.11
  * Add pyproject.toml for sake of PEP517 compatibility
  * Update gevent in requirements.txt to support Python 3.11
  * Removed dependency on six as the package supports Python 3 only now
- drop python-tinyrpc-no-six.patch (upstream)
  * fix undesired sharing of ID generators between protocol instances

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=24
This commit is contained in:
2023-12-04 10:49:07 +00:00
committed by Git OBS Bridge
parent ee41c99ef4
commit ab84b03033
5 changed files with 15 additions and 263 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 4 10:47:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1.7:
* Update pyzmq to 23.2.1 to support Python 3.11
* Add pyproject.toml for sake of PEP517 compatibility
* Update gevent in requirements.txt to support Python 3.11
* Removed dependency on six as the package supports Python 3 only now
- drop python-tinyrpc-no-six.patch (upstream)
-------------------------------------------------------------------
Tue Apr 25 09:14:21 UTC 2023 - pgajdos@suse.com
@@ -11,7 +21,7 @@ Tue Apr 25 09:14:21 UTC 2023 - pgajdos@suse.com
Sat Oct 1 13:51:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.1.4:
* fix undesired sharing of ID generators between protocol instances
* fix undesired sharing of ID generators between protocol instances
* add timeout to ZmqClientTransport
* changed zmq client timeout to seconds