summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-19 15:56:25 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-20 15:34:03 -0700
commit925140cc0cf20a9bb8e870f3b189c5bf23d15035 (patch)
tree71021eb0805095e39c9ae26dac73707a81d38cfa /meta-python/recipes-devtools/python
parent4498f13487b85784907661681add021992e8e069 (diff)
downloadmeta-openembedded-925140cc0cf20a9bb8e870f3b189c5bf23d15035.tar.gz
python3-types-setuptools: upgrade 68.1.0.1 -> 68.2.0.0
Changelog: =========== -1 public Python file has been added: setuptools/tests/test_core_metadata.py. -0 files included in typeshed's stubs have been deleted. -7 files included in typeshed's stubs have been modified or renamed: setuptools/__init__.py, setuptools/command/editable_wheel.py, setuptools/command/egg_info.py, setuptools/depends.py, setuptools/dist.py, setuptools/monkey.py, setuptools/namespaces.py. -Total lines of Python code added: 1051. -Total lines of Python code deleted: 682. 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-types-setuptools_68.2.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.1.bb b/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.0.bb
index 9d8022bf1c..ed0b1b2cd8 100644
--- a/meta-python/recipes-devtools/python/python3-types-setuptools_68.1.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-types-setuptools_68.2.0.0.bb
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1
5 5
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7
8SRC_URI[sha256sum] = "271ed8da44885cd9a701c86e48cc6d3cc988052260e72b3ce26c26b3028f86ed" 8SRC_URI[sha256sum] = "a4216f1e2ef29d089877b3af3ab2acf489eb869ccaf905125c69d2dc3932fd85"
9 9
10BBCLASSEXTEND = "native" 10BBCLASSEXTEND = "native"