summarylogtreecommitdiffstats
path: root/fix_beautifulsoup_4_4_0.patch
diff options
context:
space:
mode:
authorSébastien Leduc2015-11-01 17:39:10 +0100
committerSébastien Leduc2015-11-01 17:39:10 +0100
commit4b26ad1de6098174e09df63bd7f323d9266ccc07 (patch)
tree386b739e315987f33a2ef0f4a9bee3a123df3be0 /fix_beautifulsoup_4_4_0.patch
parentb3e1faded834b579db2bdc60aee19664e5af78e0 (diff)
downloadaur-4b26ad1de6098174e09df63bd7f323d9266ccc07.tar.gz
Bump to 1.2.378
Diffstat (limited to 'fix_beautifulsoup_4_4_0.patch')
-rw-r--r--fix_beautifulsoup_4_4_0.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/fix_beautifulsoup_4_4_0.patch b/fix_beautifulsoup_4_4_0.patch
index 98fef6f0f417..53edcbaeeff2 100644
--- a/fix_beautifulsoup_4_4_0.patch
+++ b/fix_beautifulsoup_4_4_0.patch
@@ -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',