From e57ffbc89b2848da069000164d92ba5a2107ec5ba545d62c147e90f847dfef7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 27 Nov 2017 09:39:33 +0000 Subject: [PATCH] Accepting request 545771 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/545771 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=32 --- hypothesis-3.38.4.tar.gz | 3 --- hypothesis-3.38.5.tar.gz | 3 +++ python-hypothesis.changes | 11 +++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-3.38.4.tar.gz create mode 100644 hypothesis-3.38.5.tar.gz diff --git a/hypothesis-3.38.4.tar.gz b/hypothesis-3.38.4.tar.gz deleted file mode 100644 index 25731b7..0000000 --- a/hypothesis-3.38.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4163f599c0c0ffd283531001795a6a14f9ed8ceb6b2a2ebe1eb6e37da6a217ed -size 129660 diff --git a/hypothesis-3.38.5.tar.gz b/hypothesis-3.38.5.tar.gz new file mode 100644 index 0000000..b9f3ea2 --- /dev/null +++ b/hypothesis-3.38.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6986e6b46c43cefe10cd0f0f3a7a792ad89de3fb5e2b1f8837c8cbb9b93dce +size 129849 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index cd43e8e..b4d5ba4 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 26 21:26:33 UTC 2017 - arun@gmx.de + +- update to version 3.38.5: + * This fixes the repr of strategies using lambda that are defined + inside decorators to include the lambda source. + This would mostly have been visible when using the statistics + functionality - lambdas used for e.g. filtering would have shown + up with a as their body. This can still happen, but it + should happen less often now. + ------------------------------------------------------------------- Wed Nov 22 19:42:32 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index fc38ce0..be3a8e9 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -24,7 +24,7 @@ %endif %bcond_with test Name: python-hypothesis -Version: 3.38.4 +Version: 3.38.5 Release: 0 Summary: A library for property based testing License: MPL-2.0