git: 5e936876f40d - main - www/flexget: update to 3.3.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 14:57:17 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e936876f40d5987d337dc25afa8739283b52c9c commit 5e936876f40d5987d337dc25afa8739283b52c9c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-03-29 15:22:20 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-03-30 14:56:15 +0000 www/flexget: update to 3.3.6 Changes: https://github.com/Flexget/Flexget/compare/v3.3.5...v3.3.6 Reported by: Repology --- www/flexget/Makefile | 2 +- www/flexget/distinfo | 6 +++--- www/flexget/files/patch-requirements.txt | 8 +++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/www/flexget/Makefile b/www/flexget/Makefile index 97bc546ae5f8..23ab57f7cc39 100644 --- a/www/flexget/Makefile +++ b/www/flexget/Makefile @@ -1,6 +1,6 @@ PORTNAME= flexget DISTVERSIONPREFIX= v -PORTVERSION= 3.3.5 +PORTVERSION= 3.3.6 CATEGORIES= www MAINTAINER= jbeich@FreeBSD.org diff --git a/www/flexget/distinfo b/www/flexget/distinfo index 850c017e79a4..6b2305d34a4b 100644 --- a/www/flexget/distinfo +++ b/www/flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648480803 -SHA256 (flexget-Flexget-v3.3.5_GH0.tar.gz) = 8242d086b580a13b0a309c6ffc3f18b0c45f4a257a869b3f3d9a6abcee3f2ca8 -SIZE (flexget-Flexget-v3.3.5_GH0.tar.gz) = 53769325 +TIMESTAMP = 1648567340 +SHA256 (flexget-Flexget-v3.3.6_GH0.tar.gz) = 3026095f259dcbb53a043222451bc2f0c4bd2bc5fab7994ef2d60f870e41a251 +SIZE (flexget-Flexget-v3.3.6_GH0.tar.gz) = 53769702 diff --git a/www/flexget/files/patch-requirements.txt b/www/flexget/files/patch-requirements.txt index bf2da0ffaf6e..0b1a60b4f7ee 100644 --- a/www/flexget/files/patch-requirements.txt +++ b/www/flexget/files/patch-requirements.txt @@ -1,8 +1,9 @@ ---- requirements.txt.orig 2021-11-23 15:15:54 UTC +--- requirements.txt.orig 2022-03-29 15:22:20 UTC +++ requirements.txt -@@ -1,10 +1,10 @@ +@@ -1,11 +1,10 @@ beautifulsoup4>=4.5 # Beautifulsoup 4.5+ is required apscheduler>=3.2.0 beautifulsoup4>=4.5 # Beautifulsoup 4.5+ is required to support different versions of html5lib +-click<=8.0.4 # Restriction can be dropped when we drop python 3.6 feedparser>=6.0.2 -guessit~=3.4 +guessit>=3.2.0 @@ -13,7 +14,7 @@ loguru>=0.4.1 more-itertools psutil>=5.8.0 -@@ -18,12 +18,12 @@ rich>=9.0.0 +@@ -19,13 +18,12 @@ sqlalchemy >=1.3.10, <1.999 rpyc~=5.0 sqlalchemy >=1.3.10, <1.999 # WebUI Requirements @@ -27,5 +28,6 @@ +flask-restx>=0.5.1 flask>=0.7 pyparsing>=2.4.7 +-werkzeug<2.1.0 # Flask-login incompatibility https://github.com/maxcountryman/flask-login/issues/636 -zxcvbn-python +zxcvbn