floppym     14/07/16 03:51:45

  Modified:             pycurl-7.19.3.1-r1.ebuild ChangeLog
  Log:
  Update dependency on dev-python/bottle to resolve test failures on python3.4. 
Thanks to jbergstroem for the help.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild?r1=1.3&r2=1.4

Index: pycurl-7.19.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pycurl-7.19.3.1-r1.ebuild   16 Jul 2014 03:03:40 -0000      1.3
+++ pycurl-7.19.3.1-r1.ebuild   16 Jul 2014 03:51:45 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild,v 1.3 
2014/07/16 03:03:40 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1-r1.ebuild,v 1.4 
2014/07/16 03:51:45 floppym Exp $
 EAPI=5
 
 # The selftests fail with pypy, and urlgrabber segfaults for me.
@@ -27,9 +27,12 @@
        ssl? (
                
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_nss(-)=,curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),-curl_ssl_polarssl(-)]
                curl_ssl_gnutls? ( >=net-libs/gnutls-2.11.0 ) )"
+
+# bottle-0.12.7: https://github.com/pycurl/pycurl/issues/18
+# bottle-0.12.7: 
https://github.com/defnull/bottle/commit/f35197e2a18de1672831a70a163fcfd38327a802
 DEPEND="${RDEPEND}
        test? ( dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/bottle[${PYTHON_USEDEP}] )"
+               >=dev-python/bottle-0.12.7[${PYTHON_USEDEP}] )"
 # Needed for individual runs of testsuite by python impls.
 DISTUTILS_IN_SOURCE_BUILD=1
 



1.101                dev-python/pycurl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.101&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.101&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   16 Jul 2014 03:03:41 -0000      1.100
+++ ChangeLog   16 Jul 2014 03:51:45 -0000      1.101
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pycurl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.100 
2014/07/16 03:03:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.101 
2014/07/16 03:51:45 floppym Exp $
+
+  16 Jul 2014; Mike Gilbert <[email protected]> pycurl-7.19.3.1-r1.ebuild:
+  Update dependency on dev-python/bottle to resolve test failures on python3.4.
+  Thanks to jbergstroem for the help.
 
   16 Jul 2014; Mike Gilbert <[email protected]> pycurl-7.19.3.1-r1.ebuild:
   Don't disable failing tests.




Reply via email to