www/py-flexget: update to 2.10.63
Changes: https://github.com/Flexget/Flexget/compare/2.10.62...2.10.63
This commit is contained in:
parent
6c6535073a
commit
4eb2ccb8bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444021
3 changed files with 15 additions and 6 deletions
|
@ -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.13:databases/py-sqlalchemy
|
|||
${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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue