[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 rep...@bugs.python.org http://bugs.python.org/issue13615 ___ ___ Python-bugs-list mailing list

[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 rep...@bugs.python.org http://bugs.python.org/issue13615

[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 rep...@bugs.python.org http://bugs.python.org/issue13615 ___

[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 rep...@bugs.python.org http://bugs.python.org/issue13615 ___

[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 rep...@bugs.python.org http://bugs.python.org/issue13615 ___

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

2012-11-13 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: -terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13615 ___ ___ Python-bugs-list

[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 rep...@bugs.python.org

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

2012-01-06 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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:

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

2011-12-23 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Does it do the same with http instead of https? -- nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13615 ___

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

2011-12-23 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: Can't test right now. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13615 ___ ___

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

2011-12-16 Thread anatoly techtonik
New submission from anatoly techtonik techto...@gmail.com: $ 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 module

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

2011-12-16 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: Ubuntu 11.10 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13615 ___ ___