serpent 1.23-1 source package in Ubuntu

Changelog

serpent (1.23-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.0.0 and debhelper level to 10 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 23 Jul 2017 15:28:51 +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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
serpent_1.23-1.dsc 1.8 KiB 4a213e073759393820c8853853e551874e61ad06cbe0fa1594276fe73f4d5bcc
serpent_1.23.orig.tar.gz 132.2 KiB 5aebd0110e3e8bba81a24ecc60f3034ef6dc925fae0708daffffb6494edfb7c9
serpent_1.23-1.debian.tar.xz 2.5 KiB da5c8c03c1666877deccb25be51e884798cae158ba7945e149b8afdb8bc236a8

Available diffs

No changes file available.

Binary packages built by this source

python2-serpent: simple serialization library based on ast.literal_eval(), Python2 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 2.x .

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 .