classification
Title: Fix parsing of package_data
Type: behavior Stage: test needed
Components: Distutils2 Versions: Python 3.4, 3rd party
process
Status: open Resolution:
Dependencies: 5302 11805 Superseder:
Assigned To: eric.araujo Nosy List: alexis, eric.araujo, georg.brandl, nick.wilson
Priority: release blocker Keywords:

Created on 2011-11-23 17:13 by eric.araujo, last changed 2012-06-21 03:09 by eric.araujo.

Messages (3)
msg148194 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-11-23 17:13
In 288640098ea8, Jeremy fixed a bug in distutils2.config that prevented d2’s own setup.py script from working.  I had to revert that change because it caused tests to fail.  The bug needs to be identified exactly, then a test for it is needed, and finally an sdist should be created to check that all files are included.

As I want to release 1.0a4 very soon, I’ll work on this today or tomorrow.
msg163205 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-06-19 20:09
This has "Python 3.3" set as Version.  Does it really block the 3.3 release?
msg163229 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-06-19 22:32
I’ve been using the release blocker priority to mark things that need to be solved for the next d2 alpha release, and by extension before the 3.3 release as the plan was to have d2 in 3.3 (see my recent python-dev email about that).  If that interferes with CPython release management feel free to demote them to “high” or tell me if you’d like me to do it.
History
Date User Action Args
2012-06-21 03:09:06eric.araujosetversions: + Python 3.4, - Python 3.3
2012-06-19 22:32:25eric.araujosetmessages: + msg163229
2012-06-19 20:09:22georg.brandlsetnosy: + georg.brandl
messages: + msg163205
2012-02-03 17:15:47nick.wilsonsetnosy: + nick.wilson
2011-11-24 16:34:14eric.araujosetdependencies: + Allow package_data specs/globs to match directories, package_data only allows one glob per-package
2011-11-23 17:13:52eric.araujocreate