diff --git a/hypothesis-python-3.61.0.tar.gz b/hypothesis-python-3.61.0.tar.gz deleted file mode 100644 index 8cbf2a4..0000000 --- a/hypothesis-python-3.61.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a26a1f5075fcaeb04b1c412cc7f5c00ed15bee9a15058cd6006eacebacd98a2 -size 506900 diff --git a/hypothesis-python-3.65.0.tar.gz b/hypothesis-python-3.65.0.tar.gz new file mode 100644 index 0000000..6faeaf0 --- /dev/null +++ b/hypothesis-python-3.65.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dd76d061b091e4e8f19c80b406558633e9a93387aded9ae9e53240c6f2a87e +size 514562 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 0368357..0771ffa 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Sun Jul 1 17:47:50 UTC 2018 - arun@gmx.de + +- specfile: + * be more specific for %{python_sitelib} in %files + +- update to version 3.65.0: + * This release deprecates the max_shrinks setting in favor of an + internal heuristic. If you need to avoid shrinking examples, use + the phases setting instead. (issue #1235) + +- changes from version 3.64.2: + * This release fixes a bug where an internal assertion error could + sometimes be triggered while shrinking a failing test. + +- changes from version 3.64.1: + * This patch fixes type-checking errors in our vendored + prety-printer, which were ignored by our mypy config but visible + for anyone else (whoops). Thanks to Pi Delport for reporting issue + #1359 so promptly. + +- changes from version 3.64.0: + * This release adds an interface which can be used to insert a + wrapper between the original test function and @given (issue + #1257). This will be particularly useful for test runner + extensions such as pytest-trio, but is not recommended for direct + use by other users of Hypothesis. + +- changes from version 3.63.0: + * This release adds a new mechanism to infer strategies for classes + defined using attrs, based on the the type, converter, or + validator of each attribute. This inference is now built in to + builds() and from_type(). + * On Python 2, from_type() no longer generates instances of int when + passed long, or vice-versa. + +- changes from version 3.62.0: + * This release adds PEP 484 type hints to Hypothesis on a + provisional basis, using the comment-based syntax for Python 2 + compatibility. You can read more about our type hints here. + * It also adds the py.typed marker specified in PEP 561. After you + pip install hypothesis, mypy 0.590 or later will therefore + type-check your use of our public interface! + ------------------------------------------------------------------- Sun Jun 24 15:40:53 UTC 2018 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 62bff02..b16ba4b 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis -Version: 3.61.0 +Version: 3.65.0 Release: 0 Summary: A library for property based testing License: MPL-2.0 @@ -92,6 +92,6 @@ work on Jython or on Python 3.0 through 3.2. %files %{python_files} %doc ../CITATION README.rst %license ../LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/hypothesis* %changelog