summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-05 15:53:02 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-05 09:29:35 -0700
commitde8ba921c05de424e19a7b7794f449e4a0e38f2f (patch)
tree5aace6d5ed95b2e83a533bf35e522f525ffd86bd /meta-python
parentf59053305ff92db278552a2d48cbfbaf4a4edf11 (diff)
downloadmeta-openembedded-de8ba921c05de424e19a7b7794f449e4a0e38f2f.tar.gz
python3-cachecontrol: upgrade 0.12.12 -> 0.13.0
Changelog: ========== Fix #292: disuse HTTPResponse.strict fix: double reading error on urllib3 2.0 Packaging the tests, or not Add type annotations Use Python's unittest mock feat: remove compat module tests: Support python 3.11 fix: use pytest native method name Remove use of utcnow Release 0.13.0 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.13.0.bb (renamed from meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.13.0.bb
index 8f7185b8f..e4e3c4998 100644
--- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb
+++ b/meta-python/recipes-devtools/python/python3-cachecontrol_0.13.0.bb
@@ -1,13 +1,13 @@
1SUMMARY = "httplib2 caching for requests" 1SUMMARY = "httplib2 caching for requests"
2HOMEPAGE = "https://pypi.org/project/CacheControl/" 2HOMEPAGE = "https://pypi.org/project/CacheControl/"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=12;endline=12;md5=942a721dac34d073453642ffe5fcf546" 4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=12;endline=12;md5=e2fd6ddcf506e08972d5ba4b93c0022e"
5 5
6# On PyPi, this is "CacheControl", rather than "cachecontrol", so we need to 6# On PyPi, this is "CacheControl", rather than "cachecontrol", so we need to
7# override PYPI_PACKAGE so fetch succeeds. 7# override PYPI_PACKAGE so fetch succeeds.
8PYPI_PACKAGE = "CacheControl" 8PYPI_PACKAGE = "CacheControl"
9 9
10SRC_URI[sha256sum] = "9c2e5208ea76ebd9921176569743ddf6d7f3bb4188dbf61806f0f8fc48ecad38" 10SRC_URI[sha256sum] = "fd3fd2cb0ca66b9a6c1d56cc9709e7e49c63dbd19b1b1bcbd8d3f94cedfe8ce5"
11 11
12inherit pypi setuptools3 12inherit pypi setuptools3
13 13