commit python-schedule for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package python-schedule for openSUSE:Factory 
checked in at 2019-03-26 22:34:51

Comparing /work/SRC/openSUSE:Factory/python-schedule (Old)
 and  /work/SRC/openSUSE:Factory/.python-schedule.new.25356 (New)


Package is "python-schedule"

Tue Mar 26 22:34:51 2019 rev:3 rq:688868 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-schedule/python-schedule.changes  
2018-12-24 11:46:19.341190178 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-schedule.new.25356/python-schedule.changes   
2019-03-26 22:35:22.957655538 +0100
@@ -1,0 +2,7 @@
+Tue Mar 26 16:40:26 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.6.0
+  * Make at() accept timestamps with 1 second precision (#267).
+  * Introduce proper exception hierarchy (#271).
+
+---

Old:

  schedule-0.5.0.tar.gz

New:

  schedule-0.6.0.tar.gz



Other differences:
--
++ python-schedule.spec ++
--- /var/tmp/diff_new_pack.cNNgaC/_old  2019-03-26 22:35:24.817654736 +0100
+++ /var/tmp/diff_new_pack.cNNgaC/_new  2019-03-26 22:35:24.817654736 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-schedule
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-schedule
-Version:0.5.0
+Version:0.6.0
 Release:0
 Summary:Job scheduling module for Python
 License:MIT

++ schedule-0.5.0.tar.gz -> schedule-0.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schedule-0.5.0/HISTORY.rst 
new/schedule-0.6.0/HISTORY.rst
--- old/schedule-0.5.0/HISTORY.rst  2017-11-16 15:58:47.0 +0100
+++ new/schedule-0.6.0/HISTORY.rst  2019-01-21 01:26:22.0 +0100
@@ -3,6 +3,14 @@
 History
 ---
 
+
+0.6.0 (2019-01-20)
+++
+
+- Make at() accept timestamps with 1 second precision (#267). Thanks 
@NathanWailes!
+- Introduce proper exception hierarchy (#271). Thanks @ConnorSkees!
+
+
 0.5.0 (2017-11-16)
 ++
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schedule-0.5.0/PKG-INFO new/schedule-0.6.0/PKG-INFO
--- old/schedule-0.5.0/PKG-INFO 2017-11-16 16:03:22.0 +0100
+++ new/schedule-0.6.0/PKG-INFO 2019-01-21 02:01:43.0 +0100
@@ -1,13 +1,12 @@
 Metadata-Version: 1.1
 Name: schedule
-Version: 0.5.0
+Version: 0.6.0
 Summary: Job scheduling for humans.
 Home-page: https://github.com/dbader/schedule
 Author: Daniel Bader
 Author-email: m...@dbader.org
 License: MIT
-Download-URL: https://github.com/dbader/schedule/tarball/0.5.0
-Description-Content-Type: UNKNOWN
+Download-URL: https://github.com/dbader/schedule/tarball/0.6.0
 Description: schedule
 
 
@@ -55,9 +54,10 @@
 schedule.every(10).minutes.do(job)
 schedule.every().hour.do(job)
 schedule.every().day.at("10:30").do(job)
-schedule.every(5).to(10).days.do(job)
+schedule.every(5).to(10).minutes.do(job)
 schedule.every().monday.do(job)
 schedule.every().wednesday.at("13:15").do(job)
+schedule.every().minute.at(":17").do(job)
 
 while True:
 schedule.run_pending()
@@ -76,7 +76,7 @@
 
 Daniel Bader - `@dbader_org `_ - 
m...@dbader.org
 
-Distributed under the MIT license. See ``LICENSE.txt`` for more 
information.
+Distributed under the MIT license. See `LICENSE.txt 
`_ for more 
information.
 
 https://github.com/dbader/schedule
 
@@ -89,4 +89,5 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Natural Language :: English
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schedule-0.5.0/README.rst 
new/schedule-0.6.0/README.rst
--- old/schedule-0.5.0/README.rst   2017-11-16 16:00:14.0 +0100
+++ new/schedule-0.6.0/README.rst   2019-01-21 01:23:51.0 +0100
@@ -45,9 +45,10 @@
 schedule.every(10).minutes.do(job)
 schedule.every().hour.do(job)
 schedule.every().day.at("

commit python-schedule for openSUSE:Factory

2018-12-24 Thread root
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 
+
+- Replace filler wording from description.
+
+---
+Tue Dec  4 12:54:16 UTC 2018 - Matej Cepl 
+
+- 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