From owner-svn-ports-all@freebsd.org Fri Sep 9 09:32:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03895BD1A7E; Fri, 9 Sep 2016 09:32:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3071668; Fri, 9 Sep 2016 09:32:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u899WCl0007721; Fri, 9 Sep 2016 09:32:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u899WBeD007718; Fri, 9 Sep 2016 09:32:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201609090932.u899WBeD007718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 9 Sep 2016 09:32:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421605 - in head/www/py-flexget: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 09:32:13 -0000 Author: jbeich Date: Fri Sep 9 09:32:11 2016 New Revision: 421605 URL: https://svnweb.freebsd.org/changeset/ports/421605 Log: www/py-flexget: update to 2.2.22 2.3.0 starts to require the following (not ported yet) terminaltables>=3.0.0 colorclass>=2.2.0 Changes: https://github.com/Flexget/Flexget/compare/2.1.15...2.2.22 Modified: head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/distinfo (contents, props changed) head/www/py-flexget/files/patch-requirements.txt (contents, props changed) Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Fri Sep 9 09:11:42 2016 (r421604) +++ head/www/py-flexget/Makefile Fri Sep 9 09:32:11 2016 (r421605) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.1.15 -PORTREVISION= 1 +PORTVERSION= 2.2.22 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP @@ -18,7 +17,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.2.1:textproc/py-feedparser \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0.13:databases/py-sqlalchemy10 \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>4.2.0:www/py-beautifulsoup \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5:www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:www/py-html5lib \ ${PYTHON_PKGNAMEPREFIX}rss2gen>0:textproc/py-rss2gen \ ${PYTHON_PKGNAMEPREFIX}pynzb>0:news/py-pynzb \ @@ -44,6 +43,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feed ${PYTHON_PKGNAMEPREFIX}pathlib>=1.0:devel/py-pathlib \ ${PYTHON_PKGNAMEPREFIX}plumbum>=1.2:sysutils/py-plumbum +NO_ARCH= yes USES= python:2.7+ USE_PYTHON= autoplist distutils Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Fri Sep 9 09:11:42 2016 (r421604) +++ head/www/py-flexget/distinfo Fri Sep 9 09:32:11 2016 (r421605) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468832032 -SHA256 (FlexGet-2.1.15.tar.gz) = 3fe549d83b7c98297fb5f8a29be61521d5e5a11068e3ce81fd6cbd231d04ed43 -SIZE (FlexGet-2.1.15.tar.gz) = 2270520 +TIMESTAMP = 1473409421 +SHA256 (FlexGet-2.2.22.tar.gz) = d6ea4d6ee1b910dd30445e340c3080775babb818981f026878795cfdfa2b2182 +SIZE (FlexGet-2.2.22.tar.gz) = 2353961 Modified: head/www/py-flexget/files/patch-requirements.txt ============================================================================== --- head/www/py-flexget/files/patch-requirements.txt Fri Sep 9 09:11:42 2016 (r421604) +++ head/www/py-flexget/files/patch-requirements.txt Fri Sep 9 09:32:11 2016 (r421605) @@ -1,14 +1,5 @@ --- requirements.txt.orig 2016-07-15 06:12:13 UTC +++ requirements.txt -@@ -3,7 +3,7 @@ FeedParser>=5.2.1 - SQLAlchemy >=0.7.5, !=0.9.0, <1.999 - PyYAML - # There is a bug in beautifulsoup 4.2.0 that breaks imdb parsing, see http://flexget.com/ticket/2091 --beautifulsoup4>=4.1, !=4.2.0, <4.5 -+beautifulsoup4>=4.1, !=4.2.0 - # Beautifulsoup4 does not work with later versions of html5lib as of bs4 4.4.1 and html5lib>=0.99999999 - # (note the number of 9s, html5lib versions are stupid) https://bugs.launchpad.net/bugs/1603299 - html5lib>=0.11, <=0.9999999 @@ -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