Hello community,
here is the log from the commit of package python-daemonize for
openSUSE:Factory checked in at 2019-03-10 09:35:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-daemonize (Old)
and /work/SRC/openSUSE:Factory/.python-daemonize.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-daemonize"
Sun Mar 10 09:35:40 2019 rev:4 rq:682476 version:2.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-daemonize/python-daemonize.changes
2018-12-13 19:42:32.405161807 +0100
+++
/work/SRC/openSUSE:Factory/.python-daemonize.new.28833/python-daemonize.changes
2019-03-10 09:35:44.004171097 +0100
@@ -1,0 +2,7 @@
+Thu Mar 7 14:00:13 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.5.0:
+ * no changelog
+- Make sure tests are executed
+
+-------------------------------------------------------------------
Old:
----
daemonize-2.4.7.tar.gz
New:
----
v2.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-daemonize.spec ++++++
--- /var/tmp/diff_new_pack.UGzNag/_old 2019-03-10 09:35:44.616170951 +0100
+++ /var/tmp/diff_new_pack.UGzNag/_new 2019-03-10 09:35:44.616170951 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-daemonize
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,17 +17,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-daemonize
-Version: 2.4.7
+Version: 2.5.0
Release: 0
Summary: Python module to launch code as a daemon process
License: MIT
Group: Development/Languages/Python
URL: https://github.com/thesharp/daemonize
-Source:
https://files.pythonhosted.org/packages/source/d/daemonize/daemonize-%{version}.tar.gz
+Source:
https://github.com/thesharp/daemonize/archive/v%{version}.tar.gz
+BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: procps
BuildRequires: python-rpm-macros
+BuildRequires: user(nobody)
BuildArch: noarch
%python_subpackages
@@ -38,11 +41,14 @@
%setup -q -n daemonize-%{version}
%build
-
%python_build
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
nosetests-%{$python_bin_suffix} -v
%files %{python_files}
%license LICENSE