15
0

- Update to 1.4.1:

* Make a retrocompatible version of 1.4.0 change about supporting
    VIXIECRON bug.
  * Added "implement_cron_bug" flag to make the cron parser compatible
    with a bug in Vixie/ISC Cron.
- Switch to pyproject macros.
- Actually drop future requirement.
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=49
This commit is contained in:
2023-08-31 12:04:48 +00:00
committed by Git OBS Bridge
parent 2017007a32
commit 4baf862b53
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 31 12:04:22 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.4.1:
* Make a retrocompatible version of 1.4.0 change about supporting
VIXIECRON bug.
* Added "implement_cron_bug" flag to make the cron parser compatible
with a bug in Vixie/ISC Cron.
- Switch to pyproject macros.
- Actually drop future requirement.
- Stop using greedy globs in %files.
-------------------------------------------------------------------
Mon Jun 26 07:01:22 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>