Date: Fri, 4 Jun 2021 21:03:37 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 59502505a56b - 2021Q2 - www/flexget: update to 3.1.127 Message-ID: <202106042103.154L3biv058847@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=59502505a56b7742acfe64f6bdef85a05df89481 commit 59502505a56b7742acfe64f6bdef85a05df89481 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-05-20 15:26:15 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-06-04 21:03:01 +0000 www/flexget: update to 3.1.127 Changes: https://github.com/Flexget/Flexget/compare/v3.1.124...v3.1.127 Reported by: Repology (cherry picked from commit dd20d5d7b29efc048ab34b8eb69a3b2c5c8cc00f) --- www/flexget/Makefile | 4 ++-- www/flexget/distinfo | 6 +++--- www/flexget/files/patch-requirements.txt | 11 ++++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/www/flexget/Makefile b/www/flexget/Makefile index 5c905e842b72..906ace7b13ee 100644 --- a/www/flexget/Makefile +++ b/www/flexget/Makefile @@ -1,7 +1,7 @@ PORTNAME= flexget DISTVERSIONPREFIX= v -PORTVERSION= 3.1.124 +PORTVERSION= 3.1.127 CATEGORIES= www MAINTAINER= jbeich@FreeBSD.org @@ -38,7 +38,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.3.10:databases/py-sqlalchemy ${PYTHON_PKGNAMEPREFIX}Flask-Cors>=2.1.2:www/py-flask-cors@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask-Login>=0.4.0:www/py-flask-login@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask-RESTful>=0.3.3:www/py-flask-restful@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flask-restx>=0.3.0:www/py-flask-restx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flask-restx>=0.4.0:www/py-flask-restx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:www/py-html5lib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.3:devel/py-pytest@${PY_FLAVOR} \ diff --git a/www/flexget/distinfo b/www/flexget/distinfo index 32f996e2e876..90582f46dffe 100644 --- a/www/flexget/distinfo +++ b/www/flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621091847 -SHA256 (flexget-Flexget-v3.1.124_GH0.tar.gz) = 98311ce92c3cdd1ebf3d44886fc3a2b4fbbca9e280c550969a519d72f6da188c -SIZE (flexget-Flexget-v3.1.124_GH0.tar.gz) = 7327097 +TIMESTAMP = 1621524375 +SHA256 (flexget-Flexget-v3.1.127_GH0.tar.gz) = 60ab04210956e3f721e090f05cd11506329925380133934e6478f66fd0b99f65 +SIZE (flexget-Flexget-v3.1.127_GH0.tar.gz) = 7328987 diff --git a/www/flexget/files/patch-requirements.txt b/www/flexget/files/patch-requirements.txt index 4397a93e17aa..bb09b020701d 100644 --- a/www/flexget/files/patch-requirements.txt +++ b/www/flexget/files/patch-requirements.txt @@ -1,4 +1,4 @@ ---- requirements.txt.orig 2021-04-28 15:05:16 UTC +--- requirements.txt.orig 2021-05-20 15:26:15 UTC +++ requirements.txt @@ -1,4 +1,4 @@ -FeedParser>=6.0.2 @@ -6,12 +6,12 @@ SQLAlchemy >=1.3.10, <1.999 PyYAML>=4.2b1 # Beautifulsoup 4.5+ is required to support different versions of html5lib -@@ -6,27 +6,27 @@ beautifulsoup4>=4.5 +@@ -6,28 +6,28 @@ beautifulsoup4>=4.5 html5lib>=0.11 PyRSS2Gen pynzb -rpyc~=5.0 --jinja2~=2.10 +-jinja2~=3.0 +rpyc +jinja2 # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions @@ -30,8 +30,8 @@ +cherrypy>=3.7.0 flask>=0.7 flask-restful>=0.3.3 --flask-restx==0.3.0 -+flask-restx>=0.3.0 +-flask-restx==0.4.0 ++flask-restx>=0.4.0 flask-compress>=1.2.1 flask-login>=0.4.0 flask-cors>=2.1.2 @@ -41,3 +41,4 @@ +zxcvbn +progressbar>=2.5 more-itertools + psutil>=5.8.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106042103.154L3biv058847>