summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jsonschema/ChangeLog-2015')
-rw-r--r--dev-python/jsonschema/ChangeLog-201586
1 files changed, 86 insertions, 0 deletions
diff --git a/dev-python/jsonschema/ChangeLog-2015 b/dev-python/jsonschema/ChangeLog-2015
new file mode 100644
index 00000000..aad79967
--- /dev/null
+++ b/dev-python/jsonschema/ChangeLog-2015
@@ -0,0 +1,86 @@
+# 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.21 2015/07/18 17:10:27 blueness Exp $
+
+ 18 Jul 2015; Anthony G. Basile <blueness@gentoo.org> jsonschema-2.3.0.ebuild,
+ jsonschema-2.4.0.ebuild:
+ Keyword ~ppc ~ppc64. Bug #541628.
+
+ 21 Jun 2015; Markus Meier <maekke@gentoo.org> jsonschema-2.4.0.ebuild:
+ add ~arm, bug #541628
+
+ 03 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add pypi to remote-id in metadata.xml
+
+ 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)
+
+ 28 Feb 2015; Justin Lecher <jlec@gentoo.org> +jsonschema-2.4.0.ebuild,
+ -jsonschema-0.8.0.ebuild, metadata.xml:
+ Version Bump; drop old
+
+ 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
+
+ 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)
+
+ 03 Apr 2014; Matthew Thode <prometheanfire@gentoo.org>
+ +jsonschema-0.8.0.ebuild:
+ readding jsonschema-0.8.0, because it's still needed
+
+ 02 Apr 2014; Patrick McLean <chutzpah@gentoo.org> -jsonschema-0.7.ebuild,
+ -jsonschema-0.8.0.ebuild, -jsonschema-1.3.0.ebuild, -jsonschema-2.0.0.ebuild,
+ jsonschema-2.3.0.ebuild:
+ Add python3_4 support. Clean out old versions.
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> jsonschema-2.0.0.ebuild,
+ jsonschema-2.3.0.ebuild:
+ Add support for the new PyPy slotting.
+
+ 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)
+
+ 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.
+
+*jsonschema-2.0.0 (27 May 2013)
+
+ 27 May 2013; Mike Gilbert <floppym@gentoo.org> +jsonschema-2.0.0.ebuild:
+ Version bump. Add a test phase and several python impls.
+
+*jsonschema-1.3.0 (01 May 2013)
+
+ 01 May 2013; Patrick McLean <chutz@gentoo.org> +jsonschema-1.3.0.ebuild:
+ Version bump.
+
+ 17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+ jsonschema-0.8.0.ebuild:
+ adding ~x86 to jsonschema-0.8.0 as I have tested it
+
+*jsonschema-0.8.0 (16 Jan 2013)
+
+ 16 Jan 2013; Patrick McLean <chutzpah@gentoo.org> +jsonschema-0.8.0.ebuild:
+ Version bump.
+
+ 17 Dec 2012; Michał Górny <mgorny@gentoo.org> jsonschema-0.7.ebuild:
+ Bump to EAPI=5 to make Paludis happy, bug #447524.
+
+*jsonschema-0.7 (08 Nov 2012)
+
+ 08 Nov 2012; Patrick McLean <chutzpah@gentoo.org> +jsonschema-0.7.ebuild,
+ +metadata.xml:
+ New package, a JSON schema validator for Python