14
0
forked from pool/python-Scrapy

Accepting request 917688 from home:fusionfuture:branches:devel:languages:python

- 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
This commit is contained in:
2021-09-09 12:02:15 +00:00
committed by Git OBS Bridge
parent 278632db39
commit ed9c5a3da0
4 changed files with 612 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
--- 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 = [