python-flexmock 0.11.3-3 source package in Ubuntu

Changelog

python-flexmock (0.11.3-3) unstable; urgency=medium

  * Clean correctly. (Closes: #1046630)
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Bump copyright years.

 -- Stefano Rivera <email address hidden>  Tue, 24 Oct 2023 12:01:38 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flexmock_0.11.3-3.dsc 1.8 KiB 3fa007ebcdb89af81dd56bf71073d8e4aa22fb193ce4f925597d90ed4a8e9fc7
python-flexmock_0.11.3.orig.tar.gz 51.3 KiB b1fe35f6a5f32547b5cd31a15c060d9ab863dc08aff018cd73dc78d1b651edd4
python-flexmock_0.11.3-3.debian.tar.xz 4.3 KiB c4d0aaa8d3101c139a4ed561bc88c41a95bc7a0ac3e5759b017cdc92a0f25fa5

Available diffs

No changes file available.

Binary packages built by this source

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.