* Add DandifiedNameConvertor based on DNF API queries * Add support of PyPI's new URL format * Add man page * Fix bugs found during the analysis of automated builds from PyPI in Copr build system
3.0.2
* Make virtualenv-api an optional require * Fix console logger issue
3.0.1
* Prevent double occurance of python-setuptools in Build Requires * Fix encoding of converted string in Python 2, issue 28
3.0.0
* Metadata extraction from setup.py based on distutils command * Completely independent wheel metadata extractor * Improves scripts and site-packages metadata extraction using virtualenv * Python version extraction
2.0.0
* Added default python3 subpackage, testing tools tox and travis * Small change in command line switches * Improved documentation * Updated fedora template to comply with newest packaging guidelines * Old template renamed to fedora_subdirs.spec
1.1.2
* Use python2-devel instead of python-devel * Support Python2.6 * Correctly handle specialcasing; pyfoo packages are now python-pyfoo in fedora * Auto add setuptools as requires if entry points are used * Additional various bug fixes