python-distro-info - information about distributions' releases (Python module)
# sudo apt-get update
# sudo apt-get install python-distro-info
2015-07-22 - Steve Langasek <steve.langasek@ubuntu.com> distro-info (0.14build1) wily; urgency=medium * No-change rebuild for python3.5 transition
2014-10-21 - Benjamin Drung <bdrung@debian.org> distro-info (0.14) unstable; urgency=medium * Fix days in month calculation for leap years (Closes: #766142) * Bump Standards-Version to 3.9.6
2014-05-10 - Benjamin Drung <bdrung@debian.org> distro-info (0.13) unstable; urgency=medium [ Benjamin Drung ] * ubuntu-distro-info: Add --latest option. Use this option instead of --devel if you want to fallback to --stable for outdated data. (LP: #1309591) * distro_info_test/test_help.py: Close file descriptors at the end. [ Dimitri John Ledkov ] * Add --series lookup.
2014-01-18 - Benjamin Drung <bdrung@debian.org> distro-info (0.12) unstable; urgency=medium * Fix Ubuntu EOL test cases (The EOL date of raring is two days later). (Closes: #735801) * Bump Standards-Version to 3.9.5.
2013-08-02 - Benjamin Drung <bdrung@debian.org> distro-info (0.11) unstable; urgency=low * Added ability to specify --days[=MILESTONE] option. Thanks to James Hunt for implementing it. * Use canonical URLs for Vcs fields. * Bump Standards-Version to 3.9.4 (no changes needed). * Switch to debhelper 9.
2012-06-01 - Stefano Rivera <stefanor@debian.org> distro-info (0.10) unstable; urgency=low * Provide more useful errors (pointing to a README in distro-info-data) when the data is outdated. * Actually test with Python 3 (typo) * libdistro-info-perl: Print a warning and return 0 when data is out of date, rather than dying. * Use dpkg-buildflags and enable hardening.
2012-04-13 - Benjamin Drung <bdrung@debian.org> distro-info (0.9) unstable; urgency=low * debian-distro-info: Add an --alias option. Thanks to Antonio Ospite for the work. (Closes: #645171) * Make Python code valid Python 2 and 3 code and add a Python 3 module. * Fix one memmory leak in main() function.
2012-04-05 - Stefano Rivera <stefanor@debian.org> distro-info (0.8.2) unstable; urgency=low * Drop liblist-compare-perl from Build-Depends. Use our own list comparison functions in the test suite.
2012-04-03 - Benjamin Drung <bdrung@debian.org> distro-info (0.8.1) unstable; urgency=low * Fix build failure due to wrong variable type.
2012-04-03 - Benjamin Drung <bdrung@debian.org> distro-info (0.8) unstable; urgency=low * Run shell scripts with 'set -f' (LP: #965378). * Rewrite scripts in C. The binaries are 2.3 times bigger than the shell scripts, but they are between four and six times faster. Forking the process takes longer than executing it. The plain execution time is around 25 times faster than the shell scripts. * Extend command line test cases.