hasufell    14/09/05 20:04:05

  Modified:             ChangeLog
  Added:                pathlib-1.0.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.3                  dev-python/pathlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   14 Aug 2014 16:24:01 -0000      1.2
+++ ChangeLog   5 Sep 2014 20:04:05 -0000       1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pathlib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.2 
2014/08/14 16:24:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.3 
2014/09/05 20:04:05 hasufell Exp $
+
+*pathlib-1.0.1 (05 Sep 2014)
+
+  05 Sep 2014; Julian Ospald <hasuf...@gentoo.org> +pathlib-1.0.1.ebuild:
+  version bump
 
   14 Aug 2014; Pawel Hajdan jr <phajdan...@gentoo.org> pathlib-1.0.ebuild:
   x86 stable wrt bug #518212
@@ -10,4 +15,3 @@
   30 Mar 2014; Julian Ospald <hasuf...@gentoo.org> +pathlib-1.0.ebuild,
   +metadata.xml:
   initial import
-



1.1                  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?rev=1.1&content-type=text/plain

Index: pathlib-1.0.1.ebuild
===================================================================
# Copyright 1999-2014 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.1 2014/09/05 20:04:05 hasufell Exp $

EAPI=5

# In Python 3.4, pathlib is now part of the standard library.
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit distutils-r1

DESCRIPTION="Object-oriented filesystem paths"
HOMEPAGE="https://pathlib.readthedocs.org/";
SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""




Reply via email to