Date: Tue, 4 Oct 2016 07:51:49 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r423242 - in branches/2016Q4/www/py-flexget: . files Message-ID: <201610040751.u947pnCI049090@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Oct 4 07:51:49 2016 New Revision: 423242 URL: https://svnweb.freebsd.org/changeset/ports/423242 Log: MFH: r423241 www/py-flexget: unbreak after r423025 ===> py27-flexget-2.2.22,1 depends on package: py27-dateutil<=2.5.2 - not found Reported by: pkg-fallout Approved by: ports-secteam blanket Modified: branches/2016Q4/www/py-flexget/Makefile branches/2016Q4/www/py-flexget/files/patch-requirements.txt Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/www/py-flexget/Makefile ============================================================================== --- branches/2016Q4/www/py-flexget/Makefile Tue Oct 4 07:48:16 2016 (r423241) +++ branches/2016Q4/www/py-flexget/Makefile Tue Oct 4 07:51:49 2016 (r423242) @@ -3,6 +3,7 @@ PORTNAME= flexget PORTVERSION= 2.2.22 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP @@ -32,7 +33,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feed ${PYTHON_PKGNAMEPREFIX}Flask-Login>=0.3.2:www/py-flask-login \ ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.7.0:www/py-cherrypy \ ${PYTHON_PKGNAMEPREFIX}requests>=2.8.0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}dateutil<=2.5.2:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.2:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.0:devel/py-jsonschema \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.3:devel/py-pyparsing \ ${PYTHON_PKGNAMEPREFIX}safe>=0.4:security/py-safe \ Modified: branches/2016Q4/www/py-flexget/files/patch-requirements.txt ============================================================================== --- branches/2016Q4/www/py-flexget/files/patch-requirements.txt Tue Oct 4 07:48:16 2016 (r423241) +++ branches/2016Q4/www/py-flexget/files/patch-requirements.txt Tue Oct 4 07:51:49 2016 (r423242) @@ -1,11 +1,6 @@ ---- requirements.txt.orig 2016-07-15 06:12:13 UTC +--- requirements.txt.orig 2016-08-14 10:12:26 UTC +++ requirements.txt -@@ -15,11 +15,11 @@ jinja2 - # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions - requests>=2.8.0, <3.0 - #Guessit requires python-dateutil<=2.5.2 --python-dateutil>=2.5.2 -+python-dateutil<=2.5.2 +@@ -16,7 +16,7 @@ python-dateutil>=2.5.2 jsonschema>=2.0 path.py>=8.1.1 pathlib>=1.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610040751.u947pnCI049090>