python-pretend 1.0.8-2 source package in Ubuntu

Changelog

python-pretend (1.0.8-2) unstable; urgency=medium

  * Switch debian/watch to pypi.debian.net redirector.
  * Remove distutils patch since we can now use setuptools.
  * Bump S-V to 3.9.6.

 -- Tristan Seligmann <email address hidden>  Sun, 09 Aug 2015 18:57:50 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pretend_1.0.8-2.dsc 2.3 KiB bc4b2f2fb38425030b22f83d05fa8a0d7d35486bacf84dd3605e203c145dff7e
python-pretend_1.0.8.orig.tar.gz 4.7 KiB 930f2c1e18503e8f8c403abe2e02166c4a881941745147e712cdd4f49f3fb964
python-pretend_1.0.8-2.debian.tar.xz 19.6 KiB a71dc451232b4e15c3cdb90b67dacad2638533ea099756005431c8021c8053c7

No changes file available.

Binary packages built by this source

pypy-pretend: Python library for stubbing (PyPy)

 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.
 .
 This package contains the PyPy version of pretend.

python-pretend: No summary available for python-pretend in ubuntu disco.

No description available for python-pretend in ubuntu disco.

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.