Comment 3 for bug 337460

Revision history for this message
Anders Kaseorg (andersk) wrote :

I request a freeze exception for syncing python-git 0.1.6-1 from Debian
unstable. There are no reverse dependencies, and this package was not
in Intrepid. I have built the new version in my PPA, and tested it
against a project I am working on that uses python-git. To demonstrate
that this bug has been fixed:

$ git rev-list HEAD^..HEAD
4a6908a3a050aacc9c3a2f36b276b46c0629ad91

>>> print git.Repo().commits_between('HEAD^', 'HEAD')
<listreverseiterator object at 0x1a84510>
>>> print list(git.Repo().commits_between('HEAD^', 'HEAD'))
[<git.Commit "4a6908a3a050aacc9c3a2f36b276b46c0629ad91">]

Attached are the upstream changelog diff and logs of a build, install,
and upgrade.

 summary "Freeze exception request: Please sync python-git 0.1.6-1 from Debian unstable."
 subscribe motu-release