Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 09:24:31 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444021 - in head/www/py-flexget: . files
Message-ID:  <201706210924.v5L9OViw044322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Jun 21 09:24:30 2017
New Revision: 444021
URL: https://svnweb.freebsd.org/changeset/ports/444021

Log:
  www/py-flexget: update to 2.10.63
  
  Changes:	https://github.com/Flexget/Flexget/compare/2.10.62...2.10.63

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	Wed Jun 21 09:24:09 2017	(r444020)
+++ head/www/py-flexget/Makefile	Wed Jun 21 09:24:30 2017	(r444021)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	flexget
-PORTVERSION=	2.10.62
+PORTVERSION=	2.10.63
 PORTEPOCH=	1
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -40,7 +40,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0.
 		${PYTHON_PKGNAMEPREFIX}Flask-Cors>=2.1.2:www/py-flask-cors \
 		${PYTHON_PKGNAMEPREFIX}Flask-Login>=0.4.0:www/py-flask-login \
 		${PYTHON_PKGNAMEPREFIX}Flask-RESTful>=0.3.3:www/py-flask-restful \
-		${PYTHON_PKGNAMEPREFIX}flask-restplus08=0.8.6:www/py-flask-restplus08 \
+		${PYTHON_PKGNAMEPREFIX}flask-restplus>=0.10.1:www/py-flask-restplus \
 		${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:www/py-html5lib \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.8.0:www/py-requests
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \

Modified: head/www/py-flexget/distinfo
==============================================================================
--- head/www/py-flexget/distinfo	Wed Jun 21 09:24:09 2017	(r444020)
+++ head/www/py-flexget/distinfo	Wed Jun 21 09:24:30 2017	(r444021)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497924840
-SHA256 (flexget-Flexget-2.10.62_GH0.tar.gz) = 3994c8f5eff60083d38b4f7dee94a54189c4ba09ce806c61b675357fd6a51909
-SIZE (flexget-Flexget-2.10.62_GH0.tar.gz) = 6711672
+TIMESTAMP = 1498011235
+SHA256 (flexget-Flexget-2.10.63_GH0.tar.gz) = 0e25ec8617b571e6f78dc62c694531bed2b31428813c09e223765e307564ac3a
+SIZE (flexget-Flexget-2.10.63_GH0.tar.gz) = 6712804

Modified: head/www/py-flexget/files/patch-requirements.txt
==============================================================================
--- head/www/py-flexget/files/patch-requirements.txt	Wed Jun 21 09:24:09 2017	(r444020)
+++ head/www/py-flexget/files/patch-requirements.txt	Wed Jun 21 09:24:30 2017	(r444021)
@@ -1,4 +1,4 @@
---- requirements.txt.orig	2017-06-06 02:13:49 UTC
+--- requirements.txt.orig	2017-06-21 02:13:55 UTC
 +++ requirements.txt
 @@ -7,18 +7,15 @@ html5lib>=0.11
  PyRSS2Gen
@@ -22,3 +22,12 @@
  apscheduler>=3.2.0
  terminaltables>=3.1.0
  colorclass>=2.2.0
+@@ -26,7 +23,7 @@ colorclass>=2.2.0
+ cherrypy>=3.7.0
+ flask>=0.7
+ flask-restful>=0.3.3
+-flask-restplus==0.10.1
++flask-restplus>=0.10.1
+ flask-compress>=1.2.1
+ flask-login>=0.4.0
+ flask-cors>=2.1.2



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