[issue8933] Invalid detection of metadata version

2011-09-19 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Fixed in distutils2 in b9ca25b3254e. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___

[issue8933] Invalid detection of metadata version

2011-09-12 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset e5c1de856828 by Éric Araujo in branch '3.2': Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. http://hg.python.org/cpython/rev/e5c1de856828 New changeset 70298cdc48cd by Éric Araujo in

[issue8933] Invalid detection of metadata version

2011-09-12 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 4b72d56cf42f by Éric Araujo in branch '2.7': Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. http://hg.python.org/cpython/rev/4b72d56cf42f --

[issue8933] Invalid detection of metadata version

2011-09-12 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: It was very easy to verify your patch: PEP 314 lists the new fields. For packaging (distutils2), I thought the fix would be less easy: I believed that all fields in _314_MARKERS would cause i conflict if used together with 345 fields, but as it

[issue8933] Invalid detection of metadata version

2011-06-14 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I’ll look into this shortly. -- versions: -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___

[issue8933] Invalid detection of metadata version

2011-04-19 Thread Filip Gruszczyński
Filip Gruszczyński grusz...@gmail.com added the comment: Bump! How about commiting this patch, Eric? -- status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___

[issue8933] Invalid detection of metadata version

2011-04-19 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: “I’m putting this on standby until distutils2 is fully merged into the standard library and we have a clear workflow from packaging to d2 to d1.” -- ___ Python tracker rep...@bugs.python.org

[issue8933] Invalid detection of metadata version

2011-03-20 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Diffs or full changesets are fine. I’m putting this on standby until distutils2 is fully merged into the standard library and we have a clear workflow from packaging to d2 to d1. -- status: open - pending

[issue8933] Invalid detection of metadata version

2011-03-12 Thread Filip Gruszczyński
Filip Gruszczyński grusz...@gmail.com added the comment: Here is patch for distutils2. Or maybe you would prefer a patch made by hg export? -- Added file: http://bugs.python.org/file21095/disutils2_8933.patch ___ Python tracker

[issue8933] Invalid detection of metadata version

2011-03-10 Thread Filip Gruszczyński
Filip Gruszczyński grusz...@gmail.com added the comment: Bump! How about applying this patch, Eric? Or maybe there is something else, that needs to be done. If so, I'll be happy to do it. -- ___ Python tracker rep...@bugs.python.org

[issue8933] Invalid detection of metadata version

2011-03-10 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Could you port the patch to distutils2? I should have told so sooner, it’s the process we follow (more info on http://wiki.python.org/moin/Distutils/FixingBugs). -- keywords: +needs review stage: needs patch - patch review versions:

[issue8933] Invalid detection of metadata version

2011-03-10 Thread Filip Gruszczyński
Filip Gruszczyński grusz...@gmail.com added the comment: Sure :-) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___ ___ Python-bugs-list

[issue8933] Invalid detection of metadata version

2011-03-01 Thread Filip Gruszczyński
Filip Gruszczyński grusz...@gmail.com added the comment: I'll get down to it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___ ___

[issue8933] Invalid detection of metadata version

2011-03-01 Thread Filip Gruszczyński
Changes by Filip Gruszczyński grusz...@gmail.com: Removed file: http://bugs.python.org/file20942/8933.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___

[issue8933] Invalid detection of metadata version

2011-03-01 Thread Filip Gruszczyński
Filip Gruszczyński grusz...@gmail.com added the comment: Patch with tests. Hope this is enough. -- Added file: http://bugs.python.org/file20956/8933.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933

[issue8933] Invalid detection of metadata version

2011-02-27 Thread Filip Gruszczyński
Filip Gruszczyński grusz...@gmail.com added the comment: Here is a simple patch, that sets metadata version in PKG-INFO to 1.1, if finds classifier or download_url parametres in setup. If it's any good, I'll try to write a test. If not, I'll be happy to get some advice on how to provide a

[issue8933] Invalid detection of metadata version

2011-02-27 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for your help. Tests would be very much appreciated; we don’t strictly follow the test-before-code method, but in this case it’s the best method to make sure we comply with the PEP: I can review the test against the PEP, then check if

[issue8933] Invalid detection of metadata version

2011-02-03 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- keywords: +easy stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___ ___

[issue8933] Invalid detection of metadata version

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- versions: +3rd party, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___

[issue8933] Invalid detection of metadata version

2010-09-07 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +alexis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___ ___ Python-bugs-list mailing

[issue8933] Invalid detection of metadata version

2010-08-04 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: +Python 2.7 -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___

[issue8933] Invalid detection of metadata version

2010-08-04 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the report. I’ll look into this shortly in distutils2 and see if it applies to distutils too (not sure it implements PEP 345). -- assignee: tarek - merwok components: +Distutils2 ___ Python

[issue8933] Invalid detection of metadata version

2010-06-07 Thread Benjamin Liles
New submission from Benjamin Liles benli...@gmail.com: The detection for metadata version does not follow what is specified in PEP 241 and PEP 314. Specifically, the following fields are being sent as version 1.0 when they are not allowed as per PEP 241: * Classifier * Download-URL

[issue8933] Invalid detection of metadata version

2010-06-07 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +merwok ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8933 ___ ___ Python-bugs-list mailing