From 6427c75dbd4a9c5a44da80922838e43b0d66e0c2 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 1 Dec 2017 18:26:10 +0100 Subject: network/flexget: Updated for version 2.11.6. Signed-off-by: Dimitris Zlatanidis --- network/flexget/flexget.SlackBuild | 6 +++--- network/flexget/flexget.info | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'network/flexget') diff --git a/network/flexget/flexget.SlackBuild b/network/flexget/flexget.SlackBuild index 28ec3a350a..1eb0c2e957 100644 --- a/network/flexget/flexget.SlackBuild +++ b/network/flexget/flexget.SlackBuild @@ -28,7 +28,7 @@ SRCNAM=FlexGet PRGNAM=${SRCNAM,,} -VERSION=${VERSION:-2.10.43} +VERSION=${VERSION:-2.11.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,8 +60,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Fix requirement 'flask-restplus' working with newer version -sed -i "s/restplus=/restplus>/" requirements.txt +# Remove versions from requirements +sed -i "s/==.*//" requirements.txt python setup.py install --root=$PKG diff --git a/network/flexget/flexget.info b/network/flexget/flexget.info index ed00907211..631a57c696 100644 --- a/network/flexget/flexget.info +++ b/network/flexget/flexget.info @@ -1,10 +1,10 @@ PRGNAM="flexget" -VERSION="2.10.43" +VERSION="2.11.6" HOMEPAGE="https://flexget.com/" -DOWNLOAD="https://pypi.python.org/packages/01/ed/840ac06628731c6cb33fd97e725cb796c2cfaec70a3f8a6b2f14f58f2842/FlexGet-2.10.43.tar.gz" -MD5SUM="b58f0b3ec634bee0c56e93f88ce72e5c" +DOWNLOAD="https://pypi.python.org/packages/fd/95/5281f08cabfc155c6754344b464c5347a3327a629fff973f3635858ea0dc/FlexGet-2.11.6.tar.gz" +MD5SUM="8418c2fecd21469bb888b1c207e477d2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb rpyc path.py pathlib guessit APScheduler terminaltables colorclass CherryPy Flask-RESTful flask-restplus Flask-Compress Flask-Login Flask-Cors pyparsing zxcvbn-python python-future" +REQUIRES="feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb rpyc path.py pathlib guessit APScheduler terminaltables colorclass CherryPy Flask-RESTful flask-restplus Flask-Compress Flask-Login Flask-Cors pyparsing zxcvbn-python python-future python-requests" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" -- cgit v1.2.3