git: 6fc63911e916 - 2022Q2 - www/flexget: update to 3.3.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 18:58:45 UTC
The branch 2022Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fc63911e916298d50eeec027011d09020771e82 commit 6fc63911e916298d50eeec027011d09020771e82 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-05-22 15:17:57 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-05-22 18:54:30 +0000 www/flexget: update to 3.3.12 Changes: https://github.com/Flexget/Flexget/compare/v3.3.10...v3.3.12 Reported by: Repology (cherry picked from commit 466e7b8f7e78d1ad56749261fd60b899676241ae) --- www/flexget/Makefile | 2 +- www/flexget/distinfo | 6 +++--- www/flexget/files/patch-requirements.txt | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/www/flexget/Makefile b/www/flexget/Makefile index e43dd3ad9f48..da48ac4f9a2d 100644 --- a/www/flexget/Makefile +++ b/www/flexget/Makefile @@ -1,6 +1,6 @@ PORTNAME= flexget DISTVERSIONPREFIX= v -PORTVERSION= 3.3.10 +PORTVERSION= 3.3.12 CATEGORIES= www MAINTAINER= jbeich@FreeBSD.org diff --git a/www/flexget/distinfo b/www/flexget/distinfo index 8f4ccc8b4b82..30257869867d 100644 --- a/www/flexget/distinfo +++ b/www/flexget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652800957 -SHA256 (flexget-Flexget-v3.3.10_GH0.tar.gz) = fb319c6c2186a5ae02368c4affeb1874f7164f3a3a208d4ae1bd9933f11806a5 -SIZE (flexget-Flexget-v3.3.10_GH0.tar.gz) = 53769084 +TIMESTAMP = 1653232677 +SHA256 (flexget-Flexget-v3.3.12_GH0.tar.gz) = 352d922714d56b09d325d0efacd10ad90189b484198dfd52bd5bc7ed1ac6fc68 +SIZE (flexget-Flexget-v3.3.12_GH0.tar.gz) = 53769364 diff --git a/www/flexget/files/patch-requirements.txt b/www/flexget/files/patch-requirements.txt index 0b1a60b4f7ee..adbc121f4a88 100644 --- a/www/flexget/files/patch-requirements.txt +++ b/www/flexget/files/patch-requirements.txt @@ -1,4 +1,4 @@ ---- requirements.txt.orig 2022-03-29 15:22:20 UTC +--- requirements.txt.orig 2022-05-22 15:17:57 UTC +++ requirements.txt @@ -1,11 +1,10 @@ beautifulsoup4>=4.5 # Beautifulsoup 4.5+ is required apscheduler>=3.2.0 @@ -27,7 +27,8 @@ -flask-restx==0.5.1 +flask-restx>=0.5.1 flask>=0.7 - pyparsing>=2.4.7 +-pyparsing==2.4.7 -werkzeug<2.1.0 # Flask-login incompatibility https://github.com/maxcountryman/flask-login/issues/636 -zxcvbn-python ++pyparsing>=2.4.7 +zxcvbn