[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#794344: transition: python-sqlalchemy



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: transition

I noticed that sqlalchemy is not transitioning to testing because a number of
depending packages need to be rebuilt.  I've gotten a bit lost trying to
figure out exactly which packages are left to do, so I'd appreciate it if
you could set up a transition tracker to facilitate getting this done.

Below is my likely not so great attempt at a Ben file.  Fundamentally, a
'good' package will Depend: python-sqlalchemy (>= 1.0~), python-sqlalchemy
(<< 1.1) and a 'bad' package will have a max version something less than 1.0.

Ben file:

title = "python-sqlalchemy";
is_affected = .depends ~ "python-sqlalchemy" ;
is_good = .depends ~ "python-sqlalchemy (<< 1.1)";
is_bad = .depends ~ "python-sqlalchemy (<< 0.9)" | .depends ~ "python-sqlalchemy (<< 0.10)";


Reply to: