python-hypothesis 6.35.0-1 source package in Ubuntu

Changelog

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

  * New upstream release; Closes: #1001538, #1002392, #1000639
  * debian/watch
    - properly detect new upstream releases
  * debian/copyright
    - update upstream copyright information
  * debian/tests/control
    - skip test_basic_indices_default_max_dims_does_not_warn in autopkgtest
  * debian/rules
    - set the proper PYTHONPATH when building doc
  * refresh/update patches

 -- Sandro Tosi <email address hidden>  Sun, 16 Jan 2022 23:31:30 -0500

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hypothesis_6.35.0-1.dsc 2.7 KiB eff34d408f0640682943cd551c1a1060bfa7414303ec069076b6e06a2fdee52c
python-hypothesis_6.35.0.orig.tar.xz 8.6 MiB e69109be695a48e118fac2bcdd4b56a24400d8ad8e89ff05e34e423284639347
python-hypothesis_6.35.0-1.debian.tar.xz 11.3 KiB 9dbed94e1368e0862dd7f0a4592f17eb503323dcd0297ca847a2620204233bd6

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.