15
0

Accepting request 1273574 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1273574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-crontab?expand=0&rev=5
This commit is contained in:
2025-04-30 17:05:08 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 29 13:21:53 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- Update to 1.0.4
* Allow previous to return datetime
* make returned datetime respect requested timezone
-------------------------------------------------------------------
Sat Jan 18 11:32:28 UTC 2025 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-crontab
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 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 @@
%{?sle15_python_module_pythons}
Name: python-crontab
Version: 0.23.0
Version: 1.0.4
Release: 0
Summary: Python module for parsing and using crontab schedules
License: LGPL-2.1-only
@@ -58,6 +58,7 @@ to when the item should next be executed.
%files %{python_files}
%doc README.rst
%license LICENSE LICENSE3
%{python_sitelib}/*
%{python_sitelib}/crontab
%{python_sitelib}/crontab-%{version}-*
%changelog