15
0

Accepting request 1273484 from home:fstegmeier:branches:devel:languages:python

- Update to 1.0.4
  * Allow previous to return datetime
  * make returned datetime respect requested timezone

OBS-URL: https://build.opensuse.org/request/show/1273484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crontab?expand=0&rev=9
This commit is contained in:
2025-04-30 06:34:54 +00:00
committed by Git OBS Bridge
parent edba213828
commit 486248c4b4
4 changed files with 14 additions and 6 deletions

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