simpleeval 0.9.12-1 source package in Ubuntu

Changelog

simpleeval (0.9.12-1) unstable; urgency=medium

  * Merging upstream version 0.9.12.
  * Bump to Standards-Version 4.6.1.0, no changes needed.
  * Bump d/copyright year.
  * Remove the 01-PEP517.patch in favor of the new pybuild-plugin-
    pyproject plugin.
  * Use pybuild-plugin-pyproject as build system.
  * Remove duplicate license.
  * Use debhelper-compat (= 13).

 -- Mathias Behrle <email address hidden>  Fri, 09 Sep 2022 20:29:00 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
simpleeval_0.9.12-1.dsc 2.1 KiB 79cf0c5c60e29f6f067fabf1d244b50a2cff6a049de22e980cf4706038ade244
simpleeval_0.9.12.orig.tar.gz 22.2 KiB 3e0be507486d4e21cf9d08847c7e57dd61a1603950399985f7c5a0be7fd33e36
simpleeval_0.9.12-1.debian.tar.xz 3.5 KiB 8382c3709e50f749d6608118e1a7bfe305741ea8136e66480f41e4ab3f23203d

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.