Your message dated Sat, 07 Feb 2009 13:47:10 +0000
with message-id <[email protected]>
and subject line Bug#512584: fixed in python-git 0.1.6-1
has caused the Debian Bug report #512584,
regarding git.Repo.commits_between always returns None
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
512584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512584
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-git
Version: 0.1.5-1
Severity: normal
Tags: patch

Hi.

git.Repo.commits_between always returns None because it looks like
this:

    return Commit.find_all(self, "%s..%s" % (frm, to)).reverse()

list.reverse reverses in place and returns None.

I attach a patch to fix this.

Thanks,

-- 
Jonny Lamb, UK
[email protected]

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: python-git
Source-Version: 0.1.6-1

We believe that the bug you reported is fixed in the latest version of
python-git, which is due to be installed in the Debian FTP archive:

python-git_0.1.6-1.diff.gz
  to pool/main/p/python-git/python-git_0.1.6-1.diff.gz
python-git_0.1.6-1.dsc
  to pool/main/p/python-git/python-git_0.1.6-1.dsc
python-git_0.1.6-1_all.deb
  to pool/main/p/python-git/python-git_0.1.6-1_all.deb
python-git_0.1.6.orig.tar.gz
  to pool/main/p/python-git/python-git_0.1.6.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Watkins <[email protected]> (supplier of updated python-git 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 07 Feb 2009 12:10:15 +0100
Source: python-git
Binary: python-git
Architecture: source all
Version: 0.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Watkins <[email protected]>
Changed-By: Daniel Watkins <[email protected]>
Description: 
 python-git - Python library to interact with Git repositories
Closes: 512584
Changes: 
 python-git (0.1.6-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #512584)
   * Changed licensing of packaging to match upstream's license.
Checksums-Sha1: 
 1dcc6aaebefde964937b9071dfecaf22d8ca89e1 1359 python-git_0.1.6-1.dsc
 31041b210e9bcd43730c1d36ef4ebac699572fdc 16127 python-git_0.1.6.orig.tar.gz
 23bfc86aedae58674f1b5ecb98546ec945e18bbf 1578 python-git_0.1.6-1.diff.gz
 0c8c089f99c97781133c83d5d44e434f35679c12 17516 python-git_0.1.6-1_all.deb
Checksums-Sha256: 
 3caffbb66a68667f46443e140b1377c5ef6a8a32b0b297c46e5b73b072003e6d 1359 
python-git_0.1.6-1.dsc
 49f966f435564653f7dfd36df237a6c65748b69bdd431e39971a4695f3990c8b 16127 
python-git_0.1.6.orig.tar.gz
 93d3daa11f5c2b3fb591330b4d6b2438fca71e9382fef9052b6feefc7ed1cbf6 1578 
python-git_0.1.6-1.diff.gz
 65a93811a21246df0bb7d54964721d18e19c2c128a1fd4cf007ef1ae87082b98 17516 
python-git_0.1.6-1_all.deb
Files: 
 ba4f4713740cb1707402b08a2b1968f5 1359 python optional python-git_0.1.6-1.dsc
 da9af1ffefbe03cf424f0e00bef0c868 16127 python optional 
python-git_0.1.6.orig.tar.gz
 9d0745ac3451cd8f4d044f0cc0969ff4 1578 python optional 
python-git_0.1.6-1.diff.gz
 632abe5dc2428b076a500d8e017a2d81 17516 python optional 
python-git_0.1.6-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmNjsEACgkQB01zfu119ZlTjwCcC0SV4bthMOzUqRGH+/oSXc54
ozsAnis74ANTw/DlYi/iOSOMdA37420v
=Tldr
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to