]> git.pld-linux.org Git - packages/python-gevent.git/commitdiff
1.0.1-1. No fix for SSL errors introduced by Python 2.7.9. auto/th/python-gevent-1.0.1-1
authorMateusz Korniak <matkor@pld-linux.org>
Thu, 12 Mar 2015 16:38:45 +0000 (17:38 +0100)
committerMateusz Korniak <matkor@pld-linux.org>
Thu, 12 Mar 2015 16:38:45 +0000 (17:38 +0100)
python-gevent.spec

index 0db326a85ab0dbb93e9e3f182a19c486adcfc54e..c6e492bdc85f31acb6d6ab2137d666592b0c3941 100644 (file)
@@ -1,5 +1,8 @@
 
 # TODO:
+#      - SSL Broken with python 2.7.9
+#        https://github.com/gevent/gevent/issues/477
+#      
 #      - test__core_stat.py fails on 32-bit builds with system libev
 #        investigate/fix that and enable system libev
 #
 %define     module  gevent
 Summary:       A coroutine-based Python networking library
 Name:          python-%{module}
-Version:       1.0
-Release:       2
+Version:       1.0.1
+Release:       1
 License:       MIT
 Group:         Development/Languages
 URL:           http://www.gevent.org/
 Source0:       http://pypi.python.org/packages/source/g/gevent/%{module}-%{version}.tar.gz
-# Source0-md5: 33aef51a06268f5903fea378e1388e4d
+# Source0-md5: 7b952591d1a0174d6eb6ac47bd975ab6
 Source1:       known_failures-pld.txt
 %{?with_system_c_ares:BuildRequires:   c-ares-devel >= 1.10.0}
 %{?with_system_libev:BuildRequires:    libev-devel >= 4.11}
@@ -47,12 +50,13 @@ Features include:
 - Cooperative sockets with SSL support.
 - DNS queries performed through c-ares or a threadpool.
 - Ability to use standard library and 3rd party modules written for
-  standard blo cking sockets
+  standard blocking sockets
 
 %prep
 %setup -q -n %{module}-%{version}
-
+%if %{with tests}
 cat known_failures.txt %{SOURCE1} > known_failures-merged.txt
+%endif
 
 %build
 # when Cython-generated files are to be rebuilt
This page took 0.10665 seconds and 4 git commands to generate.