tags 665018 + pending thanks Dear maintainer,
I've prepared an NMU for python-fixtures (versioned as 0.3.6-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `-
diff -u python-fixtures-0.3.6/debian/changelog python-fixtures-0.3.6/debian/changelog --- python-fixtures-0.3.6/debian/changelog +++ python-fixtures-0.3.6/debian/changelog @@ -1,3 +1,13 @@ +python-fixtures (0.3.6-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: AttributeError: 'BrokenFixture' object has no attribute + 'items'": add patch from Emanuele Aina (add missing calls to + getDetails()). + (Closes: #665018) + + -- gregor herrmann <gre...@debian.org> Fri, 06 Jul 2012 16:48:36 -0600 + python-fixtures (0.3.6-1) unstable; urgency=low * New upstream release. only in patch2: unchanged: --- python-fixtures-0.3.6.orig/lib/fixtures/fixture.py +++ python-fixtures-0.3.6/lib/fixtures/fixture.py @@ -199,7 +199,7 @@ # The child failed to come up, capture any details it has (copying # the content, it may go away anytime). if gather_details is not None: - gather_details(fixture, self) + gather_details(fixture.getDetails(), self._details) raise else: self.addCleanup(fixture.cleanUp) only in patch2: unchanged: --- python-fixtures-0.3.6.orig/lib/fixtures/testcase.py +++ python-fixtures-0.3.6/lib/fixtures/testcase.py @@ -45,7 +45,7 @@ except: if use_details: # Capture the details now, in case the fixture goes away. - gather_details(fixture, self) + gather_details(fixture.getDetails(), self.getDetails()) raise else: self.addCleanup(fixture.cleanUp)
signature.asc
Description: Digital signature