libsearpc: Update to 3.2.0, add Python 3 bindings package
authorJeffery To <redacted>
Wed, 5 Feb 2020 21:34:55 +0000 (05:34 +0800)
committerJeffery To <redacted>
Fri, 13 Mar 2020 20:49:59 +0000 (04:49 +0800)
commit825400ee41a72885fa4380a0221a9a30f9031c2a
tree599bd8db3495285b32a5229f12dfb0b1d9a70e1f
parent57928512340cdfae03726a62fdfbacbff4b89c36
libsearpc: Update to 3.2.0, add Python 3 bindings package

This also moves the Python dependency from libsearpc to python3-searpc,
and adds myself as a maintainer.

Patches:
* 001-fix-memory-leak-GH-48.patch: This is (at this time) the only
  difference between the tags v3.2.0 and v3.2-latest.

* 002-no-future-import.patch: The future package is only needed for
  Python 2 compatibility; all of the functions/symbols it provides are
  available in Python 3.

Signed-off-by: Jeffery To <redacted>
libs/libsearpc/Makefile
libs/libsearpc/patches/001-fix-memory-leak-GH-48.patch [new file with mode: 0644]
libs/libsearpc/patches/002-no-future-import.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT