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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
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
|