Package: release.debian.org Severity: normal User: [email protected] 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)"; -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/20150801210910.6682.14893.reportbug@kitterma-E6430

