python-pkginfo/python-pkginfo.changes

60 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
Wed Dec 19 00:05:38 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Tue Dec 4 12:51:35 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sun May 20 16:11:28 UTC 2018 - hpj@urpla.net
- fix failing tests with sed
- enable tests
-------------------------------------------------------------------
Sat May 19 09:48:01 UTC 2018 - hpj@urpla.net
- 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.
-------------------------------------------------------------------
Wed Apr 19 15:35:40 UTC 2017 - toddrme2178@gmail.com
- 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.
-------------------------------------------------------------------
Tue Jun 2 15:18:33 UTC 2015 - p.drouand@gmail.com
- 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.
-------------------------------------------------------------------
Tue Feb 4 12:36:30 UTC 2014 - speilicke@suse.com
- Initial version