python-mockito 1.2.2-3 source package in Ubuntu

Changelog

python-mockito (1.2.2-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Thu, 24 Nov 2022 17:16:57 +0000

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mockito_1.2.2-3.dsc 2.1 KiB 816777bfc517bb5f0d62a6fc6147fa07ab9d976bb06b9e60a841ab2ee591ec66
python-mockito_1.2.2.orig.tar.gz 54.3 KiB 7a86349b7db05ad0d3679167c9997a658e24790b039fc0a3c07e1a7beb772213
python-mockito_1.2.2-3.debian.tar.xz 4.0 KiB de20235236461df162262ad41f4e9f8708b8a7c2c199dae98352c4e36a4c9d6f

Available diffs

No changes file available.

Binary packages built by this source

python-mockito-doc: Spying framework for Python - documentation

 This is a spying framework for Python, similar to Java's Mockito.
 For example:
 .
 when(os.path).exists('/foo').thenReturn(True)
 .
 This package contains the HTML documentation.

python3-mockito: Spying framework for Python

 This is a spying framework for Python, similar to Java's Mockito.
 For example:
 .
 when(os.path).exists('/foo').thenReturn(True)
 .
 This package contains the Python3 library.