patrick     15/08/01 10:26:45

  Modified:             ChangeLog pathlib-1.0.1.ebuild
  Log:
  Add py3.4 hugs
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 dev-python/pathlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   12 Jun 2015 08:17:17 -0000      1.11
+++ ChangeLog   1 Aug 2015 10:26:45 -0000       1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pathlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.11 
2015/06/12 08:17:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.12 
2015/08/01 10:26:45 patrick Exp $
+
+  01 Aug 2015; Patrick Lauer <[email protected]> pathlib-1.0.1.ebuild:
+  Add py3.4 hugs
 
   12 Jun 2015; Ian Delaney <[email protected]> pathlib-1.0.1.ebuild:
   add pypy support



1.6                  dev-python/pathlib/pathlib-1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?r1=1.5&r2=1.6

Index: pathlib-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pathlib-1.0.1.ebuild        12 Jun 2015 08:17:17 -0000      1.5
+++ pathlib-1.0.1.ebuild        1 Aug 2015 10:26:45 -0000       1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v 
1.5 2015/06/12 08:17:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v 
1.6 2015/08/01 10:26:45 patrick Exp $
 
 EAPI=5
 
 # In Python 3.4, pathlib is now part of the standard library.
-PYTHON_COMPAT=( python{2_7,3_3} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Object-oriented filesystem paths"




Reply via email to