Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jul 2023 04:24:27 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fa2d4aa15778 - main - =?utf-8?Q?www/py-cachecontrol:=20Update=200.12.13=20=E2=86=92=200.13.1?=
Message-ID:  <202307020424.3624ORBP062704@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fa2d4aa15778abdb828847797f1c11f6292c14d4

commit fa2d4aa15778abdb828847797f1c11f6292c14d4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-02 02:40:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-02 04:24:23 +0000

    www/py-cachecontrol: Update 0.12.13 → 0.13.1
---
 www/py-cachecontrol/Makefile | 8 ++++----
 www/py-cachecontrol/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/www/py-cachecontrol/Makefile b/www/py-cachecontrol/Makefile
index b59fd5722552..53e34d4aed2d 100644
--- a/www/py-cachecontrol/Makefile
+++ b/www/py-cachecontrol/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	cachecontrol
-DISTVERSION=	0.12.13
+DISTVERSION=	0.13.1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	CacheControl-${PORTVERSION}
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Caching algorithms in httplib2 for use with requests session object
@@ -11,13 +10,14 @@ WWW=		https://github.com/psf/cachecontrol
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.2:devel/py-msgpack@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests>=2.16.0:www/py-requests@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils pytest
+USE_PYTHON=	pep517 autoplist concurrent pytest
 NO_ARCH=	yes
 
 CONFLICTS_INSTALL=	py*-cachecontrol # bin/doesitcache
diff --git a/www/py-cachecontrol/distinfo b/www/py-cachecontrol/distinfo
index bc07c664e565..0dcb300b035e 100644
--- a/www/py-cachecontrol/distinfo
+++ b/www/py-cachecontrol/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685994297
-SHA256 (CacheControl-0.12.13.tar.gz) = e28ab6c7b57ff53a7f9a6a8431fff021fb7437794ec581884773610bb8ce3f82
-SIZE (CacheControl-0.12.13.tar.gz) = 115057
+TIMESTAMP = 1688265219
+SHA256 (cachecontrol-0.13.1.tar.gz) = f012366b79d2243a6118309ce73151bf52a38d4a5dac8ea57f09bd29087e506b
+SIZE (cachecontrol-0.13.1.tar.gz) = 29069



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307020424.3624ORBP062704>