Accepting request 688117 from home:jayvdb:branches:devel:languages:python

- Add changes.rst to %doc
- Update to v4.13.0
 * for changes please see doc/changes.rst or
   https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst

OBS-URL: https://build.opensuse.org/request/show/688117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=95
This commit is contained in:
Tomáš Chvátal 2019-03-25 08:42:00 +00:00 committed by Git OBS Bridge
parent 444694d0d2
commit 7840f298a5
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c066ee953313641c392c2c2c1a8e1b0f0ebd3f62ed1661af219c1782b837b53
size 1166147

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77c7d44dd73da19dadf3715bb62f91f2ee30d54a413d6ea43a48f24c137e934a
size 1171945

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 25 06:25:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add changes.rst to %doc
- Update to v4.13.0
* for changes please see doc/changes.rst or
https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 18 08:11:15 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com> Mon Mar 18 08:11:15 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -30,7 +30,7 @@
%bcond_with test %bcond_with test
%endif %endif
%bcond_without python2 %bcond_without python2
Version: 4.11.7 Version: 4.13.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
@ -112,7 +112,7 @@ rm -rf %{buildroot}%{_datarootdir}/python*
%files %{python_files} %files %{python_files}
%license ../LICENSE.txt %license ../LICENSE.txt
%if !%{with test} %if !%{with test}
%doc ../CITATION README.rst %doc ../CITATION README.rst docs/changes.rst
%{python_sitelib}/hypothesis* %{python_sitelib}/hypothesis*
%endif %endif