forked from pool/python-APScheduler
Accepting request 200569 from home:posophe:branches:devel:languages:python
update OBS-URL: https://build.opensuse.org/request/show/200569 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
1d862516da
commit
da1e2ed797
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2475dae1521a30ab234aac6889fd8ba57f32871cd5a18dfe917f760ee057a64d
|
||||
size 38544
|
3
APScheduler-2.1.1.tar.gz
Normal file
3
APScheduler-2.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:414b6e59453b27175aadcc9585d5ad97a6d952fd576640806966822d8fa9a78a
|
||||
size 42012
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user