python-sure 2.0.1+git.2023.02.06.3aef950b7c-1 source package in Ubuntu

Changelog

python-sure (2.0.1+git.2023.02.06.3aef950b7c-1) unstable; urgency=medium

  * New upstream release based on 2.0.1 plus a dumb commit, to avoid having to
    deal with wrong git and orig tarball from Matthias.
  * Get rid of the python3-mock (build-)depends (Closes: #1060095).

 -- Thomas Goirand <email address hidden>  Mon, 19 Feb 2024 09:18:10 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sure_2.0.1+git.2023.02.06.3aef950b7c-1.dsc 2.2 KiB 8a3b217047776b29b5c9a6bfa097fe94022b4abf2937fbfdb5d1d5861cb4cb26
python-sure_2.0.1+git.2023.02.06.3aef950b7c.orig.tar.xz 53.9 KiB 296d7883f5b36415c2f4747ff2ffa86ebdb4eedbba7cb22e74f8de8c8bc33553
python-sure_2.0.1+git.2023.02.06.3aef950b7c-1.debian.tar.xz 4.8 KiB 63315126d3f375fe22b2be0990829950831c543404210b2430e9cc1d24401cb9

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.