The last version available at the PyPI repository ({{ pypi_info[0] }}) seems to be older than the version ({{ current_version }}) you have installed on your Python distribution. Some reasons of this:
A new version of the package {{ dist_name }} was found in the official PyPI repository. You have the version {{ current_version }} YOUR VERSION, and the last version on the PyPI repository is {{ pypi_info[0] }} NEW.
You can use pip to update it using the following command:
pip install --upgrade {{ dist_name }}
You can check more information about pip on the project documentation site.
{% else %}The version {{ current_version }} you have installed on your Python distribution is the same as the last version available at PyPI repository.
{% endif %} {% if pypi_info %}PyPI has {{ pypi_info|length }} releases available for the package {{ dist_name }}, the last five of them are: