summaryrefslogtreecommitdiff
path: root/textproc/py-jsonrpclib-pelix
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30py-jsonrpclib-pelix: updated to 0.4.2adam2-7/+7
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-17Give up maintainership of textprc/py-jsonrpclib-pelixjs1-2/+2
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-16py-jsonrpclib-pelix: Switch to egg.mkjs2-7/+7
2020-04-15py-jsonrpclib-pelix: updated to 0.4.1adam2-10/+10
v0.4.1: Fixed a size computation issue in the request handler
2020-04-14Remove PYTHON_VERSIONS_INCOMPATIBLE=26 (python26 is no more)js1-3/+1
2020-04-14Fix tabs vs. spaces issue I introduced just after review & lintjs1-2/+2
2020-04-14Import textproc/py-jsonrpclib-pelix from wipjs4-0/+57
This is a dependency of wip/electrum, with the goal of importing wip/electrum later on. 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.