##// END OF EJS Templates
dependencies: bumped http servers including gunicorn....
marcink -
r1865:156796f1 default
parent child Browse files
Show More
@@ -822,13 +822,13 b''
822 };
822 };
823 };
823 };
824 gunicorn = super.buildPythonPackage {
824 gunicorn = super.buildPythonPackage {
825 name = "gunicorn-19.6.0";
825 name = "gunicorn-19.7.1";
826 buildInputs = with self; [];
826 buildInputs = with self; [];
827 doCheck = false;
827 doCheck = false;
828 propagatedBuildInputs = with self; [];
828 propagatedBuildInputs = with self; [];
829 src = fetchurl {
829 src = fetchurl {
830 url = "https://pypi.python.org/packages/84/ce/7ea5396efad1cef682bbc4068e72a0276341d9d9d0f501da609fab9fcb80/gunicorn-19.6.0.tar.gz";
830 url = "https://pypi.python.org/packages/30/3a/10bb213cede0cc4d13ac2263316c872a64bf4c819000c8ccd801f1d5f822/gunicorn-19.7.1.tar.gz";
831 md5 = "338e5e8a83ea0f0625f768dba4597530";
831 md5 = "174d3c3cd670a5be0404d84c484e590c";
832 };
832 };
833 meta = {
833 meta = {
834 license = [ pkgs.lib.licenses.mit ];
834 license = [ pkgs.lib.licenses.mit ];
@@ -1859,13 +1859,13 b''
1859 };
1859 };
1860 };
1860 };
1861 uWSGI = super.buildPythonPackage {
1861 uWSGI = super.buildPythonPackage {
1862 name = "uWSGI-2.0.11.2";
1862 name = "uWSGI-2.0.15";
1863 buildInputs = with self; [];
1863 buildInputs = with self; [];
1864 doCheck = false;
1864 doCheck = false;
1865 propagatedBuildInputs = with self; [];
1865 propagatedBuildInputs = with self; [];
1866 src = fetchurl {
1866 src = fetchurl {
1867 url = "https://pypi.python.org/packages/9b/78/918db0cfab0546afa580c1e565209c49aaf1476bbfe491314eadbe47c556/uwsgi-2.0.11.2.tar.gz";
1867 url = "https://pypi.python.org/packages/bb/0a/45e5aa80dc135889594bb371c082d20fb7ee7303b174874c996888cc8511/uwsgi-2.0.15.tar.gz";
1868 md5 = "1f02dcbee7f6f61de4b1fd68350cf16f";
1868 md5 = "fc50bd9e83b7602fa474b032167010a7";
1869 };
1869 };
1870 meta = {
1870 meta = {
1871 license = [ pkgs.lib.licenses.gpl2 ];
1871 license = [ pkgs.lib.licenses.gpl2 ];
@@ -1898,13 +1898,13 b''
1898 };
1898 };
1899 };
1899 };
1900 waitress = super.buildPythonPackage {
1900 waitress = super.buildPythonPackage {
1901 name = "waitress-1.0.1";
1901 name = "waitress-1.0.2";
1902 buildInputs = with self; [];
1902 buildInputs = with self; [];
1903 doCheck = false;
1903 doCheck = false;
1904 propagatedBuildInputs = with self; [];
1904 propagatedBuildInputs = with self; [];
1905 src = fetchurl {
1905 src = fetchurl {
1906 url = "https://pypi.python.org/packages/78/7d/84d11b96c3f60164dec3bef4a859a03aeae0231aa93f57fbe0d05fa4ff36/waitress-1.0.1.tar.gz";
1906 url = "https://pypi.python.org/packages/cd/f4/400d00863afa1e03618e31fd7e2092479a71b8c9718b00eb1eeb603746c6/waitress-1.0.2.tar.gz";
1907 md5 = "dda92358a7569669086155923a46e57c";
1907 md5 = "b968f39e95d609f6194c6e50425d4bb7";
1908 };
1908 };
1909 meta = {
1909 meta = {
1910 license = [ pkgs.lib.licenses.zpt21 ];
1910 license = [ pkgs.lib.licenses.zpt21 ];
@@ -114,11 +114,11 b' bumpversion==0.5.3'
114 transifex-client==0.10
114 transifex-client==0.10
115
115
116 ## http servers
116 ## http servers
117 gunicorn==19.6.0
118 waitress==1.0.1
119 uWSGI==2.0.11.2
120 gevent==1.2.2
117 gevent==1.2.2
121 greenlet==0.4.12
118 greenlet==0.4.12
119 gunicorn==19.7.1
120 waitress==1.0.2
121 uWSGI==2.0.15
122
122
123 ## debug
123 ## debug
124 ipdb==0.10.1
124 ipdb==0.10.1
General Comments 0
You need to be logged in to leave comments. Login now