On Jun 5, 2008, at 10:13 AM, Dryice Liu wrote:

>
>
> I just noticed the tarballs on SF and pypi are different.
>
> The one on SF:
> MD5 (SQLAlchemy-0.4.6.tar.gz) = 3043efb59000887ebe13fdcd6b6efadb
> SIZE (SQLAlchemy-0.4.6.tar.gz) = 1311544
>
> The one on PYPI:
> MD5 (SQLAlchemy-0.4.6.tar.gz) = 3d1e737bb408de25b2fadb19a736b40e
> SIZE (SQLAlchemy-0.4.6.tar.gz) = 1311536
>
> However it looks the content are identical. Could anyone please have a
> check on this?
>

I've noticed this before, and this seems to be a common side effect of  
the difference between:

python setup.py sdist

and

python setup.py sdist upload

issue for the setuptools list perhaps ?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to