python-hypothesis 6.98.15-1 source package in Ubuntu

Changelog

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

  * New upstream version 6.98.15
  * Fix test failure on 32 bit architectures

 -- Timo Röhling <email address hidden>  Thu, 29 Feb 2024 23:13:22 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.98.15-1.dsc 2.7 KiB 21535d7658214bf773b52b949b0e9fcdf6cf36021e8e99cea805c2ee2b07017f
python-hypothesis_6.98.15.orig.tar.gz 9.0 MiB 6dbaf5a10daef77a716a3b7f04ef1aa1cc8ec56e1313fd0e85619b998de1ec1a
python-hypothesis_6.98.15-1.debian.tar.xz 14.3 KiB 2de3d974a9d6f299152ca6cf602ee30f238b0eb258a0fee3b7b8585abe176bf6

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.