python-flexmock 0.10.4-1build1 source package in Ubuntu

Changelog

python-flexmock (0.10.4-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:42:16 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flexmock_0.10.4.orig.tar.gz 44.3 KiB 5033ceb974d6452cf8716c2ff5059074b77e546df5c849fb44a53f98dfe0d82c
python-flexmock_0.10.4-1build1.debian.tar.xz 3.3 KiB 54549e4e2af22ad2bbd5f319d2ff18f82b4d6e55fbe448469d3e5f8f38d145be
python-flexmock_0.10.4-1build1.dsc 2.3 KiB c6c92cede69fd65068a81310a8703b27cbe986f181bf2085cd8fcd6462d6b709

View changes file

Binary packages built by this source

python-flexmock: Mock/Stub/Spy library for Python

 flexmock is a testing library for Python that makes it easy to create mocks,
 stubs and fakes.
 .
 The API is inspired by a Ruby library of the same name, but Python flexmock is
 not a clone of the Ruby version. It omits a number of redundancies in the Ruby
 flexmock API, alters some defaults, and introduces a number of Python-only
 features.
 .
 flexmock's design focuses on simplicity and intuitiveness. This means that the
 API is as lean as possible, though a few convenient short-hand methods are
 provided to aid brevity and readability.
 .
 flexmock declarations are structured to read more like English sentences than
 API calls, and it is possible to chain them together in any order to achieve
 high degree of expressiveness in a single line of code.
 .
 This package contains the Python 2.x version of flexmock.

python3-flexmock: Mock/Stub/Spy library for Python 3

 flexmock is a testing library for Python that makes it easy to create mocks,
 stubs and fakes.
 .
 The API is inspired by a Ruby library of the same name, but Python flexmock is
 not a clone of the Ruby version. It omits a number of redundancies in the Ruby
 flexmock API, alters some defaults, and introduces a number of Python-only
 features.
 .
 flexmock's design focuses on simplicity and intuitiveness. This means that the
 API is as lean as possible, though a few convenient short-hand methods are
 provided to aid brevity and readability.
 .
 flexmock declarations are structured to read more like English sentences than
 API calls, and it is possible to chain them together in any order to achieve
 high degree of expressiveness in a single line of code.
 .
 This package contains the Python 3 version of flexmock.