rencode
rencode copied to clipboard
Python module for fast (basic) object serialization similar to bencode
As the title says, rencode.pyx is missing in the PyPI v1.0.6 release. Please repack the PyPI v1.0.6 with the pyx, thanks
I found that on Ubuntu 16.04 Deluge would crash trying to access non-UNICODE file names if python-rencode package is installed. More details are in this bug report: https://bugs.launchpad.net/bugs/1705066 (a bit...
See title
The presence of a file called `build.py` causes issues for downstream packagers (in this case MacPorts). The [documented way](https://github.com/pypa/build/blob/main/README.md) to generate a `.whl` is `python -m build`; that doesn't work...
The import for `rencode_orig` was removed in 0c0b771baf0c8edc0c7c69c2928fbce743c15124, but some of the tests still referenced it, causing a "NameError: name 'rencode_orig' is not defined" error during running tests. This fix...
``` [1/1] Cythonizing rencode/_rencode.pyx rencode/_rencode.c:2927:28: warning: result of comparison of constant 128 with expression of type 'signed char' is always true [-Wtautological-constant-out-of-range-compare] 2927 | __pyx_t_1 = (__pyx_v_x < 0x80); |...
Hi, This is a simple update for the `build.py` file which i use for gentoo in https://github.com/gentoo/gentoo/pull/43015 I've made two commits. The first simply removes `import platform` which was introduces...
Hi, I'm packing rencode in flatpak, and poetry needs Internet Connectivity to compile rencode 1.0.8; and since flatpak packaging does not allow inetenet access, could you kindly provide .whl files...