git: dd20d5d7b29e - main - www/flexget: update to 3.1.127

Jan Beich jbeich at FreeBSD.org
Sun May 23 00:57:39 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd20d5d7b29efc048ab34b8eb69a3b2c5c8cc00f

commit dd20d5d7b29efc048ab34b8eb69a3b2c5c8cc00f
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-20 15:26:15 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-23 00:57:11 +0000

    www/flexget: update to 3.1.127
    
    Changes:        https://github.com/Flexget/Flexget/compare/v3.1.124...v3.1.127
    Reported by:    Repology
---
 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 3726881cedeb..a2e7642266a7 100644
--- a/www/flexget/Makefile
+++ b/www/flexget/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	flexget
 DISTVERSIONPREFIX=	v
-PORTVERSION=	3.1.124
+PORTVERSION=	3.1.127
 CATEGORIES=	www
 
 MAINTAINER=	jbeich at FreeBSD.org
@@ -37,7 +37,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


More information about the dev-commits-ports-all mailing list