diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-27 15:17:20 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-28 07:56:33 +0100 |
| commit | c32105cc7c84fd3fec09df88867143422155a58a (patch) | |
| tree | c0d48de559b2d5d578cde86560d76c722689f645 /meta/recipes-devtools/python/python3-iso8601_1.1.0.bb | |
| parent | 2682e5feb1a4c45efc31240ca0fae1e1399d2c1a (diff) | |
| download | poky-c32105cc7c84fd3fec09df88867143422155a58a.tar.gz | |
python3-iso8601: upgrade 1.1.0 -> 2.0.0
added
------
Add just for development commands
Add Python 3.12 support
changed
---------
Move changelog into CHANGELOG.md
Freshen up README
fixed
------
Fix test_fixedoffset_eq by adding an actual assertion
removed
--------
Drop Python 3.6 support (3.6 is end of life)
(From OE-Core rev: c10fda975c305f9afda5f76e9fdd12a25d9d2340)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-iso8601_1.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-iso8601_1.1.0.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/python/python3-iso8601_1.1.0.bb b/meta/recipes-devtools/python/python3-iso8601_1.1.0.bb deleted file mode 100644 index 797607f81e..0000000000 --- a/meta/recipes-devtools/python/python3-iso8601_1.1.0.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | SUMMARY = "Simple module to parse ISO 8601 dates" | ||
| 2 | HOMEPAGE = "http://pyiso8601.readthedocs.org/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aab31f2ef7ba214a5a341eaa47a7f367" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f" | ||
| 7 | |||
| 8 | inherit pypi python_poetry_core | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | ${PYTHON_PN}-datetime \ | ||
| 12 | ${PYTHON_PN}-numbers \ | ||
| 13 | " | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
