python-pretend 1.0.9-ok1 source package in openKylin

Changelog

python-pretend (1.0.9-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Tue, 13 Sep 2022 17:09:26 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main python
Nile V2.0 release main python
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-pretend_1.0.9.orig.tar.gz 5.5 KiB 15e4ce1bb77c07ba527b27c65d8bd2414578d63f4f96e93a893b419b14df95f1
python-pretend_1.0.9-ok1.debian.tar.xz 4.4 KiB c0dbdadfcb670dc07ca60de2ba1b89e79e1c26333690d402fd581f926235df51
python-pretend_1.0.9-ok1.dsc 1.9 KiB 60f4340a415c01845f058a8a96ff81e63ae0996c2f1efe8adc4396b32ff43e98

View changes file

Binary packages built by this source

pypy-pretend: Python library for stubbing (PyPy)

 Pretend is a library to make stubbing with Python easier.
 .
 Stubbing is a technique for writing tests. You may hear the term mixed up with
 mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
 responses, rather than doing any computation.
 .
 This package contains the PyPy version of pretend.

python3-pretend: Python library for stubbing (Python 3)

 Pretend is a library to make stubbing with Python easier.
 .
 Stubbing is a technique for writing tests. You may hear the term mixed up with
 mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
 responses, rather than doing any computation.