[issue2945] bdist_rpm does not list dist files (should effect upload)

2012-02-25 Thread Éric Araujo
Éric Araujo added the comment: Fixed in 2.7 too, thanks to you both. If you have the time to run the tests, it would be great to get a confirmation (I’m not sure we have a buildbot with rpm installed for 2.7). -- resolution: -> fixed stage: patch review -> committed/rejected status:

[issue2945] bdist_rpm does not list dist files (should effect upload)

2012-02-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset f606d722ca23 by Éric Araujo in branch '2.7': Stop ignoring RPMs in distutils' upload command (#2945). http://hg.python.org/cpython/rev/f606d722ca23 -- ___ Python tracker

[issue2945] bdist_rpm does not list dist files (should effect upload)

2012-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 26aea1825418 by Éric Araujo in branch '3.2': Stop ignoring RPMs in distutils' upload command (#2945). http://hg.python.org/cpython/rev/26aea1825418 New changeset 1cb9b8126534 by Éric Araujo in branch 'default': Merge edits from 3.2 (#13716, #104043

[issue2945] bdist_rpm does not list dist files (should effect upload)

2012-02-03 Thread Éric Araujo
Éric Araujo added the comment: FYI I have committed the patch to my repo and will push as soon as I can. -- assignee: tarek -> eric.araujo ___ Python tracker ___

[issue2945] bdist_rpm does not list dist files (should effect upload)

2011-10-10 Thread Carl Robben
Carl Robben added the comment: Yeah I installed rpm and have run the tests successfully. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue2945] bdist_rpm does not list dist files (should effect upload)

2011-10-10 Thread Éric Araujo
Éric Araujo added the comment: Looks good. Do you have rpm on your machine? If yes, have you run the tests successfully? -- stage: needs patch -> patch review ___ Python tracker _

[issue2945] bdist_rpm does not list dist files (should effect upload)

2011-10-10 Thread Carl Robben
Carl Robben added the comment: Adding a patch for 2.7 -- Added file: http://bugs.python.org/file23364/bdist_rpm-2.7.patch ___ Python tracker ___ _

[issue2945] bdist_rpm does not list dist files (should effect upload)

2011-10-10 Thread Carl Robben
Carl Robben added the comment: Here's a patch for test_bdist_rpm.py and to check the contents of dist.dist_files -- Added file: http://bugs.python.org/file23363/test_bdist_rpm.patch ___ Python tracker

[issue2945] bdist_rpm does not list dist files (should effect upload)

2011-10-07 Thread Éric Araujo
Éric Araujo added the comment: Great! Could you add a test for this? By the way, do you have a machine with rpm installed? I don’t, so I won’t be able to test the patch. -- ___ Python tracker __

[issue2945] bdist_rpm does not list dist files (should effect upload)

2011-10-06 Thread Carl Robben
Carl Robben added the comment: I found that bdist_rpm wasn't registering distributions with dist.dist_files at all. The attached patch should be all that's needed to fix this. -- keywords: +patch nosy: +crobben Added file: http://bugs.python.org/file2/bdist_rpm.patch

[issue2945] bdist_rpm does not list dist files (should effect upload)

2011-08-30 Thread Éric Araujo
Éric Araujo added the comment: Even thought bdist_rpm is gone from distutils2, this is a bug that can be fixed in distutils. Adding the easy keyword to let potential contributors find this bug; hint: look at how bdist_dumb registers distributions with dist.dist_files. -- keywords: +e

[issue2945] bdist_rpm does not list dist files (should effect upload)

2010-08-02 Thread Éric Araujo
Éric Araujo added the comment: Tarek, can this bug be fixed or is it outdated? IOW, is bdist_rpm officially discouraged or do you still accept bugfixes for it? -- nosy: +merwok versions: +Python 3.2 ___ Python tracker

[issue2945] bdist_rpm does not list dist files (should effect upload)

2009-02-06 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek nosy: +tarek versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___ ___ P

[issue2945] bdist_rpm does not list dist files (should effect upload)

2008-05-22 Thread Hartmut Goebel
Changes by Hartmut Goebel <[EMAIL PROTECTED]>: -- type: -> behavior __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubsc

[issue2945] bdist_rpm does not list dist files (should effect upload)

2008-05-22 Thread Hartmut Goebel
New submission from Hartmut Goebel <[EMAIL PROTECTED]>: In Python 2.5 distutils has a bug in bdist_rpm: Generated distribution files are not listed in ``distribution.dist_files``. Thus .rpms can not be handled by other tools, eg. ``upload``. I need this bug fixed for automated upload of files u