[issue21298] Cheese shop registration stopped working for me recently

2014-10-17 Thread Georg Brandl
Georg Brandl added the comment: OK, thanks for the feedback. -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mai

[issue21298] Cheese shop registration stopped working for me recently

2014-10-17 Thread Thomas Levine
Thomas Levine added the comment: It has been working for me recently. Adding to your suggestion that it is probably PyPI: I didn't do anything in particular to fix this, and I think it is more likely that PyPI got fixed than that I upgraded Python (and thus distutils). -- status: pend

[issue21298] Cheese shop registration stopped working for me recently

2014-10-17 Thread Georg Brandl
Georg Brandl added the comment: Is this still a problem? If yes, I would contact the PyPI team directly, this tracker is not the right place for PyPI bugs. (It is unlikely to be a distutils bug.) -- nosy: +georg.brandl resolution: -> third party status: open -> pending __

[issue21298] Cheese shop registration stopped working for me recently

2014-04-18 Thread Thomas Levine
New submission from Thomas Levine: This command used to work just fine for me. :: python setup.py register Now it doesn't. For example, :: $ python3 setup.py register /usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution option: 'install_requires' warni