On Feb 15, 12:20 am, Michael Pedersen <[email protected]> wrote:
> Weekly status roundup:
>
> *TG2.1 / SQLAlchemy Bug*
> So, it seems that, with 2.1 and SQLAlchemy 0.7 beta, we have a bug. For now,
> the short term fix is to make sure to get users to install 0.6.6. The only
> question is *how* to make this happen.
>
> My initial response was to tell people to use our private PyPI. The
> immediate response is "They don't do it now, and we tell them to do so, why
> will they start listening?" So, I have a different proposed solution: We
> change our setup.py to include our private PyPI in the list of places to
> look. As much as possible, we even force it to be the *first* place to look.
>
> Now, people can make end runs around this issue, and it won't fix existing
> applications, but if we put this into our quickstart, it will take care of
> the issues pretty nicely. As an added bonus, it also prevents future
> problems. The drawback is that, since we're in the middle of a migration,
> and URLs are changing, I wouldn't want to push this update until at least
> the web migration is complete.

Both the methods you suggest have been tried before and both have
failed.
"Forcing our pypi index, has the opposite problem, if there is a mayor
security release, or something that unbreaks something that broke
really bad (look for the Extremes package for an example of how it was
broken in our pypi and fixed in regular pypi.

Putting it into the quickstart has the problem that everyone with the
current version of TG will get a broken build. Also it's conceptually
wrong your app does not depend on SA 0.6.6. Turbogears does, more
specifically repoze.what.plugins.sql therefore *TG* should have the
restriction (at least until r.what is fixed)

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en.

Reply via email to