This file is indexed.

/usr/share/doc/python-json-schema-validator-doc/html/_sources/changes.txt is in python-json-schema-validator-doc 2.3.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
Version History
***************

Version 2.1
===========

* Renamed from linaro-json to json-schema-validator and moved to github.
* Reorganized the package into more sub-modules
* Updated documentation a bit

Version 2.0.1
=============

* Make the package installable via pip by using new versiontools
* Fix test suite to be agnostic to python's rounding of floats

Version 2.0
===========

* New major release, incompatible with past releases
* Drop everything apart from schema validator as other elements have lost their significance
* Tweak requirements to support current Ubuntu LTS (10.04 aka Lucid)
* Refresh installation instructions to point to the new PPA, provide links to
  lp.net project page and pypi project page.

Version 1.2.3
=============

* Change how setup.py finds the version of the code to make it pip install okay
  when simplejson is not installed yet. 

Version 1.2.2
=============

* Fix another problem with pip and versiontools (removed unconditional import
  of versiontools from __init__.py)

Version 1.2.1
=============

* Fix installation problem with pip due to versiontools not being available
  when parsing initial setup.py

Version 1.2
===========

* Change name to json-schema-validator
* Add dependency on versiontools
* Register on pypi
* Add ReST documentation


Version 1.1
===========

* Add support for retrieving default values from the schema


Version 1.0
===========

* Initial release