python-hypothesis 6.92.2-1 source package in Ubuntu

Changelog

python-hypothesis (6.92.2-1) unstable; urgency=medium

  * Use pybuild {build_dir} for sphinx-build
  * New upstream version 6.92.2

 -- Timo Röhling <email address hidden>  Sat, 30 Dec 2023 23:33:26 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.92.2-1.dsc 2.7 KiB 99e116c9da5299ec1f048ffdbd6097033a98c5fd37a95235bf2247a5f1760b0b
python-hypothesis_6.92.2.orig.tar.gz 9.0 MiB ed3a5d3f5c37c27a3ebb656f57136e5b7820bf042a6a62917b34f23560ab7f6e
python-hypothesis_6.92.2-1.debian.tar.xz 13.9 KiB 374e8a641d5e8e68e7ff601f8f1ede760e66ebb280d28bb3e922e19d766fde1a

Available diffs

No changes file available.

Binary packages built by this source

python-hypothesis-doc: advanced Quickcheck style testing library (documentation)

 Hypothesis is a library for testing your Python code against a much
 larger range of examples than you would ever want to write by
 hand. It's based on the Haskell library, Quickcheck, and is designed
 to integrate seamlessly into your existing Python unit testing work
 flow.
 .
 Hypothesis is both extremely practical and also advances the state of
 the art of unit testing by some way. It's easy to use, stable, and
 extremely powerful. If you're not using Hypothesis to test your
 project then you're missing out.
 .
 This package contains the documentation for Hypothesis.

python3-hypothesis: advanced Quickcheck style testing library for Python 3

 Hypothesis is a library for testing your Python code against a much
 larger range of examples than you would ever want to write by
 hand. It's based on the Haskell library, Quickcheck, and is designed
 to integrate seamlessly into your existing Python unit testing work
 flow.
 .
 Hypothesis is both extremely practical and also advances the state of
 the art of unit testing by some way. It's easy to use, stable, and
 extremely powerful. If you're not using Hypothesis to test your
 project then you're missing out.
 .
 This package contains the Python 3 module.