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>
|
||||
|
||||
|
@ -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