Hello community, here is the log from the commit of package python-daemonize for openSUSE:Factory checked in at 2017-07-07 10:16:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-daemonize (Old) and /work/SRC/openSUSE:Factory/.python-daemonize.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-daemonize" Fri Jul 7 10:16:32 2017 rev:2 rq:507353 version:2.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-daemonize/python-daemonize.changes 2017-06-07 09:56:08.744558547 +0200 +++ /work/SRC/openSUSE:Factory/.python-daemonize.new/python-daemonize.changes 2017-07-07 10:16:33.342074165 +0200 @@ -1,0 +2,5 @@ +Tue Jun 13 16:08:06 UTC 2017 - jeng...@inai.de + +- Trim redundant mentions from description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-daemonize.spec ++++++ --- /var/tmp/diff_new_pack.zortDO/_old 2017-07-07 10:16:34.189954193 +0200 +++ /var/tmp/diff_new_pack.zortDO/_new 2017-07-07 10:16:34.193953627 +0200 @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -20,22 +21,21 @@ Name: python-daemonize Version: 2.4.7 Release: 0 +Summary: Python module to launch code as a daemon process License: MIT -Summary: Library to enable your code run as a daemon process on Unix-like systems -Url: https://github.com/thesharp/daemonize Group: Development/Languages/Python +Url: https://github.com/thesharp/daemonize Source: https://files.pythonhosted.org/packages/source/d/daemonize/daemonize-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages %description -daemonize is a library for writing system daemons in Python. It is distributed -under MIT license. Full documentation can be found at ReadTheDocs. +daemonize is a library for writing system daemons in Python. %prep %setup -q -n daemonize-%{version}