2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-04-26 18:41:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rlp: updated to 4.0.1
pyrlp v4.0.1 (2024-04-24)
Internal Changes - for pyrlp Contributors
Add python 3.12 support, rust-backend now works with python 3.11 and 3.12
|
2024-01-11 11:06:43 by Adam Ciarcinski | Files touched by this commit (4) | |
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) | |
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) | |
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)
|