serpent 1.40-1 source package in Ubuntu

Changelog

serpent (1.40-1) unstable; urgency=medium

  * New upstream release.
  * Update homepage location.
  * Update watch file.
  * Update debhelper level to 13 .
  * Update Standards-Version to 4.6.0 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 24 Oct 2021 10:29:58 +0200

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
serpent_1.40-1.dsc 1.8 KiB 604a6e637467acd971fbf03b5691915c1674dc8cc8ac1b24e7c41a9badbcdc55
serpent_1.40.orig.tar.gz 81.0 KiB 59ff95c096f2e7224154fc092398ed0727b6f003e9d4a561efc90dc4f67d214f
serpent_1.40-1.debian.tar.xz 3.1 KiB 4e84d99a8f551026b3c37072700f1ca298c0a25fa771c9870ff8ebe872b2845f

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 .