python-hypothesis 6.65.2-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 6.65.2
  * Fix failing numpy test (Closes: #1030233)

 -- Timo Röhling <email address hidden>  Wed, 01 Feb 2023 21:17:16 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.65.2-1.dsc 2.5 KiB 11408162be01ff9471e83b65ce518defd1fdeeda0d0257f91e75e66b7c2674c0
python-hypothesis_6.65.2.orig.tar.gz 8.9 MiB 7ec99fdc7848527962da7e27dfe4e3bcfe46d4e8d0b17b37d17e808fbe03508b
python-hypothesis_6.65.2-1.debian.tar.xz 12.5 KiB b1794a1bc8eefc2c79488214c436219b24d3af6d59bad82f3abf941acfc687dd

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.