diff --git a/hypothesis-python-4.32.2.tar.gz b/hypothesis-python-4.32.2.tar.gz deleted file mode 100644 index 1ff6582..0000000 --- a/hypothesis-python-4.32.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39b66765605c7a02422872bcdd02b22f8a9f7b90e8cee40109d7a46b834768f4 -size 1307119 diff --git a/hypothesis-python-4.34.0.tar.gz b/hypothesis-python-4.34.0.tar.gz new file mode 100644 index 0000000..11a8f12 --- /dev/null +++ b/hypothesis-python-4.34.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1c36d9afbd2e12876934b9cbebca231a9167bd600daa905e6ff64c95109f8d +size 1317041 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 24873f4..6dc6ed3 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Aug 25 17:57:25 UTC 2019 - Arun Persaud + +- update to version 4.34.0: + * The from_type() strategy now knows to look up the subclasses of + abstract types, which cannot be instantiated directly. This is + very useful for hypothesmith to support libCST. + +- changes from version 4.33.1: + * This patch works around a crash when an incompatible version of + Numpy is installed under PyPy 5.10 (Python 2.7). + +- changes from version 4.33.0: + * This release improves the domains() strategy, as well as the + urls() and the emails() strategies which use it. These strategies + now use the full IANA list of Top Level Domains and are correct as + per RFC 1035. Passing tests using these strategies may now + fail.Thanks to TechDragon for this improvement. + +- changes from version 4.32.3 : + * This patch tidies up the repr of several settings-related objects, + at runtime and in the documentation, and deprecates the + undocumented edge case that phases=None was treated like + phases=tuple(Phase). It also fixes from_lark() with lark 0.7.2 and later. + ------------------------------------------------------------------- Sun Aug 4 15:07:54 UTC 2019 - Arun Persaud diff --git a/python-hypothesis.spec b/python-hypothesis.spec index f457fc3..4308045 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -28,7 +28,7 @@ %endif %bcond_without python2 Name: python-hypothesis%{psuffix} -Version: 4.32.2 +Version: 4.34.0 Release: 0 Summary: A library for property based testing License: MPL-2.0