gentoo-full-overlay/dev-python/jsonschema/ChangeLog

62 lines
2.2 KiB
Text
Raw Normal View History

# 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 $
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