summaryrefslogtreecommitdiff
blob: c279dfa453b6743b1211926c49e987670f9ece22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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 $

*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