Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 02:52:37 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547873 - head/textproc/py-googletrans
Message-ID:  <202009070252.0872qb9H003215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Sep  7 02:52:37 2020
New Revision: 547873
URL: https://svnweb.freebsd.org/changeset/ports/547873

Log:
  Catch up with dependency update from r547729 by sunpoet.
  
  Approved by:	portmgr ("just fix it")

Modified:
  head/textproc/py-googletrans/Makefile

Modified: head/textproc/py-googletrans/Makefile
==============================================================================
--- head/textproc/py-googletrans/Makefile	Mon Sep  7 00:58:07 2020	(r547872)
+++ head/textproc/py-googletrans/Makefile	Mon Sep  7 02:52:37 2020	(r547873)
@@ -12,7 +12,7 @@ COMMENT=	Free Google Translate API that translates tot
 LICENSE=	MIT
 # LICENSE_FILE isn't packaged in the sdist, yet
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx==0.13.3:www/py-httpx@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx==0.14.3:www/py-httpx@${PY_FLAVOR}
 
 USES=		python:3.7+ # due www/py-httpx that requires 3.7+
 USE_PYTHON=	distutils autoplist



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