From 0f4ab4e8ab1ecae0bc1180e344670aa34de6f3d6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 28 May 2024 09:47:53 +0800 Subject: python3-annotated-types: upgrade 0.6.0 -> 0.7.0 Changelog: ========== - Allow tzinfo objects for Timezone - add URLs to pyproject.toml - suggested fix on typo - Correct misstatement in README - Fix IsDigit -> IsDigits - Add Unit type - Improve handling of GroupedMetadata (First try) - Prepare for 0.7.0 release Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-annotated-types_0.6.0.bb | 14 -------------- .../python/python3-annotated-types_0.7.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb b/meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb deleted file mode 100644 index 79cbb66bc0..0000000000 --- a/meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Reusable constraint types to use with typing.Annotated" -DESCRIPTION = "" -HOMEPAGE = "" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c6afb13fdc220497ee5cded1e717ed67" - -SRC_URI[sha256sum] = "563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d" - -S = "${WORKDIR}/annotated_types-${PV}" -PYPI_PACKAGE = "annotated_types" - -inherit pypi python_hatchling - -RDEPENDS:${PN} = "python3-typing-extensions" diff --git a/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb b/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb new file mode 100644 index 0000000000..53552d0b7b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Reusable constraint types to use with typing.Annotated" +DESCRIPTION = "" +HOMEPAGE = "" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c6afb13fdc220497ee5cded1e717ed67" + +SRC_URI[sha256sum] = "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" + +S = "${WORKDIR}/annotated_types-${PV}" +PYPI_PACKAGE = "annotated_types" + +inherit pypi python_hatchling + +RDEPENDS:${PN} = "python3-typing-extensions" -- cgit v1.2.3-54-g00ecf