Browse Source

Merge pull request #2390 from methane/python-meinheld-update

python: Update meinheld
knewmanTE 8 years ago
parent
commit
bad92129d4

+ 1 - 1
frameworks/Python/bottle/requirements.txt

@@ -2,7 +2,7 @@ bottle==0.12.9
 bottle-sqlalchemy==0.4.3
 bottle-sqlalchemy==0.4.3
 SQLAlchemy==1.0.12
 SQLAlchemy==1.0.12
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 mysqlclient==1.3.7
 mysqlclient==1.3.7
 greenlet==0.4.9
 greenlet==0.4.9
 uwsgi==2.0.12
 uwsgi==2.0.12

+ 1 - 1
frameworks/Python/django/requirements.txt

@@ -5,6 +5,6 @@ psycopg2==2.6.1
 ujson==1.35
 ujson==1.35
 
 
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 
 
 greenlet==0.4.9
 greenlet==0.4.9

+ 1 - 1
frameworks/Python/falcon/requirements.txt

@@ -1,5 +1,5 @@
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 Cython==0.23.4
 Cython==0.23.4
 falcon==0.3.0
 falcon==0.3.0
 greenlet==0.4.9
 greenlet==0.4.9

+ 1 - 1
frameworks/Python/flask/requirements.txt

@@ -5,6 +5,6 @@ SQLAlchemy==1.0.12
 Flask-SQLAlchemy==2.1
 Flask-SQLAlchemy==2.1
 mysqlclient==1.3.7
 mysqlclient==1.3.7
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 uwsgi==2.0.12
 uwsgi==2.0.12
 greenlet==0.4.9
 greenlet==0.4.9

+ 1 - 1
frameworks/Python/pyramid/requirements.txt

@@ -1,6 +1,6 @@
 psycopg2==2.6.1
 psycopg2==2.6.1
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 SQLAlchemy==1.0.12
 SQLAlchemy==1.0.12
 pyramid==1.6.1
 pyramid==1.6.1
 pyramid_chameleon==0.3
 pyramid_chameleon==0.3

+ 1 - 1
frameworks/Python/turbogears/requirements.txt

@@ -6,5 +6,5 @@ mysqlclient==1.3.7
 jinja2==2.8
 jinja2==2.8
 
 
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 greenlet==0.4.9
 greenlet==0.4.9

+ 1 - 1
frameworks/Python/web2py/requirements.txt

@@ -1,4 +1,4 @@
 mysqlclient==1.3.7
 mysqlclient==1.3.7
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 greenlet==0.4.9
 greenlet==0.4.9

+ 1 - 1
frameworks/Python/weppy/requirements.txt

@@ -1,6 +1,6 @@
 psycopg2==2.6.1
 psycopg2==2.6.1
 weppy==0.8.4
 weppy==0.8.4
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 uwsgi==2.0.12
 uwsgi==2.0.12
 greenlet==0.4.9
 greenlet==0.4.9

+ 1 - 1
frameworks/Python/wheezyweb/requirements.txt

@@ -5,6 +5,6 @@ SQLAlchemy==1.0.12
 mysqlclient==1.3.7
 mysqlclient==1.3.7
 
 
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 
 
 greenlet==0.4.9
 greenlet==0.4.9

+ 1 - 1
frameworks/Python/wsgi/requirements.txt

@@ -1,4 +1,4 @@
 ujson==1.35
 ujson==1.35
 gunicorn==19.4.5
 gunicorn==19.4.5
-meinheld==0.5.9
+meinheld==0.6.1
 greenlet==0.4.9
 greenlet==0.4.9