This file is indexed.

/usr/lib/python3/dist-packages/ecdsa/_version.py is in python3-ecdsa 0.13-2.

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
# This file was generated by 'versioneer.py' (0.12) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.

version_version = '0.13'
version_full = '5a6fc047222cf21ad89f6cbf8782d0f1e3ddacda'
def get_versions(default={}, verbose=False):
    return {'version': version_version, 'full': version_full}