diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 1ba9d9e..bb28a9e 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 10 11:52:42 UTC 2017 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Thu Jun 29 17:51:17 UTC 2017 - aloisio@gmx.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 55fed25..9df829b 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -60,10 +60,6 @@ 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. - Hypothesis works with most widely used versions of Python. It supports implementations compatible with 2.6, 2.7 and 3.3+, and is known to work on CPython and PyPy (but not PyPy3 until they support a 3.3 compatible version of the language). It does *not* currently