Your message dated Wed, 28 Oct 2015 15:42:34 +0000
with message-id <e1zrsry-0002eo...@franck.debian.org>
and subject line Bug#802130: fixed in python-chameleon 2.24-1
has caused the Debian Bug report #802130,
regarding python-chameleon: FTBFS: KeyError: '__wrapped__'
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 ow...@bugs.debian.org
immediately.)


-- 
802130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802130
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-chameleon
Version: 2.22-1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:


OK
I: pybuild base:170: python3.5 setup.py test 
running test
running egg_info
writing top-level names to src/Chameleon.egg-info/top_level.txt
writing dependency_links to src/Chameleon.egg-info/dependency_links.txt
writing src/Chameleon.egg-info/PKG-INFO
reading manifest file 'src/Chameleon.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'src/Chameleon.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
  File "setup.py", line 82, in <module>
    'benchmark': Benchmark,
  File "/usr/lib/python3.5/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 146, 
in run
    self.with_project_on_sys_path(self.run_tests)
  File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 127, 
in with_project_on_sys_path
    func()
  File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 167, 
in run_tests
    testRunner=self._resolve_as_ep(self.test_runner),
  File "/usr/lib/python3.5/unittest/main.py", line 93, in __init__
    self.parseArgs(argv)
  File "/usr/lib/python3.5/unittest/main.py", line 140, in parseArgs
    self.createTests()
  File "/usr/lib/python3.5/unittest/main.py", line 147, in createTests
    self.module)
  File "/usr/lib/python3.5/unittest/loader.py", line 219, in loadTestsFromNames
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib/python3.5/unittest/loader.py", line 219, in <listcomp>
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib/python3.5/unittest/loader.py", line 190, in loadTestsFromName
    return self.loadTestsFromModule(obj)
  File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 36, in 
loadTestsFromModule
    tests.append(self.loadTestsFromName(submodule))
  File "/usr/lib/python3.5/unittest/loader.py", line 190, in loadTestsFromName
    return self.loadTestsFromModule(obj)
  File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 22, in 
loadTestsFromModule
    tests.append(TestLoader.loadTestsFromModule(self, module))
  File "/usr/lib/python3.5/unittest/loader.py", line 123, in loadTestsFromModule
    tests.append(self.loadTestsFromTestCase(obj))
  File "/usr/lib/python3.5/unittest/loader.py", line 92, in 
loadTestsFromTestCase
    loaded_suite = self.suiteClass(map(testCaseClass, testCaseNames))
  File "/usr/lib/python3.5/unittest/suite.py", line 24, in __init__
    self.addTests(tests)
  File "/usr/lib/python3.5/unittest/suite.py", line 57, in addTests
    for test in tests:
  File "/python-chameleon-2.22/src/chameleon/tests/test_doctests.py", line 10, 
in __new__
    return getattr(self, test)()
  File "/python-chameleon-2.22/src/chameleon/tests/test_doctests.py", line 40, 
in test_compiler
    compiler, optionflags=OPTIONFLAGS)
  File "/usr/lib/python3.5/doctest.py", line 2365, in DocTestSuite
    tests = test_finder.find(module, globs=globs, extraglobs=extraglobs)
  File "/usr/lib/python3.5/doctest.py", line 923, in find
    self._find(tests, obj, name, module, source_lines, globs, {})
  File "/usr/lib/python3.5/doctest.py", line 982, in _find
    if ((inspect.isroutine(inspect.unwrap(val))
  File "/usr/lib/python3.5/inspect.py", line 471, in unwrap
    while _is_wrapper(func):
  File "/usr/lib/python3.5/inspect.py", line 465, in _is_wrapper
    return hasattr(f, '__wrapped__')
  File "/python-chameleon-2.22/src/chameleon/utils.py", line 25, in __getattr__
    return _ast.__dict__.get(name) or getattr(_ast, self.aliases[name])
KeyError: '__wrapped__'
E: pybuild pybuild:262: test: plugin distutils failed with: exit code=1: 
python3.5 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 3.5 3.4 --dir . returned 
exit code 13

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/python-chameleon.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

--- End Message ---
--- Begin Message ---
Source: python-chameleon
Source-Version: 2.24-1

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

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 802...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry Warsaw <ba...@debian.org> (supplier of updated python-chameleon 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 28 Oct 2015 10:49:51 -0400
Source: python-chameleon
Binary: python-chameleon python3-chameleon python-chameleon-doc
Architecture: source all
Version: 2.24-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Ubuntu Zope Team 
<pkg-zope-develop...@lists.alioth.debian.org>
Changed-By: Barry Warsaw <ba...@debian.org>
Description:
 python-chameleon - XML-based template compiler
 python-chameleon-doc - XML-based template compiler
 python3-chameleon - XML-based template compiler
Closes: 802130
Changes:
 python-chameleon (2.24-1) unstable; urgency=medium
 .
   * New upstream release.  (Closes: #802130)
   * d/tests/control: Use simpler Test-Command syntax.
   * d/tests/all{,-3}: Removed.
Checksums-Sha1:
 98a54b739da045f3c0bc05f5d253ed4b83f9c262 2313 python-chameleon_2.24-1.dsc
 09b5bd6f5f00dfe931b5ac37e3bafe25829af316 193359 
python-chameleon_2.24.orig.tar.gz
 765b9276975646cfc945ea634b9ff4cf47505521 5728 
python-chameleon_2.24-1.debian.tar.xz
 ac3c334b7a41cef7ebcc568eb542d894446e0e79 44270 
python-chameleon-doc_2.24-1_all.deb
 ed8037aeb8650d136f1960202d340c939a0f1b77 134662 python-chameleon_2.24-1_all.deb
 e9ad9b028bcbda1b9adc1c0621e6a835d30c25ab 134758 
python3-chameleon_2.24-1_all.deb
Checksums-Sha256:
 da50bc0bd2ae7104c2037fdb34accc5089b7a522743da38b877b24b111bcb819 2313 
python-chameleon_2.24-1.dsc
 452e9580040ed8541062b16e21eaef4231dd5ed8da3ad9548246b9eef5c9787a 193359 
python-chameleon_2.24.orig.tar.gz
 b9b8ca56cd995d291aad7b16713a14ffa75cab0081fafb5314c68d9f4617c8a9 5728 
python-chameleon_2.24-1.debian.tar.xz
 34d3f5679208e92ad646c8e2cc06369dbe21b78a248f62315b5283a312ce3fb9 44270 
python-chameleon-doc_2.24-1_all.deb
 98a2765ccb5d141babfc284da360cbe6ce81ec77bf0d2843b48da2e168531ab5 134662 
python-chameleon_2.24-1_all.deb
 1b8d5b95622bda8eac524aafbb6707ee41819887c3e70c22f5423955c91aea37 134758 
python3-chameleon_2.24-1_all.deb
Files:
 48b9047a19216158ea5a7c5ff078ec23 2313 python optional 
python-chameleon_2.24-1.dsc
 1b01f1f6533a8a11d0d2f2366dec5342 193359 python optional 
python-chameleon_2.24.orig.tar.gz
 247b62cf2e27decdd25754119de4a85e 5728 python optional 
python-chameleon_2.24-1.debian.tar.xz
 832a13c6017c98abe276c5b828efd669 44270 doc optional 
python-chameleon-doc_2.24-1_all.deb
 48f9a1ae4e3ba7d2b1be3b4aa9271ce8 134662 python optional 
python-chameleon_2.24-1_all.deb
 3e7c54ebd169a661e3b9ef7d7955edc7 134758 python optional 
python3-chameleon_2.24-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWMOHiAAoJEBJutWOnSwa/f2gP/iDD1vTjgGV8UBEku0G9yu/6
QqYiDGE2GBfci3z8PHwghuphQ9cWhy9dNHBEdgMWwuX0DjYCGMb5yqNw0GNcPYPu
Cxwpl9qWMa3dBG2B6h3O2fi7f0Y2KTWy1+cqKqKSdF78I7FdJbwsCON3T17N9o9S
eWp4mGyiGpta7qwYMsTljf7eCt8b+N4Fbl1raRZPn5XioWZpRodnKBoNGMtGqPV4
NZlT/bpUHfG+KsbVtz6c9SNKteuG1gMB5EniINTSyCMQl8afZt92wGm+FbPKP3FM
fJ9Lje1PL8Zh3YXRP+EhzuGxDC13rhiSxr9nfQgZQUs3yroHzDwHnW0aqt1iSgVO
DXYgag8hJnUPzGLNbVRCRkZwQbmW4G9l4j/oQdYTU1oddjAfWeD4cVWztfxIG7+x
f5DOjsBA5K/l6GaeCWira1HXb3nxY+D1jEjDbvMidUjDrNVV9gKsR/HlGQFt5sDP
NTmKau/fivCxJykwo6/6+gjpGTxWgk/z4IcNc+/RT7I4l/3hwfh2pewpEK20jKtN
YAzpGfcjArQ1lwck85BmLhLwusvt5+4r6u6xgsNeaLZ03m1F/Hwa8Ai9FwKSv0Ds
PyJhzPjmAUv4ZpTohKycl6v1x3y4wIMHOShh0pvPFc9ZUgAFER8Wy/1kt3IYzC58
toU7NpuAD1sWrHPfqczY
=u1I3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to