./devel/py-serpent, Simple serialization library

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


Branch: CURRENT, Version: 1.41, Package name: py310-serpent-1.41, Maintainer: pkgsrc-users

Serpent is a simple serialization library
based on ast.literal_eval.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 86.843 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-10 09:17:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-serpent: updated to 1.41

release 1.41

support for python 3.11 added (__getstate__ behavior change)
replaced travis CI by Github actions
   2022-02-09 22:24:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-serpent: updated to 1.40

1.40
Added "bytes_repr" option to serializer to serialize byte arrays into \ 
their Python bytes repr escaped form.
(also added BytesNode to the parser where it directly deserializes into a byte array)

This can be more convenient than having to deal with base-64 encoded bytes, but \ 
the serialized data is usually about twice as large and it is slower to process.
   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
   2019-04-04 14:27:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-serpent: updated to 1.28

release 1.28:
serpent itself didn't really change
the souce dist archive now contains the unit tests as well
the setup.py script was improved to run these tests via its test command
the travis CI config was updated
   2018-08-07 08:05:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-serpent: updated to 1.27

release 1.27:
fixed serialization of unicode elements in dicts and sets (this was a regression \ 
on Python 2.x)

release 1.26:
support for enum34 backport library for enums in older python versions.
   2018-07-04 10:06:23 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-serpent: updated to 1.25

1.25:
LICENSE file included in release.