Bug #68549 pypi link to mysql-connector-python is broken
Submitted: 2 Mar 2013 10:39 Modified: 4 Feb 2014 11:27
Reporter: Prasanna Santhanam Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / Python Severity:S3 (Non-critical)
Version:1.0.10 OS:Any
Assigned to: CPU Architecture:Any

[2 Mar 2013 10:39] Prasanna Santhanam
Description:
The pypi packages hosted for mysql-connector-python seem to have gone missing the last week. I've been regularly getting a 404 when installing via pip

https://pypi.python.org/pypi/mysql-connector-python/1.0.7

Specifically : there is no package at http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-1.0.7.zip

But there is a package at 
http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-1.0.9.tar.gz

How to repeat:
pip install or wget the version 1.0.7 from cdn.mysql.com

Suggested fix:
Update pypi packages
[4 Mar 2013 6:20] Geert Vanderkelen
All set!
[4 Mar 2013 13:43] Prasanna Santhanam
Thanks Geert for the quick response. Fixed now.
[21 Aug 2013 13:31] Prasanna Santhanam
The problem seems to have reappeared again with version 1.0.10 of mysql-connector-python. Steps to repeat for reproducing the problem are the same.
[22 Aug 2013 17:04] Jeremy Katz
This happens every time you release a new revision.  Please fix your process to not break things for people using pip to install.
[4 Feb 2014 11:27] Geert Vanderkelen
We are manually keeping PyPI up-to-date. Yes, there can be a few days between release and updating PyPI.
[29 Dec 2015 10:43] Daan Hoogland
At the moment (29-12-2015) the connector is missing from https://pypi.python.org/simple/mysql-connector-python/ while it is mentioned and downloadable from https://pypi.python.org/pypi/mysql-connector-python/.

Is this the same fluke?