Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flexget: update to v3.1.129 and include transmission-rpc again #4657

Merged
merged 2 commits into from
Jun 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions spk/flexget/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
SPK_NAME = flexget
SPK_VERS = 3.1.117
SPK_REV = 8
SPK_VERS = 3.1.129
SPK_REV = 9
SPK_ICON = src/${SPK_NAME}.png

BUILD_DEPENDS = cross/python3 cross/setuptools cross/pip cross/wheel
DEPENDS = cross/poetry
WHEELS = src/requirements.txt
SPK_DEPENDS = "python3>=3.7.7"

MAINTAINER = manowark
DESCRIPTION = FlexGet is a multipurpose automation tool for content like torrents, nzbs, podcasts, comics, series, movies, etc. It can use different kinds of sources like RSS-feeds, html pages, csv files, search engines and there are even plugins for sites that do not provide any kind of useful feeds.
DISPLAY_NAME = FlexGet
CHANGELOG = "Update FlexGet to version 3.1.117. Includes security updates for urllib3 and CVE-2019-20477, CVE-2020-28493."
CHANGELOG = "1. Update FlexGet to version 3.1.129.<br/>2. Include transmission-rpc again."
STARTABLE = yes

HOMEPAGE = https://flexget.com/
Expand Down
52 changes: 29 additions & 23 deletions spk/flexget/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,66 +1,72 @@
# This file is a copy of the https://raw.githubusercontent.com/Flexget/Flexget/v3.1.116/requirements.txt file
# including the https://raw.githubusercontent.com/Flexget/Flexget/v3.1.116/requirements.in
# Additionally added the flexget and the transmissionrpc packages.
# This file is a copy of the https://raw.githubusercontent.com/Flexget/Flexget/v3.1.129/requirements.txt file
# including the https://raw.githubusercontent.com/Flexget/Flexget/v3.1.129/requirements.in
# Additionally added the flexget and the transmission-rpc packages.
# plumbum and rpyc packages are adjusted as the proposed versions are not accepted.

aniso8601==9.0.1
apscheduler==3.7.0
APScheduler==3.7.0
attrs==20.3.0
babelfish==0.5.5
beautifulsoup4==4.9.3
brotli==1.0.9
Brotli==1.0.9
certifi==2020.12.5
chardet==4.0.0
cheroot==8.5.2
cherrypy==18.6.0
CherryPy==18.6.0
click==7.1.2
colorama==0.4.4
colorclass==2.2.0
feedparser==6.0.2
flask==1.1.2
flask-compress==1.9.0
flask-cors==3.0.10
flask-login==0.5.0
flask-restful==0.3.8
flask-restx==0.3.0
flexget==3.1.117
Flask==1.1.2
Flask-Compress==1.9.0
Flask-Cors==3.0.10
Flask-Login==0.5.0
Flask-RESTful==0.3.8
flask-restx==0.4.0
FlexGet==3.1.129
greenlet==1.0.0
guessit==3.2.0
html5lib==1.1
idna==2.10
importlib-metadata==4.0.1
itsdangerous==1.1.0
jaraco.classes==3.2.1
jaraco.collections==3.3.0
jaraco.functools==3.3.0
jaraco.text==3.5.0
jinja2==2.11.3
Jinja2==2.11.3
jsonschema==3.2.0
loguru==0.5.3
markupsafe==1.1.1
MarkupSafe==2.0.0
more-itertools==8.7.0
#plumbum==1.7.0
plumbum==1.6.9
portend==2.7.1
progressbar==2.5
psutil==5.8.0
pynzb==0.1.0
pyparsing==2.4.7
pyrsistent==0.17.3
pyrss2gen==1.1
PyRSS2Gen==1.1
python-dateutil==2.8.1
pytz==2021.1
pyyaml==5.4.1
PyYAML==5.4.1
rebulk==3.0.1
requests==2.25.1
#rpyc==5.0.1
rpyc==4.1.2
sgmllib3k==1.0.0
six==1.15.0
soupsieve==2.2
sqlalchemy==1.3.24
six==1.16.0
soupsieve==2.2.1
SQLAlchemy==1.4.15
tempora==4.0.2
terminaltables==3.1.0
typing-extensions==3.7.4.3
transmission-rpc==3.2.5
typing-extensions==3.10.0.0
tzlocal==2.1
urllib3==1.26.4
urllib3==1.26.5
webencodings==0.5.1
werkzeug==1.0.1
Werkzeug==1.0.1
zc.lockfile==2.0
zipp==3.4.1
zxcvbn-python==4.4.24