./converters/py-fastbencode, Implementation of bencode with optional fast C extensions

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


Branch: CURRENT, Version: 0.3.1, Package name: py312-fastbencode-0.3.1, Maintainer: rhialto

fastbencode is an implementation of the bencode serialization format
originally used by BitTorrent.

The package includes both a pure-Python version and an optional C
extension based on Cython. Both provide the same functionality, but the
C extension provides significantly better performance.


Master sites:

Filesize: 20.392 KB

Version history: (Expand)


CVS history: (Expand)


   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-05-08 11:00:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-fastbencode: updated to 0.3.1

0.3.1

Bump actions/setup-python from 2 to 5
Fix wheel build

0.3.0

Use disperse action
Migrate to pyproject.toml
Set dependencies field
Enable ruff, pyupgrade
Fix compatibility with Python 3.12
Add python3.12 to the list of supported Python versions
Don't try to test with python version that is not yet released
Migrate to ruff
Add bencode_utf8/bdecode_utf8 functions
Configure dependabot, drop python 3.7, build wheels from github action
Bump actions/checkout from 2 to 4
   2023-11-30 06:53:26 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-fastbencode: fix PLIST; switch to wheel.mk; bump revision
   2023-02-20 18:35:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-fastbencode: updated to 0.2

0.2
Unknown changes
   2022-09-14 13:32:14 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-fastbencode: does not support python 2.x
   2022-09-13 09:59:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-fastbencode: updated to 0.0.12

0.0.12
Unknown changes
   2022-09-07 21:51:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-fastbencode: updated to 0.0.11

0.0.11
Unknown changes
   2022-07-27 20:40:31 by Olaf Seibert | Files touched by this commit (4)
Log message:
Add converters/py-fastbencode.

It's an implementation of the bencode serialisation format.