diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-02-21 21:22:56 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-22 08:29:53 -0800 |
| commit | 4d8a9915512c5f5584745aac0d42e1ad5fa5afdd (patch) | |
| tree | 7d6b8e2af4f86ce7abe6ff1486eaf5131f99f306 /meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb | |
| parent | e5350050e18f3e0b8e26b24dc9c42fca304dcfce (diff) | |
| download | meta-openembedded-4d8a9915512c5f5584745aac0d42e1ad5fa5afdd.tar.gz | |
python3-croniter: Upgrade 1.2.0 -> 1.3.4
Upgrade to release 1.3.4:
- Add a way to make next() easier to use
- Restore compat with python2
- Fix regressions with set_current
- Fix compat for tests under py27
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb b/meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb new file mode 100644 index 0000000000..4158dbe7c4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "croniter provides iteration for datetime object with cron like format" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "croniter" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += " python3-dateutil python3-natsort" | ||
