pydotorg / backlog

a parallel playground for Python community services
0 stars 0 forks source link

distutils forces developers to store password in cleartext #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?

  1. python setup.py build sdist register upload

What is the expected output? What do you see instead?

creating review-r585
copying files to review-r585...
copying review.py -> review-r585
copying setup.py -> review-r585
creating 'dist\review-r585.zip' and adding 'review-r585' to it
adding 'review-r585\PKG-INFO'
adding 'review-r585\setup.py'
adding 'review-r585\review.py'
removing 'review-r585' (and everything under it)
running register
We need to know who you are, so please choose either:
 1. use your existing login,
 2. register as a new user,
 3. have the server generate a new password for you (and email it to you), or
 4. quit
Your selection [default 1]:
1
Username: techtonik
Password:
Registering review to http://pypi.python.org/pypi
Server response (200): OK
I can store your PyPI login so future submissions will be faster.
(the login will be stored in C:\Users\anatoli\.pypirc)
Save your login (y/N)?n
running upload
Submitting dist\review-r585.zip to http://pypi.python.org/pypi
Upload failed (401): You must be identified to edit package information

Please use labels and text to provide additional information. Save your login (y/N)?n running upload Submitting dist\review-r585.zip to http://pypi.python.org/pypi Upload failed (401): You must be identified to edit package information


Original issue reported on code.google.com by techtonik@gmail.com on 3 Nov 2010 at 9:26

GoogleCodeExporter commented 9 years ago

http://bugs.python.org/issue9995

GoogleCodeExporter commented 9 years ago

Original comment by techtonik@gmail.com on 19 Jan 2011 at 6:37

GoogleCodeExporter commented 9 years ago

Original comment by techtonik@gmail.com on 19 Jan 2011 at 6:38

GoogleCodeExporter commented 9 years ago
This has been fixed since January 2010. You can use SSH to upload stuff; no 
need to store your password in pypirc if you don't want to.

Original comment by mar...@v.loewis.de on 20 Feb 2011 at 10:56