serpent 1.41-1 source package in Ubuntu

Changelog

serpent (1.41-1) unstable; urgency=medium

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Mon, 18 Jul 2022 14:03:02 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
serpent_1.41-1.dsc 1.8 KiB ed8ba32a4a9bb274df3028d61bd664915aca9735c49ff30df2f16441badad765
serpent_1.41.orig.tar.gz 80.9 KiB 51c77d9342eb5680c1507b21c24bb428e3408edfe43e8760f39f399300913ffc
serpent_1.41-1.debian.tar.xz 3.1 KiB 4b94a6e348f545d52e6dacaae780a619bb685168e54d15618edf65422efedbe3

Available diffs

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 .