Skip to content

Commit

Permalink
py-cachecontrol: update to 0.13.0.
Browse files Browse the repository at this point in the history
Fix #292: disuse HTTPResponse.strict by @dairiki in #301
fix: double reading error on urllib3 2.0 by @frostming in #296
Packaging the tests, or not by @dimbleby in #287
Add type annotations by @dimbleby in #279
Use Python's unittest mock by @jelly in #289
feat: remove compat module by @frostming in #303
tests: Support python 3.11 by @danigm in #304
fix: use pytest native method name by @frostming in #305
Remove use of utcnow by @pganssle in #290
Release 0.13.0 by @frostming in #307
  • Loading branch information
wiz committed Jun 6, 2023
1 parent ad588f8 commit 13692de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
9 changes: 5 additions & 4 deletions devel/py-cachecontrol/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2023/05/30 09:45:00 wiz Exp $
# $NetBSD: Makefile,v 1.12 2023/06/06 07:58:53 wiz Exp $

DISTNAME= CacheControl-0.12.11
DISTNAME= CacheControl-0.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=C/CacheControl/}
Expand All @@ -12,8 +12,9 @@ LICENSE= apache-2.0

DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.5.2:../../devel/py-msgpack
DEPENDS+= ${PYPKGPREFIX}-requests>=0:../../devel/py-requests
# filecache
DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.9:../../devel/py-lockfile
DEPENDS+= ${PYPKGPREFIX}-filelock>=0.9:../../devel/py-filelock
TEST_DEPENDS+= ${PYPKGPREFIX}-cherrypy>=0:../../www/py-cherrypy
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test

USE_LANGUAGES= # none

Expand Down
6 changes: 2 additions & 4 deletions devel/py-cachecontrol/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2023/05/30 09:45:00 wiz Exp $
@comment $NetBSD: PLIST,v 1.6 2023/06/06 07:58:53 wiz Exp $
bin/doesitcache-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
Expand Down Expand Up @@ -27,9 +27,6 @@ ${PYSITELIB}/cachecontrol/caches/file_cache.pyo
${PYSITELIB}/cachecontrol/caches/redis_cache.py
${PYSITELIB}/cachecontrol/caches/redis_cache.pyc
${PYSITELIB}/cachecontrol/caches/redis_cache.pyo
${PYSITELIB}/cachecontrol/compat.py
${PYSITELIB}/cachecontrol/compat.pyc
${PYSITELIB}/cachecontrol/compat.pyo
${PYSITELIB}/cachecontrol/controller.py
${PYSITELIB}/cachecontrol/controller.pyc
${PYSITELIB}/cachecontrol/controller.pyo
Expand All @@ -39,6 +36,7 @@ ${PYSITELIB}/cachecontrol/filewrapper.pyo
${PYSITELIB}/cachecontrol/heuristics.py
${PYSITELIB}/cachecontrol/heuristics.pyc
${PYSITELIB}/cachecontrol/heuristics.pyo
${PYSITELIB}/cachecontrol/py.typed
${PYSITELIB}/cachecontrol/serialize.py
${PYSITELIB}/cachecontrol/serialize.pyc
${PYSITELIB}/cachecontrol/serialize.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-cachecontrol/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2023/05/30 09:45:00 wiz Exp $
$NetBSD: distinfo,v 1.8 2023/06/06 07:58:53 wiz Exp $

BLAKE2s (CacheControl-0.12.11.tar.gz) = 0cb70752c9bb683aa31948ef8e00f899c1e02fdefef8467fcbb6a16837e0cd4a
SHA512 (CacheControl-0.12.11.tar.gz) = 6a39e8fd2ebcca776cad533a79f107897aaffbe68b561f89301ef824d2400f8c36ec4e52682b7cf14734f9f77ab27e251202c71036b43422d81126f48cc27834
Size (CacheControl-0.12.11.tar.gz) = 16552 bytes
BLAKE2s (CacheControl-0.13.0.tar.gz) = 1b41285b74769fce5b170f4a02bb7b6c8deb10ba4e9b7a82b38d310ba22a0db1
SHA512 (CacheControl-0.13.0.tar.gz) = 70ca2326b0ae27afd519da8e2107c40d04ad36fcf89328ce650566575943406b438cb2dff0be32f3b60777e30256d5d7324e0d306672e41f3993b47c445ed08f
Size (CacheControl-0.13.0.tar.gz) = 116848 bytes

0 comments on commit 13692de

Please sign in to comment.