public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: metadata.xml python-debian-0.1.26.ebuild ChangeLog python-debian-0.1.21_p2.ebuild
@ 2015-04-13  9:31 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-04-13  9:31 UTC (permalink / raw
  To: gentoo-commits

jlec        15/04/13 09:31:18

  Modified:             metadata.xml ChangeLog
  Added:                python-debian-0.1.26.ebuild
  Removed:              python-debian-0.1.21_p2.ebuild
  Log:
  Version Bump; drop old; import fix for CVE-2015-0840, bug #546416
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  dev-python/python-debian/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	8 Sep 2011 01:12:31 -0000	1.1
+++ metadata.xml	13 Apr 2015 09:31:18 -0000	1.2
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>python</herd>
-	<maintainer>
-		<email>floppym@gentoo.org</email>
-		<name>Mike Gilbert</name>
-	</maintainer>
+  <herd>python</herd>
+  <maintainer>
+    <email>floppym@gentoo.org</email>
+    <name>Mike Gilbert</name>
+  </maintainer>
 </pkgmetadata>



1.10                 dev-python/python-debian/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	8 Apr 2015 08:05:07 -0000	1.9
+++ ChangeLog	13 Apr 2015 09:31:18 -0000	1.10
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/python-debian
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.9 2015/04/08 08:05:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/ChangeLog,v 1.10 2015/04/13 09:31:18 jlec Exp $
+
+*python-debian-0.1.26 (13 Apr 2015)
+
+  13 Apr 2015; Justin Lecher <jlec@gentoo.org>
+  +files/python-debian-0.1.26-CVE-2015-0840.patch,
+  +files/python-debian-0.1.26-fix-tests.patch, +python-debian-0.1.26.ebuild,
+  -python-debian-0.1.21_p2.ebuild, metadata.xml:
+  Version Bump; drop old; import fix for CVE-2015-0840, bug #546416
 
   08 Apr 2015; Michał Górny <mgorny@gentoo.org> python-debian-0.1.21_p2.ebuild:
   Drop old Python implementations



1.1                  dev-python/python-debian/python-debian-0.1.26.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.26.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-debian/python-debian-0.1.26.ebuild?rev=1.1&content-type=text/plain

Index: python-debian-0.1.26.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-debian/python-debian-0.1.26.ebuild,v 1.1 2015/04/13 09:31:18 jlec Exp $

EAPI="5"

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )

inherit distutils-r1

DESCRIPTION="Python modules to work with Debian-related data formats"
HOMEPAGE="http://packages.debian.org/sid/python-debian"
SRC_URI="mirror://debian/pool/main/${P:0:1}/${PN}/${PN}_${PV}.tar.xz"

LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"

RDEPEND="
	dev-python/chardet[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	test? ( app-arch/dpkg )"

PATCHES=(
	"${FILESDIR}"/${P}-CVE-2015-0840.patch
	"${FILESDIR}"/${P}-fix-tests.patch
	)

python_compile_all() {
	"${PYTHON}" lib/debian/doc-debtags > README.debtags || die
}

python_test() {
	pushd tests > /dev/null || die
	local t
	for t in test_*.py ; do
		einfo "Running ${t} using ${EPYTHON}"
		"${PYTHON}" "${t}" || die "Testing failed with ${EPYTHON}"
	done
	popd > /dev/null || die
}

python_install_all() {
	use examples && local EXAMPLES=( examples/ )
	distutils-r1_python_install_all
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-13  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-13  9:31 [gentoo-commits] gentoo-x86 commit in dev-python/python-debian: metadata.xml python-debian-0.1.26.ebuild ChangeLog python-debian-0.1.21_p2.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox