[packages/python-gevent/DEVEL: 1/2] Version: 1.1a2

jajcus jajcus at pld-linux.org
Wed Jul 15 10:31:23 CEST 2015


commit 8b5a5a13b61d5cbdbcda71ee69fe5d9f331dee6a
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Wed Jul 15 09:48:41 2015 +0200

    Version: 1.1a2

 known_failures-pld.patch |  6 +-----
 python-gevent.spec       | 13 +++++++------
 2 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/python-gevent.spec b/python-gevent.spec
index adb9e4c..44c6cc4 100644
--- a/python-gevent.spec
+++ b/python-gevent.spec
@@ -14,12 +14,13 @@
 %define     module  gevent
 Summary:	A coroutine-based Python networking library
 Name:		python-%{module}
-Version:	1.0.2
-Release:	1
+Version:	1.1
+%define	pre	a2
+Release:	0.%{pre}.1
 License:	MIT
 Group:		Development/Languages
-Source0:	http://pypi.python.org/packages/source/g/gevent/%{module}-%{version}.tar.gz
-# Source0-md5:	117f135d57ca7416203fba3720bf71c1
+Source0:	http://pypi.python.org/packages/source/g/gevent/%{module}-%{version}%{pre}.tar.gz
+# Source0-md5:	42f07cbe7893ee56c7006a6223b7d598
 Patch0:		known_failures-pld.patch
 URL:		http://www.gevent.org/
 %{?with_system_c_ares:BuildRequires:	c-ares-devel >= 1.10.0}
@@ -50,7 +51,7 @@ Features include:
   standard blocking sockets
 
 %prep
-%setup -q -n %{module}-%{version}
+%setup -q -n %{module}-%{version}%{pre}
 %patch0 -p1
 
 %build
@@ -95,5 +96,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{py_sitedir}/%{module}/ares.so
 %attr(755,root,root) %{py_sitedir}/%{module}/core.so
 %if "%{py_ver}" > "2.4"
-%{py_sitedir}/%{module}-%{version}-py%{py_ver}.egg-info
+%{py_sitedir}/%{module}-%{version}%{pre}-py%{py_ver}.egg-info
 %endif
diff --git a/known_failures-pld.patch b/known_failures-pld.patch
index 3ed9340..3193ca7 100644
--- a/known_failures-pld.patch
+++ b/known_failures-pld.patch
@@ -1,7 +1,7 @@
 diff -dur -x '*.orig' gevent-1.0.2.orig/known_failures.py gevent-1.0.2/known_failures.py
 --- gevent-1.0.2.orig/known_failures.py	2015-05-23 14:04:13.000000000 +0200
 +++ gevent-1.0.2/known_failures.py	2015-07-14 15:20:53.000000000 +0200
-@@ -16,6 +16,89 @@
+@@ -16,6 +16,85 @@
      # Sometimes fails with AssertionError: ...\nIOError: close() called during concurrent operation on the same file object.\n'
      # Sometimes it contains "\nUnhandled exception in thread started by \nsys.excepthook is missing\nlost sys.stderr\n"
      "FLAKY test__subprocess_interrupted.py",
@@ -9,10 +9,6 @@ diff -dur -x '*.orig' gevent-1.0.2.orig/known_failures.py gevent-1.0.2/known_fai
 +######################################################
 +# Problems which should be investigated
 +
-+# AttributeError: 'module' object has no attribute '_url_collapse_path_split'
-+'monkey_test --Event test_httpservers.py',
-+'monkey_test test_httpservers.py',
-+
 +#   AssertionError: The 304 response must have no body
 +# and:
 +#       File "/home/users/jajcus/rpm/BUILD/gevent-1.0/gevent/hub.py", line 331, in s
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-gevent.git/commitdiff/976e5c01686832d3365ec430515bc428ae782480



More information about the pld-cvs-commit mailing list