diff options
author | wangmy <wangmy@fujitsu.com> | 2022-09-20 10:23:23 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-20 18:55:26 -0700 |
commit | 13cff82b13e7b1ec3449bad49854a6eedb26d866 (patch) | |
tree | d2936febc55d610a45080e412d4a8295def6acb8 /meta-python | |
parent | 09658066704d7da448ec5ec7a31171852b22549f (diff) | |
download | meta-openembedded-13cff82b13e7b1ec3449bad49854a6eedb26d866.tar.gz |
python3-cachecontrol: upgrade 0.12.11 -> 0.12.12
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb (renamed from meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb index fc2b0ae75b..8f7185b8f5 100644 --- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.11.bb +++ b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=12;endline=12;md5=942a721dac34d073 | |||
7 | # override PYPI_PACKAGE so fetch succeeds. | 7 | # override PYPI_PACKAGE so fetch succeeds. |
8 | PYPI_PACKAGE = "CacheControl" | 8 | PYPI_PACKAGE = "CacheControl" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "a5b9fcc986b184db101aa280b42ecdcdfc524892596f606858e0b7a8b4d9e144" | 10 | SRC_URI[sha256sum] = "9c2e5208ea76ebd9921176569743ddf6d7f3bb4188dbf61806f0f8fc48ecad38" |
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||