27 Commits

Author SHA256 Message Date
d60296ea44 Accepting request 1282517 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1282517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=13
2025-06-04 18:28:36 +00:00
c875c81591 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=26
2025-06-04 06:18:29 +00:00
e1ed9d8164 Accepting request 1130711 from devel:languages:python
- 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/request/show/1130711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=12
2023-12-04 22:01:43 +00:00
ab84b03033 - 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
2023-12-04 10:49:07 +00:00
a4d4161ad9 Accepting request 1083353 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1083353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=11
2023-04-28 14:25:00 +00:00
ee41c99ef4 Accepting request 1082708 from home:pgajdos:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1082708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=22
2023-04-27 22:07:27 +00:00
ebb2dd5ec6 Accepting request 1007454 from devel:languages:python
- update to 1.1.4:
  * fix undesired sharing of ID generators between protocol instances  
  * add timeout to ZmqClientTransport
  * changed zmq client timeout to seconds

OBS-URL: https://build.opensuse.org/request/show/1007454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=10
2022-10-01 15:44:11 +00:00
0ed370882e - update to 1.1.4:
* fix undesired sharing of ID generators between protocol instances  
  * add timeout to ZmqClientTransport
  * changed zmq client timeout to seconds

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=20
2022-10-01 13:52:58 +00:00
0f3421d5c7 Accepting request 783617 from devel:languages:python
- Add missed dependency on requests in tests

OBS-URL: https://build.opensuse.org/request/show/783617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=9
2020-03-11 17:52:16 +00:00
Tomáš Chvátal
090964044d - Add missed dependency on requests in tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=18
2020-03-11 07:28:10 +00:00
e392c018d2 Accepting request 783287 from devel:languages:python
- Switch to github tarball for tests
- Run tests
- Skip python2 build as the 1.0.4 is no longer py2 compatible

OBS-URL: https://build.opensuse.org/request/show/783287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=8
2020-03-10 11:33:38 +00:00
Tomáš Chvátal
7fd2f2a511 - Switch to github tarball for tests
- Run tests
- Skip python2 build as the 1.0.4 is no longer py2 compatible

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=16
2020-03-10 10:30:52 +00:00
d839c8a9dd Accepting request 780389 from devel:languages:python
- update to 1.0.4:
  * Tinyrpc now supports the MSGPACK RPC protocol in addition to JSON-RPC.

OBS-URL: https://build.opensuse.org/request/show/780389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=7
2020-03-03 09:15:11 +00:00
70954a70b1 - update to 1.0.4:
* Tinyrpc now supports the MSGPACK RPC protocol in addition to JSON-RPC.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=14
2020-02-28 21:44:27 +00:00
71cf1095f8 Accepting request 729733 from devel:languages:python
- Update to 1.0.3:
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/729733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=6
2019-09-11 08:34:51 +00:00
Tomáš Chvátal
8a99f1a7f7 - Update to 1.0.3:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=12
2019-09-10 09:24:44 +00:00
8d66697a34 Accepting request 717573 from devel:languages:python
- Update to 1.0.2:
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/717573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=5
2019-07-22 15:19:45 +00:00
Tomáš Chvátal
8b0c6da379 - Update to 1.0.2:
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=10
2019-07-22 12:40:39 +00:00
d981da2b16 Accepting request 681400 from devel:languages:python
- Update to 0.9.4:
  * Tiny bugfixes only

OBS-URL: https://build.opensuse.org/request/show/681400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=4
2019-03-05 11:23:09 +00:00
Tomáš Chvátal
bfdce1637b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=8 2019-03-04 12:46:52 +00:00
Tomáš Chvátal
78f9d41f59 - Update to 0.9.4:
* Tiny bugfixes only

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=7
2019-03-04 12:46:05 +00:00
a92f9c8db5 Accepting request 659719 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=3
2018-12-24 10:45:16 +00:00
d87a289aa3 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=5
2018-12-04 14:09:54 +00:00
73156f6692 Accepting request 614835 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/614835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=2
2018-06-08 21:17:44 +00:00
Tomáš Chvátal
5a84acc7d0 Accepting request 614740 from home:jengelh:branches:devel:languages:python
- Ensure neutrality/accuracy of description.

OBS-URL: https://build.opensuse.org/request/show/614740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=3
2018-06-07 06:50:47 +00:00
6a0d9161ec Accepting request 603518 from devel:languages:python
Cloud stuff

- update to 0.9.1
- Initial spec

OBS-URL: https://build.opensuse.org/request/show/603518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tinyrpc?expand=0&rev=1
2018-05-15 08:06:25 +00:00
Tomáš Chvátal
6ab8378a35 Accepting request 603235 from Cloud:OpenStack:Master
OBS-URL: https://build.opensuse.org/request/show/603235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tinyrpc?expand=0&rev=1
2018-05-03 06:52:36 +00:00