python-sure 2.0.0-3 source package in Ubuntu

Changelog

python-sure (2.0.0-3) unstable; urgency=medium

  * Added extend-diff-ignore for the egg-info (Closes: #1046255).

 -- Thomas Goirand <email address hidden>  Thu, 17 Aug 2023 17:38:25 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sure_2.0.0-3.dsc 2.1 KiB d1069ff2e5e45ef05016a445b1691a768cc9edc1f9ef2cb1341571971fa9e634
python-sure_2.0.0.orig.tar.xz 53.7 KiB 2fc3144191a71eeff4cbc56645a2b88192c6aca74f9958af320176297064db3b
python-sure_2.0.0-3.debian.tar.xz 3.9 KiB 4ae62db258484accab95c1590dd5b90e88d65aa6beddcd4b370923c6b85ad7f8

Available diffs

No changes file available.

Binary packages built by this source

python3-sure: utility belt for automated testing

 Sure is a library for Python that leverages a DSL for writing assertions. In
 CPython it monkey-patches the object type, adding some methods and properties
 purely for test purposes. Any Python code written after "import sure" gains
 testing superpowers.