Hello community,
here is the log from the commit of package python-schedule for openSUSE:Factory
checked in at 2018-12-24 11:46:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-schedule (Old)
and /work/SRC/openSUSE:Factory/.python-schedule.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-schedule"
Mon Dec 24 11:46:18 2018 rev:2 rq:659828 version:0.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-schedule/python-schedule.changes
2018-05-29 10:28:27.512961411 +0200
+++
/work/SRC/openSUSE:Factory/.python-schedule.new.28833/python-schedule.changes
2018-12-24 11:46:19.341190178 +0100
@@ -1,0 +2,10 @@
+Tue Dec 18 23:39:12 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Replace filler wording from description.
+
+-------------------------------------------------------------------
+Tue Dec 4 12:54:16 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-schedule.spec ++++++
--- /var/tmp/diff_new_pack.wwpZHP/_old 2018-12-24 11:46:19.769189802 +0100
+++ /var/tmp/diff_new_pack.wwpZHP/_new 2018-12-24 11:46:19.769189802 +0100
@@ -12,19 +12,19 @@
# 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-%{**}}
Name: python-schedule
Version: 0.5.0
Release: 0
+Summary: Job scheduling module for Python
License: MIT
-Summary: Job scheduling for humans
-Url: https://github.com/dbader/schedule
Group: Development/Languages/Python
+Url: https://github.com/dbader/schedule
Source:
https://files.pythonhosted.org/packages/source/s/schedule/schedule-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -37,7 +37,7 @@
%description
An in-process scheduler for periodic jobs that uses the builder
-pattern for configuration. Schedule lets you run Python functions
+pattern for configuration. Schedule lets the user run Python functions
(or any other callable) periodically at pre-determined intervals.
%prep