* [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog
@ 2013-11-14 23:38 Patrick McLean (chutzpah)
0 siblings, 0 replies; 6+ messages in thread
From: Patrick McLean (chutzpah) @ 2013-11-14 23:38 UTC (permalink / raw
To: gentoo-commits
chutzpah 13/11/14 23:38:36
Modified: ChangeLog
Added: jsonschema-2.3.0.ebuild
Log:
jsonschema-2.3.0.ebuild
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path
1.8 dev-python/jsonschema/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 5 Sep 2013 18:46:51 -0000 1.7
+++ ChangeLog 14 Nov 2013 23:38:36 -0000 1.8
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/jsonschema
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.7 2013/09/05 18:46:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.8 2013/11/14 23:38:36 chutzpah Exp $
+
+*jsonschema-2.3.0 (14 Nov 2013)
+
+ 14 Nov 2013; Patrick McLean <chutzpah@gentoo.org> +jsonschema-2.3.0.ebuild:
+ Version bump.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> jsonschema-2.0.0.ebuild:
Clean up PYTHON_COMPAT from old implementations.
1.1 dev-python/jsonschema/jsonschema-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.1&content-type=text/plain
Index: jsonschema-2.3.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.1 2013/11/14 23:38:36 chutzpah Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
DESCRIPTION="An implementation of JSON-Schema validation for Python"
HOMEPAGE="http://pypi.python.org/pypi/jsonschema"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
RDEPEND=""
python_test() {
local runner=( "${PYTHON}" -m unittest )
if [[ ${EPYTHON} == python2.6 || ${EPYTHON} == python3.1 ]]; then
unset PYTHONPATH
runner=( unit2.py )
fi
"${runner[@]}" discover || die "Testing failed with ${EPYTHON}"
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog
@ 2014-03-19 18:21 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2014-03-19 18:21 UTC (permalink / raw
To: gentoo-commits
bicatali 14/03/19 18:21:15
Modified: jsonschema-2.3.0.ebuild ChangeLog
Log:
Keyword amd64-linux and x86-linux
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.2 dev-python/jsonschema/jsonschema-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?r1=1.1&r2=1.2
Index: jsonschema-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jsonschema-2.3.0.ebuild 14 Nov 2013 23:38:36 -0000 1.1
+++ jsonschema-2.3.0.ebuild 19 Mar 2014 18:21:15 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.1 2013/11/14 23:38:36 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.2 2014/03/19 18:21:15 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -12,7 +12,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
1.9 dev-python/jsonschema/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 14 Nov 2013 23:38:36 -0000 1.8
+++ ChangeLog 19 Mar 2014 18:21:15 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/jsonschema
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.8 2013/11/14 23:38:36 chutzpah Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.9 2014/03/19 18:21:15 bicatali Exp $
+
+ 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> jsonschema-2.3.0.ebuild:
+ Keyword amd64-linux and x86-linux
*jsonschema-2.3.0 (14 Nov 2013)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog
@ 2014-07-06 12:42 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2014-07-06 12:42 UTC (permalink / raw
To: gentoo-commits
mgorny 14/07/06 12:42:33
Modified: jsonschema-2.3.0.ebuild ChangeLog
Log:
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.5 dev-python/jsonschema/jsonschema-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?r1=1.4&r2=1.5
Index: jsonschema-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jsonschema-2.3.0.ebuild 2 Apr 2014 21:02:46 -0000 1.4
+++ jsonschema-2.3.0.ebuild 6 Jul 2014 12:42:33 -0000 1.5
@@ -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/jsonschema/jsonschema-2.3.0.ebuild,v 1.4 2014/04/02 21:02:46 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.5 2014/07/06 12:42:33 mgorny Exp $
EAPI=5
PYTHON_COMPAT=(python{2_6,2_7,3_{2,3,4}} pypy pypy2_0)
@@ -15,9 +15,6 @@
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
-DEPEND="test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
python_test() {
local runner=( "${PYTHON}" -m unittest )
if [[ ${EPYTHON} == python2.6 || ${EPYTHON} == python3.1 ]]; then
1.13 dev-python/jsonschema/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 3 Apr 2014 03:25:56 -0000 1.12
+++ ChangeLog 6 Jul 2014 12:42:33 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/jsonschema
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.12 2014/04/03 03:25:56 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.13 2014/07/06 12:42:33 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> jsonschema-2.3.0.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
*jsonschema-0.8.0 (03 Apr 2014)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog
@ 2015-02-19 10:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-19 10:40 UTC (permalink / raw
To: gentoo-commits
ago 15/02/19 10:40:42
Modified: jsonschema-2.3.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #540532
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-python/jsonschema/jsonschema-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?r1=1.5&r2=1.6
Index: jsonschema-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jsonschema-2.3.0.ebuild 6 Jul 2014 12:42:33 -0000 1.5
+++ jsonschema-2.3.0.ebuild 19 Feb 2015 10:40:42 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.5 2014/07/06 12:42:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.6 2015/02/19 10:40:42 ago Exp $
EAPI=5
PYTHON_COMPAT=(python{2_6,2_7,3_{2,3,4}} pypy pypy2_0)
@@ -12,7 +12,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
python_test() {
1.14 dev-python/jsonschema/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 6 Jul 2014 12:42:33 -0000 1.13
+++ ChangeLog 19 Feb 2015 10:40:42 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/jsonschema
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.13 2014/07/06 12:42:33 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.14 2015/02/19 10:40:42 ago Exp $
+
+ 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> jsonschema-2.3.0.ebuild:
+ Stable for amd64, wrt bug #540532
06 Jul 2014; Michał Górny <mgorny@gentoo.org> jsonschema-2.3.0.ebuild:
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog
@ 2015-02-20 10:09 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2015-02-20 10:09 UTC (permalink / raw
To: gentoo-commits
pacho 15/02/20 10:09:53
Modified: jsonschema-2.3.0.ebuild ChangeLog
Log:
x86 stable, bug #540532
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.7 dev-python/jsonschema/jsonschema-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?r1=1.6&r2=1.7
Index: jsonschema-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jsonschema-2.3.0.ebuild 19 Feb 2015 10:40:42 -0000 1.6
+++ jsonschema-2.3.0.ebuild 20 Feb 2015 10:09:53 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.6 2015/02/19 10:40:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.7 2015/02/20 10:09:53 pacho Exp $
EAPI=5
PYTHON_COMPAT=(python{2_6,2_7,3_{2,3,4}} pypy pypy2_0)
@@ -12,7 +12,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
python_test() {
1.15 dev-python/jsonschema/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 19 Feb 2015 10:40:42 -0000 1.14
+++ ChangeLog 20 Feb 2015 10:09:53 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/jsonschema
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.14 2015/02/19 10:40:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.15 2015/02/20 10:09:53 pacho Exp $
+
+ 20 Feb 2015; Pacho Ramos <pacho@gentoo.org> jsonschema-2.3.0.ebuild:
+ x86 stable, bug #540532
19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> jsonschema-2.3.0.ebuild:
Stable for amd64, wrt bug #540532
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog
@ 2015-04-08 8:04 Michal Gorny (mgorny)
0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 8:04 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 08:04:54
Modified: jsonschema-2.3.0.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.8 dev-python/jsonschema/jsonschema-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?r1=1.7&r2=1.8
Index: jsonschema-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jsonschema-2.3.0.ebuild 20 Feb 2015 10:09:53 -0000 1.7
+++ jsonschema-2.3.0.ebuild 8 Apr 2015 08:04:54 -0000 1.8
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.7 2015/02/20 10:09:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.8 2015/04/08 08:04:54 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=(python{2_6,2_7,3_{2,3,4}} pypy pypy2_0)
+PYTHON_COMPAT=(python{2_7,3_{3,4}} pypy)
inherit distutils-r1
DESCRIPTION="An implementation of JSON-Schema validation for Python"
1.18 dev-python/jsonschema/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 7 Apr 2015 14:15:27 -0000 1.17
+++ ChangeLog 8 Apr 2015 08:04:54 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/jsonschema
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.17 2015/04/07 14:15:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.18 2015/04/08 08:04:54 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> jsonschema-2.3.0.ebuild:
+ Drop old Python implementations
*jsonschema-2.4.0 (28 Feb 2015)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-04-08 8:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 18:21 [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog Sebastien Fabbro (bicatali)
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 8:04 Michal Gorny (mgorny)
2015-02-20 10:09 Pacho Ramos (pacho)
2015-02-19 10:40 Agostino Sarubbo (ago)
2014-07-06 12:42 Michal Gorny (mgorny)
2013-11-14 23:38 Patrick McLean (chutzpah)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox