dodgy 0.1.9-5 source package in Ubuntu

Changelog

dodgy (0.1.9-5) unstable; urgency=medium

  * Team upload.
  * Use pytest instead of nose for unit tests and autopkgtests (Closes: #1018344).
  * Add 0001-drop-distutils.patch to move from distutils.core.setup to
    setuptools.setup.
  * Fix debian/watch by using github tags instead of releases.
  * Set Standards-Version to 4.6.1.

 -- Emanuele Rocca <email address hidden>  Wed, 12 Oct 2022 21:01:31 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
dodgy_0.1.9-5.dsc 2.0 KiB ae10b06f5ed637b3ff03f2b6df1c9d44afc75c16d3d263957699d0f35dea496c
dodgy_0.1.9.orig.tar.xz 6.5 KiB 421f478bf28b289fb054273d2c7f2e533931e638ccce3546461dab56838da08f
dodgy_0.1.9-5.debian.tar.xz 3.5 KiB b283e7c1f7370351e36ec34db762f0d72f96551ba2a0ccb3cc43467e51065049

Available diffs

No changes file available.

Binary packages built by this source

dodgy: searches for dodgy looking lines in Python code

 Dodgy is a very basic tool to run against your codebase to search for "dodgy"
 looking values. It is a series of simple regular expressions designed to detect
 things such as accidental SCM diff checkins, or passwords or secret keys hard
 coded into files.