summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-typing-extensions_4.6.3.bb (renamed from meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.6.3.bb
index be43fe4a64..ebce6e8d4e 100644
--- a/meta/recipes-devtools/python/python3-typing-extensions_4.6.2.bb
+++ b/meta/recipes-devtools/python/python3-typing-extensions_4.6.3.bb
@@ -10,12 +10,12 @@ HOMEPAGE = "https://github.com/python/typing_extensions"
10BUGTRACKER = "https://github.com/python/typing_extensions/issues" 10BUGTRACKER = "https://github.com/python/typing_extensions/issues"
11SECTIONS = "libs" 11SECTIONS = "libs"
12LICENSE = "PSF-2.0" 12LICENSE = "PSF-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
14 14
15# The name on PyPi is slightly different. 15# The name on PyPi is slightly different.
16PYPI_PACKAGE = "typing_extensions" 16PYPI_PACKAGE = "typing_extensions"
17 17
18SRC_URI[sha256sum] = "06006244c70ac8ee83fa8282cb188f697b8db25bc8b4df07be1873c43897060c" 18SRC_URI[sha256sum] = "d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5"
19 19
20inherit pypi python_flit_core 20inherit pypi python_flit_core
21 21