serpent 1.30-1ubuntu1 source package in Ubuntu

Changelog

serpent (1.30-1ubuntu1) focal; urgency=medium

  * d/p/update-version-1.30.patch: Update __version__ to prevent import
    failure. Only needed for 1.30 release.

 -- Corey Bryant <email address hidden>  Mon, 10 Feb 2020 12:27:38 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Focal
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
serpent_1.30.orig.tar.gz 79.2 KiB 6a510a56f550154f3a8d527131c4f8f067475effe56f1afb7e340f29fdc57bcb
serpent_1.30-1ubuntu1.debian.tar.xz 3.3 KiB a497a364963c51a9e96120f94522342aa0cc8dc2b0dc8bcb25010547d6263a71
serpent_1.30-1ubuntu1.dsc 1.8 KiB 68d921454896fa2e833385f7c7357bccf981536c453057ec4d172abb561cfb80

Available diffs

View changes file

Binary packages built by this source

python3-serpent: simple serialization library based on ast.literal_eval(), Python3 modules

 Serpent provides ast.literal_eval() compatible object tree serialization.
 It serializes an object tree into bytes (utf-8 encoded string) that can be
 decoded and then passed as-is to ast.literal_eval() to rebuild it as the
 original object tree.
 As such it is safe to send serpent data to other machines over the network
 for instance (because only 'safe' literals are encoded).
 .
 This package contains the core Serpent module for Python 3.x .