Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2019 21:39:05 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517227 - in head/textproc/py-transifex-client: . files
Message-ID:  <201911102139.xAALd5JD091942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sun Nov 10 21:39:04 2019
New Revision: 517227
URL: https://svnweb.freebsd.org/changeset/ports/517227

Log:
  textproc/py-transifex-client: Relax requirements for urllib3
  
  * Prepare the port for use with urllib 1.25.x [1].
  
  * Bump PORTREVISION for package change.
  
  PR:		229322 [1]
  Approved by:	portmgr blanket (runtime bugfix)
  MFH:		2019Q4 (runtime bugfix blanket)

Modified:
  head/textproc/py-transifex-client/Makefile
  head/textproc/py-transifex-client/files/patch-requirements.txt

Modified: head/textproc/py-transifex-client/Makefile
==============================================================================
--- head/textproc/py-transifex-client/Makefile	Sun Nov 10 21:08:04 2019	(r517226)
+++ head/textproc/py-transifex-client/Makefile	Sun Nov 10 21:39:04 2019	(r517227)
@@ -3,6 +3,7 @@
 
 PORTNAME=	transifex-client
 PORTVERSION=	0.13.6
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Command line interface for Transifex
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} # <1.25
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} # <1.26
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} # <3.0.0
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-slugify>=1.26.0:textproc/py-python-slugify@${PY_FLAVOR}

Modified: head/textproc/py-transifex-client/files/patch-requirements.txt
==============================================================================
--- head/textproc/py-transifex-client/files/patch-requirements.txt	Sun Nov 10 21:08:04 2019	(r517226)
+++ head/textproc/py-transifex-client/files/patch-requirements.txt	Sun Nov 10 21:39:04 2019	(r517227)
@@ -1,11 +1,11 @@
---- requirements.txt.orig	2019-04-25 16:11:57 UTC
+--- requirements.txt.orig	2018-10-17 13:27:37 UTC
 +++ requirements.txt
 @@ -1,4 +1,4 @@
 -urllib3<1.24
 -six==1.11.0
 -requests>=2.19.1,<3.0.0
 -python-slugify==1.2.6
-+urllib3<1.25
++urllib3<1.26
 +six>=1.11.0
 +requests>=2.19.1
 +python-slugify>=1.2.6



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