From 752d7357adfd6972d8e9cd57ed7dd8b9a6179b907fc91ae0be958008e90a22e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 10 Dec 2017 18:57:12 +0000 Subject: [PATCH 01/11] Accepting request 555562 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/555562 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=37 --- hypothesis-3.40.1.tar.gz | 3 --- hypothesis-3.42.0.tar.gz | 3 +++ python-hypothesis.changes | 21 +++++++++++++++++++++ python-hypothesis.spec | 9 +++------ 4 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 hypothesis-3.40.1.tar.gz create mode 100644 hypothesis-3.42.0.tar.gz diff --git a/hypothesis-3.40.1.tar.gz b/hypothesis-3.40.1.tar.gz deleted file mode 100644 index 9b9feb2..0000000 --- a/hypothesis-3.40.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab63b408904ce5f31a2279f3ad46b890d95b72f7d68ea059355a63171e7720a7 -size 132534 diff --git a/hypothesis-3.42.0.tar.gz b/hypothesis-3.42.0.tar.gz new file mode 100644 index 0000000..32365a2 --- /dev/null +++ b/hypothesis-3.42.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc8fa9ad857f4efdeb5f1dd7f44a0bd18f652056353f3792de032bc97c51dd1 +size 132900 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index f8f46b7..3957056 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Dec 9 17:39:47 UTC 2017 - arun@gmx.de + +- specfile: + * removed conditional for test as requested in SR 555280 + * added coverage as a requirement + +- update to version 3.42.0: + * This release deprecates hypothesis[fakefactory], which was + designed as a transition strategy but does not support example + shrinking or coverage-guided discovery. + +------------------------------------------------------------------- +Thu Dec 7 16:46:53 UTC 2017 - arun@gmx.de + +- update to version 3.41.0: + * sampled_from() can now sample from one-dimensional numpy + ndarrays. Sampling from multi-dimensional ndarrays still results + in a deprecation warning. Thanks to Charlie Tanksley for this + patch. + ------------------------------------------------------------------- Wed Dec 6 02:52:35 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 66cb980..7bc941a 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -22,9 +22,8 @@ %else %define oldpython python %endif -%bcond_with test Name: python-hypothesis -Version: 3.40.1 +Version: 3.42.0 Release: 0 Summary: A library for property based testing License: MPL-2.0 @@ -43,13 +42,13 @@ Recommends: python-numpy >= 1.9.0 Recommends: python-pytest >= 2.7.0 Recommends: python-pytz BuildArch: noarch -%if %{with test} +# test requirements BuildRequires: %{python_module Django >= 1.7} BuildRequires: %{python_module Faker >= 0.7.0} +BuildRequires: %{python_module coverage} BuildRequires: %{python_module numpy >= 1.9.0} BuildRequires: %{python_module pytest >= 2.7.0} BuildRequires: %{python_module pytz} -%endif %ifpython2 Requires: %{oldpython}-enum34 %endif @@ -76,10 +75,8 @@ work on Jython or on Python 3.0 through 3.2. %python_install %python_expand %fdupes -s %{buildroot}%{$python_sitelib} -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} %defattr(-,root,root,-) From 615516b92604eb1eb313dcbebef60a6fb298b0f0a8d4301017ff250172ebed43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 12 Dec 2017 08:24:34 +0000 Subject: [PATCH 02/11] Accepting request 556338 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/556338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=38 --- hypothesis-3.42.0.tar.gz | 3 --- hypothesis-3.42.1.tar.gz | 3 +++ python-hypothesis.changes | 7 +++++++ python-hypothesis.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 hypothesis-3.42.0.tar.gz create mode 100644 hypothesis-3.42.1.tar.gz diff --git a/hypothesis-3.42.0.tar.gz b/hypothesis-3.42.0.tar.gz deleted file mode 100644 index 32365a2..0000000 --- a/hypothesis-3.42.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc8fa9ad857f4efdeb5f1dd7f44a0bd18f652056353f3792de032bc97c51dd1 -size 132900 diff --git a/hypothesis-3.42.1.tar.gz b/hypothesis-3.42.1.tar.gz new file mode 100644 index 0000000..9f35946 --- /dev/null +++ b/hypothesis-3.42.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a4e05da648fdd634925e0312c7046050d2146a487e3752c45ba6a03c5983ba +size 132819 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 3957056..6a06f23 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 12 00:54:26 UTC 2017 - arun@gmx.de + +- update to version 3.42.1: + * This release has some internal cleanup, which makes reading the + code more pleasant and may shrink large examples slightly faster. + ------------------------------------------------------------------- Sat Dec 9 17:39:47 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 7bc941a..c5b2c72 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -23,7 +23,7 @@ %define oldpython python %endif Name: python-hypothesis -Version: 3.42.0 +Version: 3.42.1 Release: 0 Summary: A library for property based testing License: MPL-2.0 From 7dc25f55daa13e771f78116ac7fd3bb94a7f6cb67bae6d782d61dd92495b0248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Dec 2017 15:18:09 +0000 Subject: [PATCH 03/11] - Update to 3.42.2: * Few tiny fixes - Switch to github tarball to contain tests - Make sure to state all buildtime dependencies OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=39 --- 3.42.2.tar.gz | 3 +++ hypothesis-3.42.1.tar.gz | 3 --- python-hypothesis.changes | 8 ++++++++ python-hypothesis.spec | 34 ++++++++++++++++++++-------------- 4 files changed, 31 insertions(+), 17 deletions(-) create mode 100644 3.42.2.tar.gz delete mode 100644 hypothesis-3.42.1.tar.gz diff --git a/3.42.2.tar.gz b/3.42.2.tar.gz new file mode 100644 index 0000000..26467eb --- /dev/null +++ b/3.42.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522d33c65022c0b182b3e354525c14bd86ce7f8808644a11d36970c218bcf65b +size 480878 diff --git a/hypothesis-3.42.1.tar.gz b/hypothesis-3.42.1.tar.gz deleted file mode 100644 index 9f35946..0000000 --- a/hypothesis-3.42.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24a4e05da648fdd634925e0312c7046050d2146a487e3752c45ba6a03c5983ba -size 132819 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 6a06f23..e920de8 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 14 15:00:24 UTC 2017 - tchvatal@suse.com + +- Update to 3.42.2: + * Few tiny fixes +- Switch to github tarball to contain tests +- Make sure to state all buildtime dependencies + ------------------------------------------------------------------- Tue Dec 12 00:54:26 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index c5b2c72..8d3575c 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -23,32 +23,37 @@ %define oldpython python %endif Name: python-hypothesis -Version: 3.42.1 +Version: 3.42.2 Release: 0 Summary: A library for property based testing License: MPL-2.0 Group: Development/Languages/Python Url: https://github.com/HypothesisWorks/hypothesis-python -Source: https://files.pythonhosted.org/packages/source/h/hypothesis/hypothesis-%{version}.tar.gz +Source: https://github.com/HypothesisWorks/hypothesis-python/archive/%{version}.tar.gz +BuildRequires: %{python_module Django >= 1.8} +BuildRequires: %{python_module Faker >= 0.7.0} +BuildRequires: %{python_module attrs} +BuildRequires: %{python_module coverage} +BuildRequires: %{python_module flaky} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module numpy >= 1.9.0} +BuildRequires: %{python_module pandas} +BuildRequires: %{python_module pytest >= 2.8.0} +BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-enum34 +BuildRequires: python-ipaddress BuildRequires: python-rpm-macros Requires: python-attrs Requires: python-coverage -Recommends: python-Django >= 1.7 +Recommends: python-Django >= 1.8 Recommends: python-Faker >= 0.7.0 Recommends: python-numpy >= 1.9.0 -Recommends: python-pytest >= 2.7.0 +Recommends: python-pytest >= 2.8.0 +Recommends: python-pandas Recommends: python-pytz BuildArch: noarch -# test requirements -BuildRequires: %{python_module Django >= 1.7} -BuildRequires: %{python_module Faker >= 0.7.0} -BuildRequires: %{python_module coverage} -BuildRequires: %{python_module numpy >= 1.9.0} -BuildRequires: %{python_module pytest >= 2.7.0} -BuildRequires: %{python_module pytz} %ifpython2 Requires: %{oldpython}-enum34 %endif @@ -66,7 +71,9 @@ PyPy3 until they support a 3.3 compatible version of the language). It does *not work on Jython or on Python 3.0 through 3.2. %prep -%setup -q -n hypothesis-%{version} +%setup -q -n hypothesis-python-%{version} +# remove py2/3 and django tests as they fail +rm -rf tests/py3 tests/py2 tests/django %build %python_build @@ -76,10 +83,9 @@ work on Jython or on Python 3.0 through 3.2. %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) %doc README.rst %{python_sitelib}/* From b39ac3767c110c724b3fa11041e006b5d21927252e4be65cc9685f1724c65a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Dec 2017 10:35:26 +0000 Subject: [PATCH 04/11] Accepting request 557295 from home:ecsos - Add patch python-hypothesis-build.patch to fix Factory build error OBS-URL: https://build.opensuse.org/request/show/557295 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=40 --- python-hypothesis-build.patch | 10 ++++++++++ python-hypothesis.changes | 6 ++++++ python-hypothesis.spec | 2 ++ 3 files changed, 18 insertions(+) create mode 100644 python-hypothesis-build.patch diff --git a/python-hypothesis-build.patch b/python-hypothesis-build.patch new file mode 100644 index 0000000..b6c856d --- /dev/null +++ b/python-hypothesis-build.patch @@ -0,0 +1,10 @@ +diff -Pdpru hypothesis-python-3.42.2.orig/setup.py hypothesis-python-3.42.2/setup.py +--- hypothesis-python-3.42.2.orig/setup.py 2017-12-12 04:59:10.000000000 +0100 ++++ hypothesis-python-3.42.2/setup.py 2017-12-15 09:54:26.188604599 +0100 +@@ -95,5 +95,5 @@ setup( + entry_points={ + 'pytest11': ['hypothesispytest = hypothesis.extra.pytestplugin'], + }, +- long_description=open(README).read(), ++ long_description=open("README.rst").read(), + ) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index e920de8..c76ce96 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 15 08:55:52 UTC 2017 - ecsos@opensuse.org + +- Add patch python-hypothesis-build.patch + to fix Factory build error + ------------------------------------------------------------------- Thu Dec 14 15:00:24 UTC 2017 - tchvatal@suse.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 8d3575c..fcd317c 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -30,6 +30,7 @@ License: MPL-2.0 Group: Development/Languages/Python Url: https://github.com/HypothesisWorks/hypothesis-python Source: https://github.com/HypothesisWorks/hypothesis-python/archive/%{version}.tar.gz +Patch0: %{name}-build.patch BuildRequires: %{python_module Django >= 1.8} BuildRequires: %{python_module Faker >= 0.7.0} BuildRequires: %{python_module attrs} @@ -74,6 +75,7 @@ work on Jython or on Python 3.0 through 3.2. %setup -q -n hypothesis-python-%{version} # remove py2/3 and django tests as they fail rm -rf tests/py3 tests/py2 tests/django +%patch0 -p1 %build %python_build From 130da9dc8d18858d3dab90c928d80a7e54cc7e7407f45855e6e038e257bf0362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Dec 2017 12:03:40 +0000 Subject: [PATCH 05/11] - Add sqlite3 python module as it is needed for tests too OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=41 --- python-hypothesis.changes | 5 +++++ python-hypothesis.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index c76ce96..8a00919 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 15 12:05:33 UTC 2017 - tchvatal@suse.com + +- Add sqlite3 python module as it is needed for tests too + ------------------------------------------------------------------- Fri Dec 15 08:55:52 UTC 2017 - ecsos@opensuse.org diff --git a/python-hypothesis.spec b/python-hypothesis.spec index fcd317c..4dff6aa 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -42,6 +42,7 @@ BuildRequires: %{python_module pandas} BuildRequires: %{python_module pytest >= 2.8.0} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module sqlite3} BuildRequires: fdupes BuildRequires: python-enum34 BuildRequires: python-ipaddress @@ -51,8 +52,8 @@ Requires: python-coverage Recommends: python-Django >= 1.8 Recommends: python-Faker >= 0.7.0 Recommends: python-numpy >= 1.9.0 -Recommends: python-pytest >= 2.8.0 Recommends: python-pandas +Recommends: python-pytest >= 2.8.0 Recommends: python-pytz BuildArch: noarch %ifpython2 @@ -85,7 +86,7 @@ rm -rf tests/py3 tests/py2 tests/django %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%python_exec setup.py test %files %{python_files} %doc README.rst From 212aae7f3fb2b4dd123a36fd67425ae9921cd04470e233ce0afc62365826bc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Dec 2017 12:12:06 +0000 Subject: [PATCH 06/11] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=42 --- python-hypothesis.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 4dff6aa..0f1bf1c 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -42,7 +42,6 @@ BuildRequires: %{python_module pandas} BuildRequires: %{python_module pytest >= 2.8.0} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module sqlite3} BuildRequires: fdupes BuildRequires: python-enum34 BuildRequires: python-ipaddress From 1d20597d7309a14f0d235876cd0de414470d06b3399325201a51cc173924f01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 Dec 2017 12:12:14 +0000 Subject: [PATCH 07/11] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=43 --- python-hypothesis.changes | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 8a00919..c76ce96 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Fri Dec 15 12:05:33 UTC 2017 - tchvatal@suse.com - -- Add sqlite3 python module as it is needed for tests too - ------------------------------------------------------------------- Fri Dec 15 08:55:52 UTC 2017 - ecsos@opensuse.org From e3ca12448242d35e77488943bbd5190a8a11caef8b847cf991de14abef32c4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 31 Dec 2017 09:40:34 +0000 Subject: [PATCH 08/11] Accepting request 560855 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/560855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=44 --- 3.42.2.tar.gz | 3 -- 3.44.4.tar.gz | 3 ++ python-hypothesis.changes | 59 +++++++++++++++++++++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 63 insertions(+), 4 deletions(-) delete mode 100644 3.42.2.tar.gz create mode 100644 3.44.4.tar.gz diff --git a/3.42.2.tar.gz b/3.42.2.tar.gz deleted file mode 100644 index 26467eb..0000000 --- a/3.42.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:522d33c65022c0b182b3e354525c14bd86ce7f8808644a11d36970c218bcf65b -size 480878 diff --git a/3.44.4.tar.gz b/3.44.4.tar.gz new file mode 100644 index 0000000..61193cc --- /dev/null +++ b/3.44.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c685ebc981d0332be184ebed9c45a954c9869441273412cabc37ae26fd13a6 +size 401917 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index c76ce96..29f6d79 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,62 @@ +------------------------------------------------------------------- +Sun Dec 31 05:55:59 UTC 2017 - arun@gmx.de + +- update to version 3.44.4: + * This release fixes issue #1044, which slowed tests by up to 6% due + to broken caching. + +------------------------------------------------------------------- +Thu Dec 21 18:22:00 UTC 2017 - arun@gmx.de + +- update to version 3.44.3: + * This release improves the shrinker in cases where examples drawn + earlier can affect how much data is drawn later (e.g. when you + draw a length parameter in a composite and then draw that many + elements). Examples found in cases like this should now be much + closer to minimal. + +- changes from version 3.44.2: + * This is a pure refactoring release which changes how Hypothesis + manages its set of examples internally. It should have no + externally visible effects. + +- changes from version 3.44.1: + * This release fixes issue #997, in which under some circumstances + the body of tests run under Hypothesis would not show up when run + under coverage even though the tests were run and the code they + called outside of the test file would show up normally. + +- changes from version 3.44.0: + * This release adds a new feature: The @reproduce_failure, designed + to make it easy to use Hypothesis’s binary format for examples to + reproduce a problem locally without having to share your example + database between machines. + This also changes when seeds are printed: + + They will no longer be printed for normal falsifying examples, + as there are now adequate ways of reproducing those for all + cases, so it just contributes noise. + + They will once again be printed when reusing examples from the + database, as health check failures should now be more reliable + in this scenario so it will almost always work in this case. + +- changes from version 3.43.1: + * This release fixes a bug with Hypothesis’s database management - + examples that were found in the course of shrinking were saved in + a way that indicated that they had distinct causes, and so they + would all be retried on the start of the next test. The intended + behaviour, which is now what is implemented, is that only a + bounded subset of these examples would be retried. + +------------------------------------------------------------------- +Sun Dec 17 01:26:12 UTC 2017 - arun@gmx.de + +- update to version 3.43.0: + * HypothesisDeprecationWarning now inherits from FutureWarning + instead of DeprecationWarning, as recommended by PEP 565 for + user-facing warnings (issue #618). If you have not changed the + default warnings settings, you will now see each distinct + HypothesisDeprecationWarning instead of only the first. + ------------------------------------------------------------------- Fri Dec 15 08:55:52 UTC 2017 - ecsos@opensuse.org diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 0f1bf1c..c1f478b 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -23,7 +23,7 @@ %define oldpython python %endif Name: python-hypothesis -Version: 3.42.2 +Version: 3.44.4 Release: 0 Summary: A library for property based testing License: MPL-2.0 From 3033dd6df52754dedf6df7e332f830cfee62c50420c4fab363284838a71f93e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 3 Jan 2018 10:00:34 +0000 Subject: [PATCH 09/11] - Disable the tests as it is too flaky to be reliable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=45 --- python-hypothesis.changes | 5 +++++ python-hypothesis.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 29f6d79..e57a75c 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 10:03:42 UTC 2018 - tchvatal@suse.com + +- Disable the tests as it is too flaky to be reliable + ------------------------------------------------------------------- Sun Dec 31 05:55:59 UTC 2017 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index c1f478b..f3ce83f 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,7 +1,7 @@ # # spec file for package python-hypothesis # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -84,8 +84,9 @@ rm -rf tests/py3 tests/py2 tests/django %python_install %python_expand %fdupes -s %{buildroot}%{$python_sitelib} -%check -%python_exec setup.py test +# Flaky a lot in OBS unable to reliably test +#%%check +#%%python_exec setup.py test %files %{python_files} %doc README.rst From c01e3c8077ed01779704821bcbd14c5745dde93785728721dd94c84b02bc5214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 4 Jan 2018 19:33:33 +0000 Subject: [PATCH 10/11] Accepting request 561708 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/561708 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=46 --- 3.44.4.tar.gz | 3 --- 3.44.7.tar.gz | 3 +++ python-hypothesis.changes | 23 +++++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 3.44.4.tar.gz create mode 100644 3.44.7.tar.gz diff --git a/3.44.4.tar.gz b/3.44.4.tar.gz deleted file mode 100644 index 61193cc..0000000 --- a/3.44.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c685ebc981d0332be184ebed9c45a954c9869441273412cabc37ae26fd13a6 -size 401917 diff --git a/3.44.7.tar.gz b/3.44.7.tar.gz new file mode 100644 index 0000000..3caac4a --- /dev/null +++ b/3.44.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36a30fab722a9d4409d6c94c656a26dba838927b6efd7df25fbd5a7fc318cee +size 403113 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index e57a75c..56813bf 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 4 17:06:43 UTC 2018 - arun@gmx.de + +- update to version 3.44.7: + * This release adds support for Django 2 in the hypothesis-django + extra. + * This release drops support for Django 1.10, as it is no longer + supported by the Django team. + +------------------------------------------------------------------- +Wed Jan 3 22:43:51 UTC 2018 - arun@gmx.de + +- update to version 3.44.6: + * This release speeds up test case reduction in many examples by + being better at detecting large shrinks it can use to discard + redundant parts of its input. This will be particularly noticeable + in examples that make use of filtering and for some integer + ranges. + +- changes from version 3.44.5: + * This is a no-op release that updates the year range on all of the + copyright headers in our source to include 2018. + ------------------------------------------------------------------- Wed Jan 3 10:03:42 UTC 2018 - tchvatal@suse.com diff --git a/python-hypothesis.spec b/python-hypothesis.spec index f3ce83f..8b3e942 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -23,7 +23,7 @@ %define oldpython python %endif Name: python-hypothesis -Version: 3.44.4 +Version: 3.44.7 Release: 0 Summary: A library for property based testing License: MPL-2.0 From 3729e431e2e28e376a59dd6cc4aa00cad60f31f404e3b82913d74defb3645f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 7 Jan 2018 09:36:16 +0000 Subject: [PATCH 11/11] Accepting request 562205 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/562205 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=47 --- 3.44.7.tar.gz | 3 --- 3.44.9.tar.gz | 3 +++ python-hypothesis.changes | 21 +++++++++++++++++++++ python-hypothesis.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 3.44.7.tar.gz create mode 100644 3.44.9.tar.gz diff --git a/3.44.7.tar.gz b/3.44.7.tar.gz deleted file mode 100644 index 3caac4a..0000000 --- a/3.44.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a36a30fab722a9d4409d6c94c656a26dba838927b6efd7df25fbd5a7fc318cee -size 403113 diff --git a/3.44.9.tar.gz b/3.44.9.tar.gz new file mode 100644 index 0000000..1870375 --- /dev/null +++ b/3.44.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dab896b7cfa6e37f0095527b3f9e9821359dc75a411cf3c4b1ef4209e7a7245 +size 404739 diff --git a/python-hypothesis.changes b/python-hypothesis.changes index 56813bf..b2ba14c 100644 --- a/python-hypothesis.changes +++ b/python-hypothesis.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Jan 6 17:11:29 UTC 2018 - arun@gmx.de + +- update to version 3.44.9: + * This patch blacklists null characters ('\x00') in automatically + created strategies for Django CharField and TextField, due to a + database issue which was recently fixed upstream (Hypothesis issue + #1045). + +------------------------------------------------------------------- +Sat Jan 6 07:24:23 UTC 2018 - arun@gmx.de + +- update to version 3.44.8: + * This release makes the Hypothesis shrinker slightly less greedy in + order to avoid local minima - when it gets stuck, it makes a small + attempt to search around the final example it would previously + have returned to find a new starting point to shrink from. This + should improve example quality in some cases, especially ones + where the test data has dependencies among parts of it that make + it difficult for Hypothesis to proceed. + ------------------------------------------------------------------- Thu Jan 4 17:06:43 UTC 2018 - arun@gmx.de diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 8b3e942..87624e8 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -23,7 +23,7 @@ %define oldpython python %endif Name: python-hypothesis -Version: 3.44.7 +Version: 3.44.9 Release: 0 Summary: A library for property based testing License: MPL-2.0