On 2011-04-07, at 9:10 AM, Tres Seaver wrote:

> On 04/06/2011 11:03 PM, Nathan wrote:
> 
>> Hopefully this is the right place to post this. The repoze bug
>> tracker appears to be down so I couldn't post it there, either.
> 
> I have restarted the roundup instance.  Current development of
> repoze.what has moved from the Repoze SVN repository to Github:
> 
> https://github.com/repoze/repoze.what/
> 
> New bug reports for repoze.what should likely got to the Github tracker.
> 
>> I've been testing out SQLAlchemy 0.7b3 in my app and, while it's gone
>> quite well for the most part, it breaks due to this import in
>> repoze.what.plugins.sql.adapters-1.0:
>> 
>> from sqlalchemy.exceptions import SQLAlchemyError
>> 
>> Apparently .exceptions has been removed in 0.7 (it's now .exc), but
>> in any case, this import is not used anywhere in this module, and
>> removing it has no ill effect as far as I can tell.
>> 
>> Is there any chance a new version of this plugin could be released
>> with this import removed?
> 
> Our preferred mode for this kind of request is for the reporter to fork
> the repository, push the requested changes to the fork, and issue a pull
> request (bog-standard Github interaciton).  We need to update the
> "hacking repoze" docs[1] to indicate the new model for the project moved
> to Github.
> 
> 
> [1] http://docs.repoze.org/hacking/

I don't see a repository for this plugin on Github, so unless someone wants to 
port it over there, I can just submit a patch from the current SVN repository.

Thanks for the info, Tres!

Cheers,
Nathan

_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to