From d9fa0c39d7014fb1abd8a9812b3b225c1d7f1b1eb1cfcd99c9b24c7eb23615b7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 14 Nov 2020 11:03:04 +0000 Subject: [PATCH] Accepting request 848478 from home:jayvdb:branches:devel:languages:python - Update to v0.1.6 OBS-URL: https://build.opensuse.org/request/show/848478 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=5 --- hypothesmith-0.1.4.tar.gz | 3 --- hypothesmith-0.1.6.tar.gz | 3 +++ hypothesmith-gh-0.1.4.tar.gz | 3 --- hypothesmith-gh-0.1.6.tar.gz | 3 +++ python-hypothesmith.changes | 9 +++++++++ python-hypothesmith.spec | 4 ++-- 6 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 hypothesmith-0.1.4.tar.gz create mode 100644 hypothesmith-0.1.6.tar.gz delete mode 100644 hypothesmith-gh-0.1.4.tar.gz create mode 100644 hypothesmith-gh-0.1.6.tar.gz diff --git a/hypothesmith-0.1.4.tar.gz b/hypothesmith-0.1.4.tar.gz deleted file mode 100644 index 051a4ec..0000000 --- a/hypothesmith-0.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5628fb1a06233c70751105635bc3cee789c82358041b4518c2cab5300e73cd65 -size 11857 diff --git a/hypothesmith-0.1.6.tar.gz b/hypothesmith-0.1.6.tar.gz new file mode 100644 index 0000000..3eb5391 --- /dev/null +++ b/hypothesmith-0.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54399e45a2d4be4b76198a4b50b5fc5d3acb3567a56d84cd9520c2df0ccb6f01 +size 11942 diff --git a/hypothesmith-gh-0.1.4.tar.gz b/hypothesmith-gh-0.1.4.tar.gz deleted file mode 100644 index 37d0963..0000000 --- a/hypothesmith-gh-0.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd8fc00f25450fe75da3a0190e053172c9f6d53ecd6d4e8c000b65339f58927d -size 21452 diff --git a/hypothesmith-gh-0.1.6.tar.gz b/hypothesmith-gh-0.1.6.tar.gz new file mode 100644 index 0000000..6750c96 --- /dev/null +++ b/hypothesmith-gh-0.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e22a9f2410fb1f0d5109ca1491ef7fe60f04ceadc5b3a0e3a1698508e517ff4 +size 21590 diff --git a/python-hypothesmith.changes b/python-hypothesmith.changes index 24e0519..58b159e 100644 --- a/python-hypothesmith.changes +++ b/python-hypothesmith.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Nov 14 05:23:01 UTC 2020 - John Vandenberg + +- Update to v0.1.6 + * Improved error messages from internal compiler errors again + * Bumped Hypothesis requirement to version 5.39 or later +- from v0.1.5 + * Emit additional debug info when Python fails to compile a string + ------------------------------------------------------------------- Wed Aug 19 15:46:37 UTC 2020 - Benjamin Greiner diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index 05b05e5..b01d545 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -20,7 +20,7 @@ %define skip_python2 1 # no release tags in repository, but we need LICENSE and tests not # packaged in PyPI source https://github.com/Zac-HD/hypothesmith/issues/5 -%define commithash 6124cd71317add93500e0cb04c98cf5606adedea +%define commithash 40947c2e590f06ea5f3b88c6e75d8a98e9443c63 %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -30,7 +30,7 @@ %bcond_with test %endif Name: python-hypothesmith%{psuffix} -Version: 0.1.4 +Version: 0.1.6 Release: 0 Summary: Hypothesis strategies for generating Python programs, something like CSmith License: MPL-2.0