diff --git a/APScheduler-2.0.3.tar.gz b/APScheduler-2.0.3.tar.gz deleted file mode 100644 index ae3cfc5..0000000 --- a/APScheduler-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2475dae1521a30ab234aac6889fd8ba57f32871cd5a18dfe917f760ee057a64d -size 38544 diff --git a/APScheduler-2.1.1.tar.gz b/APScheduler-2.1.1.tar.gz new file mode 100644 index 0000000..f1dda18 --- /dev/null +++ b/APScheduler-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414b6e59453b27175aadcc9585d5ad97a6d952fd576640806966822d8fa9a78a +size 42012 diff --git a/python-APScheduler.changes b/python-APScheduler.changes index 06db76f..50cc27d 100644 --- a/python-APScheduler.changes +++ b/python-APScheduler.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 25 13:36:41 UTC 2013 - p.drouand@gmail.com + +- Update to version 2.1.1 + + Fixed shutdown() in standalone mode + + Fixed the default value of the "db" parameter in the redis job store + + Switched to PyPy 2.0 for PyPy compatibility testing + ------------------------------------------------------------------- Tue Dec 18 14:27:13 UTC 2012 - saschpe@suse.de diff --git a/python-APScheduler.spec b/python-APScheduler.spec index de35c44..f95c478 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -1,7 +1,7 @@ # # spec file for package python-APScheduler # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # Name: python-APScheduler -Version: 2.0.3 +Version: 2.1.1 Release: 0 Url: http://pypi.python.org/pypi/APScheduler/ Summary: In-process task scheduler with Cron-like capabilities @@ -79,4 +79,5 @@ nosetests %defattr(-,root,root,-) %doc README.rst examples %{python_sitelib}/* + %changelog