This file is indexed.

/usr/share/pyshared/tables/req_versions.py is in python-tables 2.3.1-2ubuntu3.

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
########################################################################
#
#       License:        BSD
#       Created:        November 5, 2010
#       Author:  Francesc Alted - faltet@pytables.com
#
########################################################################

"""Required versions for PyTables dependencies.

"""

#***************************************************************
#  Keep these in sync with setup.py and user's guide and README
#***************************************************************

# Minimum recommended versions for mandatory packages
min_numpy_version = '1.4.1'
min_numexpr_version = '1.4.1'
min_cython_version = '0.13'
min_hdf5_version = (1,6,5)  # necessary for allowing 1.6.10 > 1.6.5

# Minimum recommended versions for optional packages
min_numeric_version = "24.2"
min_numarray_version = "1.5.2"