python-pretend 1.0.9-2.1 source package in Ubuntu

Changelog

python-pretend (1.0.9-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Stop building pypy-pretend (Closes: #1021407)

 -- Paul Gevers <email address hidden>  Fri, 07 Oct 2022 21:27:09 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pretend_1.0.9-2.1.dsc 2.1 KiB 2f1b75cb9506152ae406d35d4869148ec3cb1b2d03ec5f425d6db95d5a1ac7ba
python-pretend_1.0.9.orig.tar.gz 4.7 KiB c90eb810cde8ebb06dafcb8796f9a95228ce796531bc806e794c2f4649aa1b10
python-pretend_1.0.9.orig.tar.gz.asc 488 bytes 4ae47faec1217a2d304d0657ed7f5d752223e5c0f55f80523f34bda550e84efe
python-pretend_1.0.9-2.1.debian.tar.xz 4.6 KiB ee6aaa008f03fe4317532282edeae3e180f3a7ac4949be5d390d645fd33070fd

Available diffs

No changes file available.

Binary packages built by this source

python3-pretend: Python library for stubbing (Python 3)

 Pretend is a library to make stubbing with Python easier.
 .
 Stubbing is a technique for writing tests. You may hear the term mixed up with
 mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
 responses, rather than doing any computation.