simpleeval 0.9.13-1 source package in Ubuntu

Changelog

simpleeval (0.9.13-1) unstable; urgency=medium

  * Add a salsa-ci.yml
  * Set field Upstream-Name in debian/copyright.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
  * Bump the Standards-Version to 4.6.2, no changes needed.
  * Do not take into account python package metadata when building twice
    (Closes: #1047962).
  * Merging upstream version 0.9.13.
  * Update year of debian copyright.
  * Update d/copyright.

 -- Mathias Behrle <email address hidden>  Wed, 03 Jul 2024 09:49:53 +0200

Upload details

Uploaded by:
Debian Tryton Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Tryton Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
simpleeval_0.9.13-1.dsc 2.1 KiB 71e88ac1f549a5d54dbb1c36c5091b6fa7a22a347e7c485742a9bf27293581c2
simpleeval_0.9.13.orig.tar.gz 24.0 KiB 4a30f9cc01825fe4c719c785e3762623e350c4840d5e6855c2a8496baaa65fac
simpleeval_0.9.13-1.debian.tar.xz 3.8 KiB 50b12412b36b9f7d8b8b9288f98d08f6bc9cc910f6a745fd7f86db97c0de5bc0

Available diffs

No changes file available.

Binary packages built by this source

python3-simpleeval: Simple, safe single expression evaluator library (Python 3)

 Quick single file library for easily adding evaluatable expressions into
 Python projects.
 .
 Short, easy to use, safe and reasonably extensible expression evaluator.
 Designed for things like in a website where you want to allow the user to
 generate a string, or a number from some other input, without allowing full
 eval() or other unsafe or needlessly complex linguistics.
 .
 This package is targeting Python version 3.