serpent 1.30.2-1 source package in Ubuntu

Changelog

serpent (1.30.2-1) unstable; urgency=medium

  * New upstream release:
    - fix __version__ string (closes: #951124).

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Tue, 11 Feb 2020 17:30:39 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
serpent_1.30.2-1.dsc 1.8 KiB 49aaa07abeb095ad0bb76ba00ca2d624b5ae4bc85b8141d03d4ef8ebf1d24047
serpent_1.30.2.orig.tar.gz 79.3 KiB cd6a10987183a7ece67628658e953e08784b85ff0a7cb046227bcddf7c6f9c1a
serpent_1.30.2-1.debian.tar.xz 2.9 KiB 30c439239b5428e92f08c1cea2d0f64950796542665d5857764a7aee4bd836bd

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 .