AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- version update to 1.5.0.1 * Fix broken 'sdist'. LP #1639585. * Fix 'console_scripts' entry point syntax. LP #1810734. * Add support for JSON output from the CLI. * Add support for installed wheels. E.g., 'dist-info/' dirs. * Add support for Python 3.6 and 3.7. * Drop support for Python 3.3.
- Use noun phrase in summary.
- Remove superfluous devel dependency for noarch package
- fix failing tests with sed - enable tests
- Update to version 1.4.2 - Use relative imports in pkginfo modules. Supports vendoring of the package into setuptools. - Add support for ``Provides-Extra`` and ``Description-Content-Type`` fields. Per https://packaging.python.org/specifications/. See: PEP 566. - Remove support for old setuptools leaving ``PKG-INFO`` in the root of the project directory.
- Update to version 1.4.1 * Packaging only change (invalid sdist bulit for 1.4.0). - Update to version 1.4.0 * Relicense under MIT license: the PSF license is not suitable for third-party libraries. - Update to version 1.3.2 * Packaging-only change (automate fix for wheel built for 1.3.1). - Update to version 1.3.1 * Packaging-only change (invalid wheel built for 1.3.0). - Update to version 1.3.0 * Update homepage URL to point to Launchpad, rather than PyPI. * Add support for building wheels. * Add support for Python 3.5. * Drop support for Python 2.6 and 3.2. - Implement single-spec version.
- Update to version 1.2.1 * Add overlooked Trove classifier for Python 3.4. - Changes from version 1.2 final * Add support for Python 3.4, PyPy3. * Add 100% coverage for pkginfo.commandline module.
- Initial version