CVS commit: wip/py-pkginfo
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.wip.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module name: wip Committed by: thomasklausner Date: Sat Aug 1 08:04:54 UTC 2015 Modified Files: wip/py-pkginfo: Makefile PLIST distinfo Log Message: Update to 1.2.1. 1.2.1 (2014-01-02) ------------------ - Add overlooked Trove classifier for Python 3.4. 1.2 (2014-01-02) ---------------- - Add support for Python 3.4, PyPy3. - Add 100% coverage for ``pkginfo.commandline`` module. 1.2b1 (2013-12-05) ------------------ - Add support for the "wheel" distribution format, along with minimal metadata 2.0 support (not including new PEP 426 JSON properties). Code (re-)borrowed from Donald Stuft's ``twine`` package. 1.1 (2013-10-09) ---------------- - Fix tests to pass with current PyPy releases. 1.1b1 (2013-05-05) ------------------ - Support "develop" packages which keep their ``*.egg-info`` in a subdirectory. See https://bugs.launchpad.net/pkginfo/+bug/919147. - Add support for "unpacked SDists" (thanks to Mike Lundy for the patch). 1.0 (2013-05-05) ---------------- - No changes from 1.0b2. 1.0b2 (2012-12-28) ------------------ - Suppress resource warning leaks reported against clients. - Fix 'commandline' module under Py3k. 1.0b1 (2012-12-28) ------------------ - Add support for Python 3.2 and 3.3, including testing them under ``tox``. - Add support for PyPy, including testing it under ``tox``. - Test supported Python versions under ``tox``. - Drop support for Python 2.5. - Add a ``setup.py dev`` alias: runs ``setup.py develop`` and installs testing extras (``nose`` and ``coverage``). 0.9.1 (2012-10-22) ------------------ - Fix test failure under Python >= 2.7, which is enforcing 'metadata_version == 1.1' because we have classifiers. To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 wip/py-pkginfo/PLIST wip/py-pkginfo/distinfo cvs -z3 rdiff -u -r1.3 -r1.4 wip/py-pkginfo/Makefile To view a diff of this commit: http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-pkginfo/PLIST?r1=1.1&r2=1.2 http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-pkginfo/distinfo?r1=1.1&r2=1.2 http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-pkginfo/Makefile?r1=1.3&r2=1.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. ------------------------------------------------------------------------------