Go to file
Leon Anavi 159df27856 python3-croniter: Upgrade 1.0.10 -> 1.0.11
Upgrade to release 1.0.11:

- fix bug: bad case:0 6 30 3 *
- Add support for L in the day_of_week component. This enable
  expressions like * * * * L4, which means last Thursday of the
  month.
- Create CroniterUnsupportedSyntaxError exception for situations
  where CRON syntax may be valid but some combinations of features
  is not supported. Currently, this is used when the day_of_week
  component has a combination of literal values and nth/last
  syntax at the same time.
  For example, 0 0 * * 1,L6 or 0 0 * * 15,sat#1 will both raise
  this exception because of mixing literal days of the week with
  nth-weekday or last-weekday syntax. This may impact existing
  cron expressions in prior releases, because 0 0 * * 15,sat#1
  was previously allowed but incorrectly handled.
- Update croniter_range() to allow an alternate croniter class to
  be used. Helpful when using a custom class derived from croniter.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-04-13 08:06:07 -07:00
contrib
meta-filesystems layers: Drop gatesgarth from LAYERSERIES_COMPAT 2021-03-19 11:58:17 -07:00
meta-gnome gjs: Fix build with gcc11 2021-04-06 09:02:12 -07:00
meta-initramfs layers: Drop gatesgarth from LAYERSERIES_COMPAT 2021-03-19 11:58:17 -07:00
meta-multimedia fluidsynth: update SRC_URI to remove non-existing 2.1.x branch 2021-04-06 09:02:12 -07:00
meta-networking usbredir: upgrade 0.8.0 -> 0.9.0 2021-04-08 09:25:54 -07:00
meta-oe Revert "iwd: Upgade to 1.13" 2021-04-08 12:27:08 -07:00
meta-perl libnet-ssleay-perl: add rdep on perl-module-autoloader 2021-04-01 08:32:47 -07:00
meta-python python3-croniter: Upgrade 1.0.10 -> 1.0.11 2021-04-13 08:06:07 -07:00
meta-webserver layers: Drop gatesgarth from LAYERSERIES_COMPAT 2021-03-19 11:58:17 -07:00
meta-xfce thunar: upgrade 4.16.4 -> 4.16.6 2021-04-08 09:25:33 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories