Accepting request 620082 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/620082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hypothesis?expand=0&rev=22
This commit is contained in:
commit
4db38463db
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a26a1f5075fcaeb04b1c412cc7f5c00ed15bee9a15058cd6006eacebacd98a2
|
|
||||||
size 506900
|
|
3
hypothesis-python-3.65.0.tar.gz
Normal file
3
hypothesis-python-3.65.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19dd76d061b091e4e8f19c80b406558633e9a93387aded9ae9e53240c6f2a87e
|
||||||
|
size 514562
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 1 17:47:50 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* be more specific for %{python_sitelib} in %files
|
||||||
|
|
||||||
|
- update to version 3.65.0:
|
||||||
|
* This release deprecates the max_shrinks setting in favor of an
|
||||||
|
internal heuristic. If you need to avoid shrinking examples, use
|
||||||
|
the phases setting instead. (issue #1235)
|
||||||
|
|
||||||
|
- changes from version 3.64.2:
|
||||||
|
* This release fixes a bug where an internal assertion error could
|
||||||
|
sometimes be triggered while shrinking a failing test.
|
||||||
|
|
||||||
|
- changes from version 3.64.1:
|
||||||
|
* This patch fixes type-checking errors in our vendored
|
||||||
|
prety-printer, which were ignored by our mypy config but visible
|
||||||
|
for anyone else (whoops). Thanks to Pi Delport for reporting issue
|
||||||
|
#1359 so promptly.
|
||||||
|
|
||||||
|
- changes from version 3.64.0:
|
||||||
|
* This release adds an interface which can be used to insert a
|
||||||
|
wrapper between the original test function and @given (issue
|
||||||
|
#1257). This will be particularly useful for test runner
|
||||||
|
extensions such as pytest-trio, but is not recommended for direct
|
||||||
|
use by other users of Hypothesis.
|
||||||
|
|
||||||
|
- changes from version 3.63.0:
|
||||||
|
* This release adds a new mechanism to infer strategies for classes
|
||||||
|
defined using attrs, based on the the type, converter, or
|
||||||
|
validator of each attribute. This inference is now built in to
|
||||||
|
builds() and from_type().
|
||||||
|
* On Python 2, from_type() no longer generates instances of int when
|
||||||
|
passed long, or vice-versa.
|
||||||
|
|
||||||
|
- changes from version 3.62.0:
|
||||||
|
* This release adds PEP 484 type hints to Hypothesis on a
|
||||||
|
provisional basis, using the comment-based syntax for Python 2
|
||||||
|
compatibility. You can read more about our type hints here.
|
||||||
|
* It also adds the py.typed marker specified in PEP 561. After you
|
||||||
|
pip install hypothesis, mypy 0.590 or later will therefore
|
||||||
|
type-check your use of our public interface!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 24 15:40:53 UTC 2018 - arun@gmx.de
|
Sun Jun 24 15:40:53 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-hypothesis
|
Name: python-hypothesis
|
||||||
Version: 3.61.0
|
Version: 3.65.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for property based testing
|
Summary: A library for property based testing
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -92,6 +92,6 @@ work on Jython or on Python 3.0 through 3.2.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc ../CITATION README.rst
|
%doc ../CITATION README.rst
|
||||||
%license ../LICENSE.txt
|
%license ../LICENSE.txt
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/hypothesis*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user