forked from pool/python-tinyrpc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=26
89 lines
2.9 KiB
Plaintext
89 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 4 06:07:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- version update to 1.1.6
|
|
* no upstream changelog found
|
|
- added patches
|
|
fix https://github.com/mbr/tinyrpc/issues/103
|
|
+ python-tinyrpc-no-six.patch
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
* add timeout to ZmqClientTransport
|
|
* changed zmq client timeout to seconds
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 07:27:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Add missed dependency on requests in tests
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 10 10:25:46 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Switch to github tarball for tests
|
|
- Run tests
|
|
- Skip python2 build as the 1.0.4 is no longer py2 compatible
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 28 21:43:18 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 1.0.4:
|
|
* Tinyrpc now supports the MSGPACK RPC protocol in addition to JSON-RPC.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 10 09:23:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.0.3:
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 22 12:40:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.0.2:
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 4 12:45:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.9.4:
|
|
* Tiny bugfixes only
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:55:18 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 6 20:49:37 UTC 2018 - jengelh@inai.de
|
|
|
|
- Ensure neutrality/accuracy of description.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 2 19:43:26 UTC 2018 - dmueller@suse.com
|
|
|
|
- update to 0.9.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 15 21:35:53 UTC 2016 - dmueller@suse.com
|
|
|
|
- Initial spec
|
|
|