[issue12944] Accept arbitrary files for packaging's upload command

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- Removed message: http://bugs.python.org/msg193103 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue12944] Accept arbitrary files for packaging's upload command

2013-09-19 Thread Florent Rougon
Changes by Florent Rougon : -- nosy: +frougon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue12944] Accept arbitrary files for packaging's upload command

2013-07-15 Thread Aaron Meurer
Changes by Aaron Meurer : -- nosy: +Aaron.Meurer ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue12944] Accept arbitrary files for packaging's upload command

2013-07-15 Thread Éric Araujo
Éric Araujo added the comment: With the lift of the feature freeze decided at PyCon 2013, this feature request could be done for 3.4. -- components: +Distutils -Distutils2 versions: +Python 3.4 -3rd party ___ Python tracker

[issue12944] Accept arbitrary files for packaging's upload command

2013-01-08 Thread Éric Araujo
Éric Araujo added the comment: distutils2, while not actively developed any more for inclusion in the stdlib in 3.4, will mutate into one or more projects where these bug reports will be useful. Bugs will certainly be migrated (and closed in this tracker), but please keep them open for easy q

[issue12944] Accept arbitrary files for packaging's upload command

2012-12-26 Thread Andrew Svetlov
Andrew Svetlov added the comment: Close as out of date since packaging has been removed from stdlib. -- nosy: +asvetlov resolution: -> out of date status: open -> closed ___ Python tracker

[issue12944] Accept arbitrary files for packaging's upload command

2012-10-21 Thread Mike Hoy
Changes by Mike Hoy : -- nosy: -mikehoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue12944] Accept arbitrary files for packaging's upload command

2011-12-05 Thread Éric Araujo
Éric Araujo added the comment: Someone from the mentoring project has volunteered to work on a patch. -- ___ Python tracker ___ ___ P

[issue12944] Accept arbitrary files for packaging's upload command

2011-10-16 Thread Mike Hoy
Changes by Mike Hoy : -- nosy: +mikehoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue12944] Accept arbitrary files for packaging's upload command

2011-09-24 Thread Éric Araujo
Éric Araujo added the comment: > I'm not sure why it's "run upload" instead of just "upload" pysetup has actions and commands. Actions do stuff on the Python installation: “pysetup metadata foobar” prints metadata, “pysetup remove foobar” uninstalls, “pysetup install foobar” fetches from PyPI

[issue12944] Accept arbitrary files for packaging's upload command

2011-09-23 Thread Jean-Paul Calderone
Jean-Paul Calderone added the comment: > pysetup run upload -f dist/spam-0.2.tar.gz -f dist/spam-0.2.exe I'm not sure why it's "run upload" instead of just "upload", but maybe that's the convention in pysetup. Apart from that, this looks like a vast improvement to me. As far as not supporti

[issue12944] Accept arbitrary files for packaging's upload command

2011-09-21 Thread Éric Araujo
Éric Araujo added the comment: This was discussed some time ago in a thread starting here: http://mail.python.org/pipermail/catalog-sig/2011-May/003736.html I’ll summarize the important parts below. Currently, upload will only push files that are products of a command run from the same comm