forked from pool/python-croniter
- 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
This commit is contained in:
parent
4baf862b53
commit
d4f45d63b8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a6df60eacec3b7a0aa52a8f2ef251ae3dd2a7c7c8b9874e73e791636d55a361
|
||||
size 42301
|
3
croniter-2.0.1.tar.gz
Normal file
3
croniter-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d199b2ec3ea5e82988d1f72022433c5f9302b3b3ea9e6bfd6a1518f6ea5e700a
|
||||
size 42599
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 13:08:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
@ -61,7 +69,7 @@ Tue Sep 27 15:18:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
* 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 <dmueller@suse.com>
|
||||
@ -70,7 +78,7 @@ Sat Jan 15 16:22:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
* 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 <dmueller@suse.com>
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user