diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-17 20:10:35 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-19 19:49:12 +0700 |
commit | b6946c74f869b16b816aa2021f07fb40d22958d9 (patch) | |
tree | daa0d2c51185a5e18406e010c2362d71e79f1ee0 | |
parent | 4b587d7b2982726f88df7f0a742765838ba8daae (diff) | |
download | slackbuilds-b6946c74f869b16b816aa2021f07fb40d22958d9.tar.gz |
network/flexget: Updated for version 1.2.352.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | network/flexget/README | 3 | ||||
-rw-r--r-- | network/flexget/flexget.SlackBuild | 2 | ||||
-rw-r--r-- | network/flexget/flexget.info | 6 |
3 files changed, 7 insertions, 4 deletions
diff --git a/network/flexget/README b/network/flexget/README index 7f27fda0a8..a58676d423 100644 --- a/network/flexget/README +++ b/network/flexget/README @@ -9,3 +9,6 @@ watch directory support, such as rtorrent. Optional dependencies: Flask - for web interface CherryPy - for web interface guppy - for memusage plugin + +Note: FlexGet provide some special version from dependencies such as: +- BeautifulSoup4 >=4.1, !=4.2.0, <4.4 diff --git a/network/flexget/flexget.SlackBuild b/network/flexget/flexget.SlackBuild index b503afc6f9..20bb4729d7 100644 --- a/network/flexget/flexget.SlackBuild +++ b/network/flexget/flexget.SlackBuild @@ -28,7 +28,7 @@ SRCNAM=FlexGet PRGNAM=${SRCNAM,,} -VERSION=${VERSION:-1.2.338} +VERSION=${VERSION:-1.2.352} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/flexget/flexget.info b/network/flexget/flexget.info index 80975a896a..22c0f43c2d 100644 --- a/network/flexget/flexget.info +++ b/network/flexget/flexget.info @@ -1,8 +1,8 @@ PRGNAM="flexget" -VERSION="1.2.338" +VERSION="1.2.352" HOMEPAGE="http://flexget.com/" -DOWNLOAD="https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.338.tar.gz" -MD5SUM="a5ee505dbd75345a1450f995e76a4fc5" +DOWNLOAD="https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.352.tar.gz" +MD5SUM="c2600fcd18f9f10631775b5824afa77b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Paver feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb progressbar python-requests python-dateutil jsonschema python-tvrage tmdb3 rpyc path.py guessit APScheduler" |