python-hypothesis 6.67.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 6.67.1
    - Fix a rare RecursionError introduced by the changes in 6.65.0

 -- Timo Röhling <email address hidden>  Mon, 06 Feb 2023 13:09:15 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.67.1-1.dsc 2.5 KiB 90bbfbecfdf5b9c1d5203754514732a18cd24efbb3a4ef5201d30450a5549afa
python-hypothesis_6.67.1.orig.tar.gz 8.9 MiB 03eedcdc9abf6b886c27755937d55913375e5dd132fa6d072feb83d0fb6d5af7
python-hypothesis_6.67.1-1.debian.tar.xz 12.5 KiB b34d6b471cdbb02f59e0358fbf6b02f7ec7fd406c7fbdfb207d55bea93497395

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.