./devel/py-rlp, Package for Recursive Length Prefix encoding and decoding

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


Branch: CURRENT, Version: 4.0.0, Package name: py311-rlp-4.0.0, Maintainer: khorben

A Python implementation of Recursive Length Prefix encoding (RLP). You can find
the specification of the standard in the Ethereum wiki and the documentation of
this package on readthedocs.


Master sites:

Filesize: 33.259 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-11 11:06:43 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-rlp: updated to 4.0.0

pyrlp v4.0.0 (2023-11-29)

Features

repr() now returns an evaluatable string, like MyRLPObj(my_int_field=1, \ 
my_str_field="a_str")

Internal Changes - for pyrlp Contributors

Convert .format strings to f-strings
Add autoflake linting and move config to pyproject.toml
   2023-07-04 12:24:38 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-rlp: allow Python 3.11
   2022-11-14 15:34:49 by Thomas Klausner | Files touched by this commit (15)
Log message:
py-pysha3: mark as not for python 3.11

This was only ever intended for python < 3.6, but we do have some
users in pkgsrc on newer python versions.
   2022-07-12 09:28:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-rlp: updated to 3.0.0

3.0.0:
Unknown changes
   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 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

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

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-04-11 18:59:36 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-rlp: do not depend on pip

It was used to install setuptools-markdown, which is deprecated anyway;
update setup.py to not request the module instead (since it's not packaged)