Hello community,
here is the log from the commit of package python-python-daemon for
openSUSE:Factory checked in at 2018-08-24 17:04:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-daemon (Old)
and /work/SRC/openSUSE:Factory/.python-python-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-daemon"
Fri Aug 24 17:04:08 2018 rev:18 rq:628991 version:2.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-daemon/python-python-daemon.changes
2017-10-21 20:21:28.179860568 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-daemon.new/python-python-daemon.changes
2018-08-24 17:04:09.422075164 +0200
@@ -1,0 +2,5 @@
+Mon Aug 13 13:30:40 UTC 2018 - [email protected]
+
+- Remove dependency on unittest2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-daemon.spec ++++++
--- /var/tmp/diff_new_pack.Z7Ai9e/_old 2018-08-24 17:04:09.802075615 +0200
+++ /var/tmp/diff_new_pack.Z7Ai9e/_new 2018-08-24 17:04:09.802075615 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-daemon
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,9 +22,9 @@
Version: 2.1.2
Release: 0
Summary: Library to implement a well-behaved Unix daemon process
-License: Apache-2.0 and GPL-3.0
+License: Apache-2.0 AND GPL-3.0-only
Group: Development/Languages/Python
-Url: http://pypi.python.org/pypi/python-daemon/
+URL: http://pypi.python.org/pypi/python-daemon/
Source:
https://files.pythonhosted.org/packages/source/p/python-daemon/python-daemon-%{version}.tar.gz
BuildRequires: %{python_module devel >= 2.7}
BuildRequires: %{python_module docutils}
@@ -34,11 +34,10 @@
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testscenarios >= 0.4}
BuildRequires: %{python_module testtools}
-BuildRequires: %{python_module unittest2 >= 0.6}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-docutils
Requires: python-lockfile >= 0.10
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%ifpython2
Provides: %{oldpython}-daemon = %{version}
@@ -62,13 +61,14 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec -m pytest test
%files %{python_files}
-%defattr(-,root,root,-)
-%doc ChangeLog LICENSE.ASF-2 doc
+%license LICENSE.ASF-2
+%doc ChangeLog doc
%{python_sitelib}/*
%changelog