Blind update from upstream Github - Fedora 31, Python 3.7

This commit is contained in:
Lumir Balhar 2020-01-07 08:51:45 +01:00
commit c1cc83f38d
35 changed files with 2266 additions and 176 deletions

View file

@ -1,2 +1,4 @@
gunicorn
numpy
gunicorn<20.0.0; python_version < '3.5'
gunicorn>=20.0.0; python_version >= '3.5'
numpy<1.17.0; python_version < '3.5'
numpy>=1.17.0; python_version >= '3.5'