python-pretend 1.0.9-3 source package in Ubuntu

Changelog

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

  * Remove retired person from package uploaders list. (Closes: #1041179)
  * Bump Standards-Version to 4.7.0.

 -- Boyuan Yang <email address hidden>  Thu, 11 Apr 2024 18:48:19 -0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pretend_1.0.9-3.dsc 2.3 KiB 99e86b9d67d1963507dab7b7fd137d8fe35c0b6e5d56716a7bc25d48acae9947
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-3.debian.tar.xz 4.7 KiB dc2c4fb03163b8904e13f6a4f2a749bcad786858ff344e64db472e63ebe67fdf

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.