serpent 1.30-1 source package in Ubuntu

Changelog

serpent (1.30-1) unstable; urgency=medium

  * New upstream release.
  * Remove Python 2 bindings (closes: #938469).
  * Update Standards-Version to 4.5.0 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Fri, 31 Jan 2020 16:51:15 +0000

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
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-1.dsc 1.8 KiB 850368232f41f9e69225c01a5e519f1bdb7082fbdacb5575a2764570edb3cd8a
serpent_1.30.orig.tar.gz 79.2 KiB 6a510a56f550154f3a8d527131c4f8f067475effe56f1afb7e340f29fdc57bcb
serpent_1.30-1.debian.tar.xz 2.9 KiB c4818070d01590486beecb2671863467325562ae18de79f1b38897c4cf19f540

No changes file available.

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 .