From 436b00d19d4b7f766d331c6f5effa301e3f476e69638e07e9d27b3fc475f6941 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jul 2025 17:26:56 +0000 Subject: [PATCH] - update to 1.0.5: * [added] the ability to use z0 as last day of the month, z1 for the day before the last day of the month, up to z7 for 7 days before the last day of the month. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crontab?expand=0&rev=13 --- crontab-1.0.4.tar.gz | 3 --- crontab-1.0.5.tar.gz | 3 +++ python-crontab.changes | 8 ++++++++ python-crontab.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 crontab-1.0.4.tar.gz create mode 100644 crontab-1.0.5.tar.gz diff --git a/crontab-1.0.4.tar.gz b/crontab-1.0.4.tar.gz deleted file mode 100644 index 607eeb2..0000000 --- a/crontab-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a41e5d85c6ed673ae4fe48a71abe4d59039bb3189a697115a20ee5e03112e153 -size 22133 diff --git a/crontab-1.0.5.tar.gz b/crontab-1.0.5.tar.gz new file mode 100644 index 0000000..6daf952 --- /dev/null +++ b/crontab-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6cc78911e5be44475819d5564b474473e4e2b7dcef53253a86ad5a5a0531e4 +size 22482 diff --git a/python-crontab.changes b/python-crontab.changes index 22e14cf..8bc77b6 100644 --- a/python-crontab.changes +++ b/python-crontab.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jul 12 17:26:33 UTC 2025 - Dirk Müller + +- update to 1.0.5: + * [added] the ability to use z0 as last day of the month, z1 + for the day before the last day of the month, up to z7 for + 7 days before the last day of the month. + ------------------------------------------------------------------- Mon Jun 16 06:12:20 UTC 2025 - Steve Kowalik diff --git a/python-crontab.spec b/python-crontab.spec index 88c8159..37309ba 100644 --- a/python-crontab.spec +++ b/python-crontab.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-crontab -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: Python module for parsing and using crontab schedules License: LGPL-2.1-only