./textproc/py-jsonrpclib-pelix, Implementation of the JSON-RPC v2.0 specification

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.3.2, Package name: py311-jsonrpclib-pelix-0.4.3.2, Maintainer: pkgsrc-users

This library is an implementation of the JSON-RPC specification.
It supports both the original 1.0 specification, as well as the
new (proposed) 2.0 spec, which includes batch submission, keyword
arguments, etc.


Required to run:
[lang/python310]

Master sites:

Filesize: 42.136 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-28 14:49:52 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jsonrpclib-pelix: updated to 0.4.3.2

v0.4.3.2

Reordered PooledJSONRPCServer inheritance definition
Migration of Continuous Integration:
Use PyTest instead of Nose
Run CI with GitHub Actions instead of Travis-CI
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-11-30 21:38:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jsonrpclib-pelix: updated to 0.4.2

v0.4.2
Use urlparse from urllib.parse (Python 3) or urlparse (Python 2)
to prepare for the deprecation of urllib.parse.splittype.
Unix socket clients now send localhost as Host: HTTP field instead of
the path to the socket
Added a TransportError exception, subclass of ProtocolError, which
provides more details
Added PowerPC 64 architecture (ppc64le) to Travis CI runs, to ease the
integration of new release into RHEL/Ubuntu
   2020-10-17 16:07:53 by Jonathan Schleifer | Files touched by this commit (1) | Package updated
Log message:
Give up maintainership of textprc/py-jsonrpclib-pelix

This seems to be no longer required by Electron, so I no longer have any use
for it. Feel free to delete this once I updated Electron.
   2020-04-16 22:00:45 by Jonathan Schleifer | Files touched by this commit (2)
Log message:
py-jsonrpclib-pelix: Switch to egg.mk
   2020-04-15 17:09:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jsonrpclib-pelix: updated to 0.4.1

v0.4.1:
Fixed a size computation issue in the request handler