15
0

Accepting request 914697 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/914697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crontab?expand=0&rev=3
This commit is contained in:
2021-08-28 20:29:12 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d18d960501d4f54fc6bb7836c6e4e535a0cd2e1a6d16dcd797e1a3e2602f20a1
size 19854

3
crontab-0.23.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a0ffee30194d5632789bcf9942c198d051aeab1b3dc8d8f0c506521c93647de
size 20380

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 23 12:52:40 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Tue Sep 17 09:57:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -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