python-hypothesis 6.61.0-1build1 source package in Ubuntu

Changelog

python-hypothesis (6.61.0-1build1) lunar; urgency=medium

  * Rebuild against try to pick up python3-exceptiongroup dependency to
    fix python-cryptography build.

 -- Gianfranco Costamagna <email address hidden>  Thu, 29 Dec 2022 13:14:12 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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.61.0.orig.tar.gz 8.9 MiB b03b6cab22035cd08fc412950247bcb86c7ef0efd2295278af21338d3484233f
python-hypothesis_6.61.0-1build1.debian.tar.xz 12.1 KiB f50730b1531c6abdb22aa51df4caf798d1e6e11e2f2bc34bd9b1761acd14dcd8
python-hypothesis_6.61.0-1build1.dsc 2.7 KiB 657a131c8273860087cad6c9db209e6d941de8825de4f5947466fe45db763491

View changes file

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.