pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-cachecontrol



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  6 07:58:53 UTC 2023

Modified Files:
        pkgsrc/devel/py-cachecontrol: Makefile PLIST distinfo

Log Message:
py-cachecontrol: update to 0.13.0.

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-cachecontrol/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-cachecontrol/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-cachecontrol/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cachecontrol/Makefile
diff -u pkgsrc/devel/py-cachecontrol/Makefile:1.11 pkgsrc/devel/py-cachecontrol/Makefile:1.12
--- pkgsrc/devel/py-cachecontrol/Makefile:1.11  Tue May 30 09:45:00 2023
+++ pkgsrc/devel/py-cachecontrol/Makefile       Tue Jun  6 07:58:53 2023
@@ -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/}
@@ -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
 

Index: pkgsrc/devel/py-cachecontrol/PLIST
diff -u pkgsrc/devel/py-cachecontrol/PLIST:1.5 pkgsrc/devel/py-cachecontrol/PLIST:1.6
--- pkgsrc/devel/py-cachecontrol/PLIST:1.5      Tue May 30 09:45:00 2023
+++ pkgsrc/devel/py-cachecontrol/PLIST  Tue Jun  6 07:58:53 2023
@@ -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
@@ -27,9 +27,6 @@ ${PYSITELIB}/cachecontrol/caches/file_ca
 ${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
@@ -39,6 +36,7 @@ ${PYSITELIB}/cachecontrol/filewrapper.py
 ${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

Index: pkgsrc/devel/py-cachecontrol/distinfo
diff -u pkgsrc/devel/py-cachecontrol/distinfo:1.7 pkgsrc/devel/py-cachecontrol/distinfo:1.8
--- pkgsrc/devel/py-cachecontrol/distinfo:1.7   Tue May 30 09:45:00 2023
+++ pkgsrc/devel/py-cachecontrol/distinfo       Tue Jun  6 07:58:53 2023
@@ -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



Home | Main Index | Thread Index | Old Index