diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-03 06:17:38 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-03 06:17:38 +0800 |
commit | 5b5131dbfd3f96e0ce874c2f8b0da3eefb76ccf4 (patch) | |
tree | 4afa6aaed6c2193d79046569058286712bdd4fec | |
parent | 4de3c5d62864c54592325adc4209cd4e7a8732d3 (diff) | |
download | freebsd-ports-gnome-5b5131dbfd3f96e0ce874c2f8b0da3eefb76ccf4.tar.gz freebsd-ports-gnome-5b5131dbfd3f96e0ce874c2f8b0da3eefb76ccf4.tar.zst freebsd-ports-gnome-5b5131dbfd3f96e0ce874c2f8b0da3eefb76ccf4.zip |
Update to 0.11.6.
PR: 207659
Submitted by: yuri@rawbw.com (maintainer)
-rw-r--r-- | www/py-cachecontrol/Makefile | 2 | ||||
-rw-r--r-- | www/py-cachecontrol/distinfo | 4 | ||||
-rw-r--r-- | www/py-cachecontrol/pkg-descr | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/www/py-cachecontrol/Makefile b/www/py-cachecontrol/Makefile index 04d5104ba093..2b6fc2a2503d 100644 --- a/www/py-cachecontrol/Makefile +++ b/www/py-cachecontrol/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CacheControl -PORTVERSION= 0.11.5 +PORTVERSION= 0.11.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-cachecontrol/distinfo b/www/py-cachecontrol/distinfo index 6538d1358397..8140f8787951 100644 --- a/www/py-cachecontrol/distinfo +++ b/www/py-cachecontrol/distinfo @@ -1,2 +1,2 @@ -SHA256 (CacheControl-0.11.5.tar.gz) = b78484d6feb17b501267f4048c364a8fc26fcef35ca3ff62bdba63d41fa4cf42 -SIZE (CacheControl-0.11.5.tar.gz) = 13104 +SHA256 (CacheControl-0.11.6.tar.gz) = 37dfcb453e7f186c95b330834a1673e022db900d5e3a883f80257c4369477695 +SIZE (CacheControl-0.11.6.tar.gz) = 13642 diff --git a/www/py-cachecontrol/pkg-descr b/www/py-cachecontrol/pkg-descr index 42e978130dea..4e8348361223 100644 --- a/www/py-cachecontrol/pkg-descr +++ b/www/py-cachecontrol/pkg-descr @@ -2,4 +2,3 @@ a port of the caching algorithms in httplib2 for use with requests session object. WWW: https://github.com/ionrock/cachecontrol/ -WWW: https://pypi.python.org/pypi/CacheControl/0.11.5/ |