From 715694d8f66733c8db808625b47b7ead2a559d0d7ec207776ce9a21e3235bce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 25 Aug 2019 23:05:18 +0000 Subject: [PATCH] Accepting request 725971 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/725971 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=114 --- hypothesis-python-4.32.2.tar.gz | 3 --- hypothesis-python-4.34.0.tar.gz | 3 +++ python-hypothesis.changes | 25 +++++++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-python-4.32.2.tar.gz create mode 100644 hypothesis-python-4.34.0.tar.gz 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