python-mock 5.2.0-ok1 source package in openKylin

Changelog

python-mock (5.2.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 21:30:30 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-mock_5.2.0.orig.tar.gz 88.8 KiB ab700375e77a5213e8def1f61c2d83ca1b50ff9b56b541992dc54784c1274c52
python-mock_5.2.0-ok1.debian.tar.xz 3.5 KiB 754a0b474103b9bd9a190a6103138f895431c4b33a42fb563e2bd2b75fe398f4
python-mock_5.2.0-ok1.dsc 2.0 KiB 44d596c27290c9bd2a8ad1989d405b1574272e0c1cd8a6e4c24c82f80cbdedc6

Available diffs

View changes file

Binary packages built by this source

python-mock-doc: Mocking and Testing Library (Documentation)

 mock provides a core mock.Mock class that is intended to reduce the
 need to create a host of trivial stubs throughout your test suite.
 After performing an action, you can make assertions about which methods
 / attributes were used and arguments they were called with. You can
 also specify return values and set specific attributes in the normal
 way.
 .
 This package contains the documentation.

python3-mock: Mocking and Testing Library (Python3 version)

 mock provides a core mock.Mock class that is intended to reduce the
 need to create a host of trivial stubs throughout your test suite.
 After performing an action, you can make assertions about which methods
 / attributes were used and arguments they were called with. You can
 also specify return values and set specific attributes in the normal
 way.
 .
 This package contains the Python 3 version of the library.