[Python-checkins] distutils2: Update CHANGES, add missing name in CONTRIBUTORS

tarek.ziade python-checkins at python.org
Sun Sep 19 10:20:23 CEST 2010


tarek.ziade pushed d7a0ac3abdbe to distutils2:

http://hg.python.org/distutils2/rev/d7a0ac3abdbe
changeset:   661:d7a0ac3abdbe
user:        ?ric Araujo <merwok at netwok.org>
date:        Mon Aug 30 03:51:00 2010 +0200
summary:     Update CHANGES, add missing name in CONTRIBUTORS
files:       src/CHANGES.txt, src/CONTRIBUTORS.txt

diff --git a/src/CHANGES.txt b/src/CHANGES.txt
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -3,15 +3,36 @@
 =======
 
 1.0a2 - ?
---------
+---------
 
--
+- Add a converter for distutils/setuptools-based setup scripts [tarek]
+- Factor out MANIFEST[.in] support into disutils2.manifest [tarek]
+- Implement pkgutil APIs described in PEP 376 [josip]
+- Add PEP 376 .dist-info support in Distribute [josip]
+- Add distutils2.depgraph, a dependency graph builder [josip]
+- Add a mock server to test network-using code [alexis, konrad]
+- Add distutils2.index, a comprehensive subpackage to query PyPI [alexis]
+- Add 2to3 support to the build command [zubin]
+- Enhance the check command (sanity tests) [konrad]
+- Make sdist include source files used by other commands [jeremy]
+- Change install_egg_info to install_distinfo (PEP 376) [josip]
+- Import the upload_docs command from distribute [konrad]
+- Add a test command [konrad]
+- Add post and pre-hooks for build and install [konrad]
+- Remove PyPIRCCommand, move its helper code into util [tarek]
+- Remove Mac OS 9 support [éric]
+- Start adding docstrings to interface methods [jeremy]
+- Move documentation from the stdlib [ali, éric]
+- Lots of bug fixes, cleanups, tests [everyone]
+
 
 1.0a1 - 2010-05-06
 ------------------
 
 - Initial import from the stdlib [tarek]
-- Added support for PEP 386 in distutils2.version [tarek]
-- Added support for PEP 345 in distutils2.metadata [tarek]
-- Added distutils2.util.find_packages [tarek]
-
+- Add support for PEP 386 in distutils2.version [tarek]
+- Add support for PEP 345 in distutils2.metadata [tarek]
+- Add mkpkg, a helper script to create a setup.py [sean]
+- Remove bdist_rpm command [tarek]
+- Add some PEP 376 functions to pkgutil [michael]
+- Add distutils2.util.find_packages [tarek]
diff --git a/src/CONTRIBUTORS.txt b/src/CONTRIBUTORS.txt
--- a/src/CONTRIBUTORS.txt
+++ b/src/CONTRIBUTORS.txt
@@ -26,6 +26,7 @@
 - Michael Mulich
 - George Peristerakis
 - Sean Reifschneider
+- Antoine Reversat
 - Luis Rojas
 - Erik Rose
 - Brian Rosner

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list