diff mbox series

[meta-python,12/40] python3-annotated-types: upgrade 0.6.0 -> 0.7.0

Message ID 1716860901-863-12-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-networking,01/40] arno-iptables-firewall: upgrade 2.1.1 -> 2.1.2 | expand

Commit Message

Mingyu Wang (Fujitsu) May 28, 2024, 1:47 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...nnotated-types_0.6.0.bb => python3-annotated-types_0.7.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-annotated-types_0.6.0.bb => python3-annotated-types_0.7.0.bb} (79%)
diff mbox series

Patch

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
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-annotated-types_0.6.0.bb
rename to meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb
index 79cbb66bc..53552d0b7 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 = ""
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c6afb13fdc220497ee5cded1e717ed67"
 
-SRC_URI[sha256sum] = "563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d"
+SRC_URI[sha256sum] = "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"
 
 S = "${WORKDIR}/annotated_types-${PV}"
 PYPI_PACKAGE = "annotated_types"