[issue13615] setup.py register fails with -r argument

2016-05-21 Thread Berker Peksag
Berker Peksag added the comment: The repository URL has been changed to https://pypi.python.org/pypi in 2b5cd6d4d149. I'm -1 on making https://pypi.python.org/ a special case. -- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> resolved status: open -> closed

[issue13615] setup.py register fails with -r argument

2012-12-19 Thread anatoly techtonik
anatoly techtonik added the comment: Soo.. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue13615] setup.py register fails with -r argument

2012-11-13 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue13615] setup.py register fails with -r argument

2012-11-13 Thread anatoly techtonik
anatoly techtonik added the comment: Fix. -- Added file: http://bugs.python.org/file27978/register.py.diff ___ Python tracker ___ ___

[issue13615] setup.py register fails with -r argument

2012-11-13 Thread anatoly techtonik
anatoly techtonik added the comment: Better test case. -- Added file: http://bugs.python.org/file27977/test_register.py.diff ___ Python tracker ___ __

[issue13615] setup.py register fails with -r argument

2012-11-13 Thread Éric Araujo
Éric Araujo added the comment: Thanks, this helps. -- stage: test needed -> needs patch versions: +Python 3.4 ___ Python tracker ___ _

[issue13615] setup.py register fails with -r argument

2012-11-13 Thread anatoly techtonik
anatoly techtonik added the comment: Tested on Windows. Test is attached. -- keywords: +patch Added file: http://bugs.python.org/file27976/test_register.py.diff ___ Python tracker __

[issue13615] setup.py register fails with -r argument

2012-11-03 Thread anatoly techtonik
anatoly techtonik added the comment: It is ok with http://pypi.python.org/pypi, but not with http://pypi.python.org, for example. Complaining that http://pypi.python.org is not found in .pypirc -- ___ Python tracker

[issue13615] setup.py register fails with -r argument

2012-01-06 Thread Éric Araujo
Éric Araujo added the comment: Maybe related to (or same as) #11473. -- assignee: tarek -> eric.araujo components: +Distutils2 nosy: +alexis stage: -> test needed title: `setup.py register` fails with -r argument -> setup.py register fails with -r argument versions: +3rd party, Python

[issue13615] `setup.py register` fails with -r argument

2011-12-23 Thread anatoly techtonik
anatoly techtonik added the comment: Can't test right now. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13615] `setup.py register` fails with -r argument

2011-12-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: Does it do the same with http instead of https? -- nosy: +terry.reedy ___ Python tracker ___ ___ Py

[issue13615] `setup.py register` fails with -r argument

2011-12-16 Thread anatoly techtonik
anatoly techtonik added the comment: Ubuntu 11.10 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue13615] `setup.py register` fails with -r argument

2011-12-16 Thread anatoly techtonik
New submission from anatoly techtonik : $ python setup.py sdist register -r https://pypi.python.org/pypi upload ... Creating tar archive removing 'pager-0.2' (and everything under it) running register Traceback (most recent call last): File "setup.py", line 17, in 'Operating System :: OS