Hello community,

here is the log from the commit of package python-testfixtures for 
openSUSE:Factory checked in at 2019-02-27 17:27:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testfixtures (Old)
 and      /work/SRC/openSUSE:Factory/.python-testfixtures.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-testfixtures"

Wed Feb 27 17:27:54 2019 rev:5 rq:674881 version:6.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testfixtures/python-testfixtures.changes  
2019-02-06 15:48:13.395229923 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-testfixtures.new.28833/python-testfixtures.changes
       2019-02-27 17:27:57.935346241 +0100
@@ -1,0 +2,9 @@
+Wed Feb 13 17:52:51 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Update to version 6.5.0
+  See changes.rst for list of changes since version 5.3.1
+- Remove many unnecessary build dependencies
+- Activate tests
+- Add Suggests for Django, Twisted, sybil and zope.component
+
+-------------------------------------------------------------------

Old:
----
  testfixtures-5.3.1.tar.gz

New:
----
  testfixtures-6.5.0.tar.gz

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

Other differences:
------------------
++++++ python-testfixtures.spec ++++++
--- /var/tmp/diff_new_pack.aMl0OH/_old  2019-02-27 17:27:58.943345880 +0100
+++ /var/tmp/diff_new_pack.aMl0OH/_new  2019-02-27 17:27:58.947345878 +0100
@@ -17,35 +17,30 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Test is disabled. It fails.
-%bcond_with test
 Name:           python-testfixtures
-Version:        5.3.1
+Version:        6.5.0
 Release:        0
 Summary:        A collection of helpers and mock objects for unit tests and 
doc tests
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/Simplistix/testfixtures
 Source:         
https://files.pythonhosted.org/packages/source/t/testfixtures/testfixtures-%{version}.tar.gz
+BuildRequires:  %{python_module pytest >= 3.6}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildArch:      noarch
-%if %{with test}
-BuildRequires:  %{python_module Sphinx}
-BuildRequires:  %{python_module coverage}
-BuildRequires:  %{python_module coveralls}
-BuildRequires:  %{python_module django-core}
-BuildRequires:  %{python_module django-nose}
-BuildRequires:  %{python_module django}
-BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pyOpenSSL}
+BuildRequires:  python2-mock
+# Test case dependencies
+BuildRequires:  %{python_module Django}
+BuildRequires:  %{python_module Twisted}
 BuildRequires:  %{python_module pytest-django}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module sybil}
-BuildRequires:  %{python_module virtualenv}
 BuildRequires:  %{python_module zope.component}
-%endif
+Suggests:       python-Django
+Suggests:       python-Twisted
+Suggests:       python-sybil
+Suggests:       python-zope.component
+BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -61,6 +56,7 @@
 
 %prep
 %setup -q -n testfixtures-%{version}
+cp docs/changes.txt changes.txt
 
 %build
 %python_build
@@ -69,14 +65,13 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+export DJANGO_SETTINGS_MODULE=testfixtures.tests.test_django.settings
+%python_expand $python -m pytest testfixtures/tests
 
 %files %{python_files}
 %license LICENSE.txt
-%doc README.rst
+%doc README.rst changes.txt
 %{python_sitelib}/*
 
 %changelog

++++++ testfixtures-5.3.1.tar.gz -> testfixtures-6.5.0.tar.gz ++++++
++++ 5416 lines of diff (skipped)


Reply via email to