dicteval 0.0.6-2 source package in Ubuntu

Changelog

dicteval (0.0.6-2) unstable; urgency=medium

  * debian/control:
      - Added 'Rules-Requires-Root: no' in source stanza.
      - Change Maintainer's email.
      - Change Vcs-* fields for new repository in salsa.
      - Bumped Standards-Version to 4.4.1.
      - Updated DH to level 12.
  * debian/copyright:
      - Change Maintainer's email.
      - Removed LICENCE file.
      - Updated packaging copyright years.
  * debian/salsa-ci.yml: created to start CI tests for Salsa.
  * debian/tests/*: added to perform trivial tests.

 -- Paulo Henrique de Lima Santana (phls) <email address hidden>  Sun, 22 Dec 2019 21:43:04 +0300

Upload details

Uploaded by:
Paulo Henrique de Lima Santana
Uploaded to:
Sid
Original maintainer:
Paulo Henrique de Lima Santana
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dicteval_0.0.6-2.dsc 2.0 KiB f1f4b8e5fca9801027d28665e3a91829c9b902c37bf91e9cddf979ec5ee390b0
dicteval_0.0.6.orig.tar.gz 4.8 KiB 20ab0af2ac567f970ed82aadd9fcdbb63695a18be4cda112029b0fc4d1ed6933
dicteval_0.0.6-2.debian.tar.xz 24.5 KiB b8c8985e744d8bc66cf1b6eccba94bb2f2136bc41fd5596918f33dcdda388580

Available diffs

No changes file available.

Binary packages built by this source

python3-dicteval: Library to evaluate expressions in dict/json objects

 Module dicteval will evaluate basic types with no modifications but it will
 evaluate dicts (or json objects) containing keys started with = (equal)
 symbol. You can provide a dictionary with context to be used during
 evaluation process. You can also wrap your string content with @{} to force
 a Python eval() with the context provided.