diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-28 09:47:53 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-28 09:34:31 -0700 |
| commit | 0f4ab4e8ab1ecae0bc1180e344670aa34de6f3d6 (patch) | |
| tree | 955c965cce0dc48293bde870051879f64db623b5 /meta-python/recipes-devtools/python | |
| parent | 0268abb2851ec1e4e14ff2012ba7d591694fba13 (diff) | |
| download | meta-openembedded-0f4ab4e8ab1ecae0bc1180e344670aa34de6f3d6.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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.7.0.bb index 79cbb66bc0..53552d0b7b 100644 --- a/meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6afb13fdc220497ee5cded1e717ed67" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c6afb13fdc220497ee5cded1e717ed67" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d" | 7 | SRC_URI[sha256sum] = "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/annotated_types-${PV}" | 9 | S = "${WORKDIR}/annotated_types-${PV}" |
| 10 | PYPI_PACKAGE = "annotated_types" | 10 | PYPI_PACKAGE = "annotated_types" |
