This file is indexed.

/usr/lib/python2.7/dist-packages/numpy/version.py is in python-numpy 1:1.12.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
# THIS FILE IS GENERATED FROM NUMPY SETUP.PY
#
# To compare versions robustly, use `numpy.lib.NumpyVersion`
short_version = '1.12.1'
version = '1.12.1'
full_version = '1.12.1'
git_revision = '11f77c8b19dae99981910695a806cbf4def67e24'
release = True

if not release:
    version = full_version