forked from pool/python-Scrapy
- Remove h2 < 4.0 dependency version restriction. (boo#1190035)
* remove-h2-version-restriction.patch
- Add peak method to queues to fix build with queuelib 1.6.2.
* add-peak-method-to-queues.patch
- Drop support for Python 3.6 as python-uvloop does not support it.
- Require testfixtures >= 6.0.0 (tests need LogCapture.check_present).
(2953bb4caa
)
OBS-URL: https://build.opensuse.org/request/show/917688
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=20
12 lines
237 B
Diff
12 lines
237 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -31,7 +31,7 @@ install_requires = [
|
|
'zope.interface>=4.1.3',
|
|
'protego>=0.1.15',
|
|
'itemadapter>=0.1.0',
|
|
- 'h2>=3.0,<4.0',
|
|
+ 'h2>=3.0',
|
|
]
|
|
extras_require = {}
|
|
cpython_dependencies = [
|