Hello community,

here is the log from the commit of package python-hypothesis for 
openSUSE:Factory checked in at 2017-07-04 11:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hypothesis (Old)
 and      /work/SRC/openSUSE:Factory/.python-hypothesis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hypothesis"

Tue Jul  4 11:56:27 2017 rev:5 rq:507233 version:3.11.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes      
2017-02-27 18:35:22.363491468 +0100
+++ /work/SRC/openSUSE:Factory/.python-hypothesis.new/python-hypothesis.changes 
2017-07-04 11:56:28.981507399 +0200
@@ -1,0 +2,8 @@
+Thu Jun 29 17:51:17 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.11.6
+  (see 
https://github.com/HypothesisWorks/hypothesis-python/blob/3.11.6/docs/changes.rst)
+- Added fdupes
+- Updated homepage URL
+
+-------------------------------------------------------------------

Old:
----
  hypothesis-3.6.1.tar.gz

New:
----
  hypothesis-3.11.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-hypothesis.spec ++++++
--- /var/tmp/diff_new_pack.v9z2k0/_old  2017-07-04 11:56:29.661411717 +0200
+++ /var/tmp/diff_new_pack.v9z2k0/_new  2017-07-04 11:56:29.665411155 +0200
@@ -16,21 +16,32 @@
 #
 
 
-%bcond_with test
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%if 0%{?suse_version} > 1320
+%define oldpython python2
+%else
 %define oldpython python
+%endif
+%bcond_with test
 Name:           python-hypothesis
-Version:        3.6.1
+Version:        3.11.6
 Release:        0
 Summary:        A library for property based testing
 License:        MPL-2.0
 Group:          Development/Languages/Python
-Url:            https://github.com/DRMacIver/hypothesis
+Url:            https://github.com/HypothesisWorks/hypothesis-python
 Source:         
https://files.pythonhosted.org/packages/source/h/hypothesis/hypothesis-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-enum34
 BuildRequires:  python-rpm-macros
+Recommends:     python-Django >= 1.7
+Recommends:     python-Faker >= 0.7.0
+Recommends:     python-numpy >= 1.9.0
+Recommends:     python-pytest >= 2.7.0
+Recommends:     python-pytz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module Django >= 1.7}
 BuildRequires:  %{python_module Faker >= 0.7.0}
@@ -41,13 +52,6 @@
 %ifpython2
 Requires:       %{oldpython}-enum34
 %endif
-Recommends:     python-Django >= 1.7
-Recommends:     python-Faker >= 0.7.0
-Recommends:     python-numpy >= 1.9.0
-Recommends:     python-pytest >= 2.7.0
-Recommends:     python-pytz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -67,12 +71,15 @@
 
 %prep
 %setup -q -n hypothesis-%{version}
+# remove shebang
+sed -e '1d' -i src/hypothesis/tools/mergedbs.py
 
 %build
 %python_build
 
 %install
 %python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %if %{with test}
 %check

++++++ hypothesis-3.6.1.tar.gz -> hypothesis-3.11.6.tar.gz ++++++
++++ 5490 lines of diff (skipped)


Reply via email to