[issue8933] Invalid detection of metadata version

2011-09-19 Thread Éric Araujo
Éric Araujo added the comment: Fixed in distutils2 in b9ca25b3254e. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue8933] Invalid detection of metadata version

2011-09-12 Thread Éric Araujo
Éric Araujo 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 turns out they do

[issue8933] Invalid detection of metadata version

2011-09-12 Thread Roundup Robot
Roundup Robot 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 -- ___ Python tracker

[issue8933] Invalid detection of metadata version

2011-09-12 Thread Roundup Robot
Roundup Robot 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 branch 'default': Merge fix for #89

[issue8933] Invalid detection of metadata version

2011-06-14 Thread Éric Araujo
Éric Araujo added the comment: I’ll look into this shortly. -- versions: -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mail

[issue8933] Invalid detection of metadata version

2011-04-19 Thread Éric Araujo
Éric Araujo 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 __

[issue8933] Invalid detection of metadata version

2011-04-19 Thread Filip Gruszczyński
Filip Gruszczyński added the comment: Bump! How about commiting this patch, Eric? -- status: pending -> open ___ Python tracker ___ __

[issue8933] Invalid detection of metadata version

2011-03-20 Thread Éric Araujo
Éric Araujo 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 ___ Python

[issue8933] Invalid detection of metadata version

2011-03-12 Thread Filip Gruszczyński
Filip Gruszczyński 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 added the comment: Sure :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue8933] Invalid detection of metadata version

2011-03-10 Thread Éric Araujo
Éric Araujo 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: +Python 3.3 __

[issue8933] Invalid detection of metadata version

2011-03-10 Thread Filip Gruszczyński
Filip Gruszczyński 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 __

[issue8933] Invalid detection of metadata version

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

[issue8933] Invalid detection of metadata version

2011-03-01 Thread Filip Gruszczyński
Changes by Filip Gruszczyński : Removed file: http://bugs.python.org/file20942/8933.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue8933] Invalid detection of metadata version

2011-03-01 Thread Filip Gruszczyński
Filip Gruszczyński added the comment: I'll get down to it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue8933] Invalid detection of metadata version

2011-02-27 Thread Éric Araujo
Éric Araujo 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 the unpatched code

[issue8933] Invalid detection of metadata version

2011-02-27 Thread Filip Gruszczyński
Filip Gruszczyński 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 better one. -

[issue8933] Invalid detection of metadata version

2011-02-03 Thread Éric Araujo
Changes by Éric Araujo : -- keywords: +easy stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue8933] Invalid detection of metadata version

2010-09-29 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +3rd party, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue8933] Invalid detection of metadata version

2010-09-07 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +alexis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue8933] Invalid detection of metadata version

2010-08-04 Thread Éric Araujo
Éric Araujo 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 tracker

[issue8933] Invalid detection of metadata version

2010-08-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7 -Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue8933] Invalid detection of metadata version

2010-06-07 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue8933] Invalid detection of metadata version

2010-06-07 Thread Benjamin Liles
New submission from Benjamin Liles : 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 -- assignee: tarek