forked from pool/python-crontab
Accepting request 913763 from home:glaubitz:branches:devel:languages:python
- Update to version 0.23.0
* Bump version and copyright year
* Added early return option to next function that allows
returning timestamp of next occurence instead of delay.
* Fixed issue with comparing against None
* Update docstring of Crontab.__init__
* Added compare
* Bump version
* Allow looping ranges
OBS-URL: https://build.opensuse.org/request/show/913763
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crontab?expand=0&rev=6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-crontab
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# 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-crontab
|
||||
Version: 0.22.6
|
||||
Version: 0.23.0
|
||||
Release: 0
|
||||
Summary: Python module for parsing and using crontab schedules
|
||||
License: LGPL-2.1-only
|
||||
|
||||
Reference in New Issue
Block a user