python-pyforge 1.4.0-1 source package in Ubuntu

Changelog

python-pyforge (1.4.0-1) unstable; urgency=medium

  * New upstream release.
    - replace nose with pytest and tox
    - add pbr as a build system
    - drop all patches (applied upstream)
    - add new patch to fix syntax in setup.py
    - add new patch to fix tool invocation in tox.ini

 -- Stuart Prescott <email address hidden>  Sun, 22 Oct 2023 00:37:52 +1100

Upload details

Uploaded by:
Stuart Prescott
Uploaded to:
Sid
Original maintainer:
Stuart Prescott
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyforge_1.4.0-1.dsc 2.0 KiB 42da79beac94c80bc8f387bc5913ecc9f2664f29c894447fd6b3df65148eb49c
python-pyforge_1.4.0.orig.tar.gz 34.6 KiB 67aafb498a875a2ac5bfa4e53cf89b5e10247acca671a61d3ea8b1f14f461de8
python-pyforge_1.4.0-1.debian.tar.xz 3.1 KiB a64fc5f266b50b2a70de502863d57bc51060ba57739cd0c33191888a978666c7

Available diffs

No changes file available.

Binary packages built by this source

python3-forge: mocking and testing modules (Python 3 version)

 Forge is a mocking library for Python. It draws most of its inspiration
 from Mox. It aims to be simple, but still feature-rich, and provide maximum
 flexibility for unit testing using the mock approach.
 .
 This package contains the Python 3 version of the forge module.