From d4f45d63b8dc8e284b0e810a56dc62a5808a1d516258a78a4d3c01abf6c1f06f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 25 Nov 2023 13:08:31 +0000 Subject: [PATCH] - update to 2.0.1: * Fix release issue * Add Python 3.12 support * Make major release instructions * Add a way to make next() easier to use. This fixes #11 [kiorky] now raises a CroniterBadDateError. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=51 --- croniter-1.4.1.tar.gz | 3 --- croniter-2.0.1.tar.gz | 3 +++ python-croniter.changes | 14 +++++++++++--- python-croniter.spec | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 croniter-1.4.1.tar.gz create mode 100644 croniter-2.0.1.tar.gz diff --git a/croniter-1.4.1.tar.gz b/croniter-1.4.1.tar.gz deleted file mode 100644 index cf14fa7..0000000 --- a/croniter-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a6df60eacec3b7a0aa52a8f2ef251ae3dd2a7c7c8b9874e73e791636d55a361 -size 42301 diff --git a/croniter-2.0.1.tar.gz b/croniter-2.0.1.tar.gz new file mode 100644 index 0000000..3ed3383 --- /dev/null +++ b/croniter-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d199b2ec3ea5e82988d1f72022433c5f9302b3b3ea9e6bfd6a1518f6ea5e700a +size 42599 diff --git a/python-croniter.changes b/python-croniter.changes index 5ae30f7..3e43ea9 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 25 13:08:10 UTC 2023 - Dirk Müller + +- update to 2.0.1: + * Fix release issue + * Add Python 3.12 support + * Make major release instructions + ------------------------------------------------------------------- Thu Aug 31 12:04:22 UTC 2023 - Steve Kowalik @@ -61,7 +69,7 @@ Tue Sep 27 15:18:11 UTC 2022 - Yogalakshmi Arunachalam * Restore compat with python2 [kiorky] - Update to v1.3.0: - * Add a way to make next() easier to use. This fixes #11 [kiorky] + * Add a way to make next() easier to use. This fixes #11 [kiorky] ------------------------------------------------------------------- Sat Jan 15 16:22:04 UTC 2022 - Dirk Müller @@ -70,7 +78,7 @@ Sat Jan 15 16:22:04 UTC 2022 - Dirk Müller * Enforce validation for day=1. Before this release we used to support day=0 and it was silently glided to day=1 to support having both day in day in 4th field when it came to have 6fields cron forms (second repeat). It will - now raises a CroniterBadDateError. + now raises a CroniterBadDateError. ------------------------------------------------------------------- Mon Dec 6 20:11:10 UTC 2021 - Dirk Müller @@ -207,7 +215,7 @@ Wed Oct 17 13:29:54 UTC 2018 - sjamgade@suse.com - Creating base croniter error - Merge pull request #85 from kiorky/master - Back to development: 0.3.18 - + ------------------------------------------------------------------- Fri Aug 25 07:05:44 UTC 2017 - tbechtold@suse.com diff --git a/python-croniter.spec b/python-croniter.spec index ed96ae0..cacba94 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-croniter -Version: 1.4.1 +Version: 2.0.1 Release: 0 Summary: Python iterators for datetime objects with cron-like format License: MIT