From 486248c4b47c5bde2f9939250e9c5e4e40056000c0b0ac5bb7c3fe15b2bdd954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 30 Apr 2025 06:34:54 +0000 Subject: [PATCH] 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 --- crontab-0.23.0.tar.gz | 3 --- crontab-1.0.4.tar.gz | 3 +++ python-crontab.changes | 7 +++++++ python-crontab.spec | 7 ++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 crontab-0.23.0.tar.gz create mode 100644 crontab-1.0.4.tar.gz diff --git a/crontab-0.23.0.tar.gz b/crontab-0.23.0.tar.gz deleted file mode 100644 index 981d032..0000000 --- a/crontab-0.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a0ffee30194d5632789bcf9942c198d051aeab1b3dc8d8f0c506521c93647de -size 20380 diff --git a/crontab-1.0.4.tar.gz b/crontab-1.0.4.tar.gz new file mode 100644 index 0000000..607eeb2 --- /dev/null +++ b/crontab-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41e5d85c6ed673ae4fe48a71abe4d59039bb3189a697115a20ee5e03112e153 +size 22133 diff --git a/python-crontab.changes b/python-crontab.changes index 04c6b31..5aae75e 100644 --- a/python-crontab.changes +++ b/python-crontab.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 29 13:21:53 UTC 2025 - Felix Stegmeier + +- 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 diff --git a/python-crontab.spec b/python-crontab.spec index 803ac6f..5722c7b 100644 --- a/python-crontab.spec +++ b/python-crontab.spec @@ -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