mocker 1.0-2 source package in Ubuntu
Changelog
mocker (1.0-2) unstable; urgency=low * Merge Ubuntu's changes (debian/rules, debian/control, debian/pycompat). * Machine-readable debian/copyright file. * Maintained with the Debian Python Modules Team (debian/control). * Removed original Ubuntu maintainer from Uploaders (debian/control). * Added myself to the Uploaders (debian/control). * Conforms to Policy 3.9.3 (debian/control, no other changes needed). * Remove mocker.egg-info in clean target (debian/rules) to mask changes made at build time (see #625481). * Using Debhelper 8 (debian/compat, debian/control). -- Charles Plessy <email address hidden> Wed, 11 Apr 2012 22:51:18 +0900
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | python | |
Xenial | release | universe | python | |
Trusty | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mocker_1.0-2.dsc | 2.0 KiB | fea130c19bc8714c0cf1094c01591348905bf1f911c54d8df372568bb4172a70 |
mocker_1.0.orig.tar.gz | 40.4 KiB | 91a00863397aeeafe67aa0287ba38f1c52cb88277f03779e2f515fa40f54c555 |
mocker_1.0-2.debian.tar.gz | 2.5 KiB | a3eb76abd5e12037bb9a6f620eeeca80e9681a6e6710c6b06f5a9b0876eedcd8 |
Available diffs
No changes file available.
Binary packages built by this source
- python-mocker: Mocker object mocking framework
Mocker provides an API for mocking Python objects in unit tests. Mocker
provides graceful creation of test doubles (mocks, stubs, fakes, and dummies)
for Python testing needs.