2023-08-28 14:49:52 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
Log message: py-jsonrpclib-pelix: updated to 0.4.1 v0.4.1: Fixed a size computation issue in the request handler |
2020-04-14 22:42:31 by Jonathan Schleifer | Files touched by this commit (1) |
Log message: Remove PYTHON_VERSIONS_INCOMPATIBLE=26 (python26 is no more) |
2020-04-14 21:14:03 by Jonathan Schleifer | Files touched by this commit (1) |
Log message: Fix tabs vs. spaces issue I introduced just after review & lint |