summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb
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/recipes-devtools/python/python3-cachecontrol_0.12.12.bb
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/recipes-devtools/python/python3-cachecontrol_0.12.12.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb
deleted file mode 100644
index 8f7185b8f5..0000000000
--- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.12.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "httplib2 caching for requests"
2HOMEPAGE = "https://pypi.org/project/CacheControl/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=12;endline=12;md5=942a721dac34d073453642ffe5fcf546"
5
6# On PyPi, this is "CacheControl", rather than "cachecontrol", so we need to
7# override PYPI_PACKAGE so fetch succeeds.
8PYPI_PACKAGE = "CacheControl"
9
10SRC_URI[sha256sum] = "9c2e5208ea76ebd9921176569743ddf6d7f3bb4188dbf61806f0f8fc48ecad38"
11
12inherit pypi setuptools3
13
14RDEPENDS:${PN} += "\
15 python3-crypt \
16 python3-datetime \
17 python3-email \
18 python3-lockfile \
19 python3-json \
20 python3-logging \
21 python3-msgpack \
22 python3-netclient \
23 python3-pickle \
24 python3-requests \
25 python3-urllib3 \
26 python3-mmap \
27"
28
29BBCLASSEXTEND = "native nativesdk"