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