diff mbox series

[meta-python,41/46] python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822

Message ID 1724833525-2162-40-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-gnome,01/46] colord-gtk: upgrade 0.3.0 -> 0.3.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 28, 2024, 8:25 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Update incorrect or incomplete constants in distutils
- Use Generator instead of Iterator for 3rd-party context managers
- Bump mypy to 1.11.1

License-Update:
 License changed from "Apache-2.0 license" to "Apache-2.0"

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/python3-types-setuptools_71.1.0.20240726.bb | 10 ----------
 .../python/python3-types-setuptools_73.0.0.20240822.bb | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_71.1.0.20240726.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_71.1.0.20240726.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_71.1.0.20240726.bb
deleted file mode 100644
index ace198d04..000000000
--- a/meta-python/recipes-devtools/python/python3-types-setuptools_71.1.0.20240726.bb
+++ /dev/null
@@ -1,10 +0,0 @@ 
-SUMMARY = "Typing stubs for setuptools"
-HOMEPAGE = "https://github.com/python/typeshed"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e"
-
-inherit pypi setuptools3
-
-SRC_URI[sha256sum] = "85ba28e9461bb1be86ebba4db0f1c2408f2b11115b1966334ea9dc464e29303e"
-
-BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb
new file mode 100644
index 000000000..2eaa2d136
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-types-setuptools_73.0.0.20240822.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "Typing stubs for setuptools"
+HOMEPAGE = "https://github.com/python/typeshed"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "3a060681098eb3fbc2fea0a86f7f6af6aa1ca71906039d88d891ea2cecdd4dbf"
+
+BBCLASSEXTEND = "native"