Bump to 1.2.378

This commit is contained in:
Sébastien Leduc 2015-11-01 17:39:10 +01:00
parent b3e1faded8
commit 4b26ad1de6
2 changed files with 8 additions and 7 deletions

View file

@ -5,7 +5,7 @@
pkgname=flexget
_pkgname=FlexGet
pkgver=1.2.369
pkgver=1.2.378
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@ -45,6 +45,7 @@ depends=('python2'
'python2-flask-login>=0.3.2'
'python2-libsass>=0.8.3'
'python2-pyparsing>=2.0.3'
'python2-pyscss>=1.3.4'
)
optdepends=('python2-guppy: for memusage plugin' #AUR#
'python2-transmissionrpc: Transmission support' #AUR#
@ -62,10 +63,10 @@ source=("https://pypi.python.org/packages/source/F/FlexGet/${_pkgname}-${pkgver}
changelog=ChangeLog
sha256sums=('58716dcef7b45874db3f90b91edd669edafe4bb886f471520aa83d32c7a371e2'
sha256sums=('020ed61352446071f589b7be460de472f0c54fbc07a5d78ea878d9689b83ce41'
'e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa'
'dcc1bc676b8c2b798fa9a7e0ed2b6853323e9e9d8ff696696dddeaf29cbc13d6'
'daf5c63bbad7be570a9280e855527ba3a225790592e3026784216ea1b3ed92db')
'9007c382e68970554ef572dd76411d3df8a37f79d68255410b488a1fc399918b')
prepare() {
cd "${_pkgname}"-"${pkgver}"

View file

@ -1,9 +1,9 @@
--- pavement.py 2015-10-09 08:12:11.000000000 +0200
+++ pavement.py.new 2015-10-11 12:03:40.205022796 +0200
@@ -24,7 +24,7 @@
--- pavement.py 2015-10-31 07:12:14.000000000 +0100
+++ pavement.py.new 2015-11-01 17:25:00.358181330 +0100
@@ -28,7 +28,7 @@
# There is a bug in requests 2.4.0 where it leaks urllib3 exceptions
install_requires = [
'FeedParser>=5.1.3', 'SQLAlchemy >=0.7.5, !=0.9.0, <1.999', 'PyYAML',
'FeedParser>=5.2.1', 'SQLAlchemy >=0.7.5, !=0.9.0, <1.999', 'PyYAML',
- 'beautifulsoup4>=4.1, !=4.2.0, <4.4', 'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'rpyc',
+ 'beautifulsoup4>=4.1, !=4.2.0', 'html5lib>=0.11', 'PyRSS2Gen', 'pynzb', 'progressbar', 'rpyc',
'jinja2', 'requests>=1.0, !=2.4.0, <2.99', 'python-dateutil!=2.0, !=2.2', 'jsonschema>=2.0',