Hello community,
here is the log from the commit of package python-testfixtures for
openSUSE:Factory checked in at 2018-12-24 11:45:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testfixtures (Old)
and /work/SRC/openSUSE:Factory/.python-testfixtures.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testfixtures"
Mon Dec 24 11:45:04 2018 rev:3 rq:659711 version:5.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testfixtures/python-testfixtures.changes
2018-01-06 18:51:09.793697586 +0100
+++
/work/SRC/openSUSE:Factory/.python-testfixtures.new.28833/python-testfixtures.changes
2018-12-24 11:45:05.797255095 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:55:09 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testfixtures.spec ++++++
--- /var/tmp/diff_new_pack.ruDutB/_old 2018-12-24 11:45:06.485254485 +0100
+++ /var/tmp/diff_new_pack.ruDutB/_new 2018-12-24 11:45:06.485254485 +0100
@@ -12,24 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-
# Test is disabled. It fails.
%bcond_with test
-
Name: python-testfixtures
Version: 5.3.1
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
+URL: https://github.com/Simplistix/testfixtures
Source:
https://files.pythonhosted.org/packages/source/t/testfixtures/testfixtures-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module pkginfo}
BuildRequires: %{python_module setuptools-git}
BuildRequires: %{python_module setuptools}
@@ -37,6 +34,7 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module coverage}
@@ -52,8 +50,6 @@
BuildRequires: %{python_module virtualenv}
BuildRequires: %{python_module zope.component}
%endif
-BuildArch: noarch
-
%python_subpackages
%description
@@ -83,8 +79,8 @@
%endif
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%license LICENSE.txt
+%doc README.rst
%{python_sitelib}/*
%changelog