Your message dated Wed, 22 Feb 2012 21:02:16 +0000
with message-id <e1s0jkk-0003d2...@franck.debian.org>
and subject line Bug#658787: fixed in cssutils 0.9.9-1
has caused the Debian Bug report #658787,
regarding cssutils: FTBFS: tests fail
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.)


-- 
658787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658787
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cssutils
Version: 0.9.8-1
Severity: serious
Justification: fails to build from source

cssutils FTBFS:
| set -e; \
|       for py in python2.7 python2.6; do \
|               $py setup.py nosetests; \
|       done
| running nosetests
| running egg_info
| writing src/cssutils.egg-info/PKG-INFO
| writing top-level names to src/cssutils.egg-info/top_level.txt
| writing dependency_links to src/cssutils.egg-info/dependency_links.txt
| writing entry points to src/cssutils.egg-info/entry_points.txt
| writing manifest file 'src/cssutils.egg-info/SOURCES.txt'
| reading manifest file 'src/cssutils.egg-info/SOURCES.txt'
| writing manifest file 'src/cssutils.egg-info/SOURCES.txt'
| running build_ext
| 
............................................................................................................................................................................................................F...............................E....................................................................................................................
| ======================================================================
| ERROR: CSSParser.parseUrl()
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/build/cssutils-ugzhNj/cssutils-0.9.8/src/tests/test_parse.py", line 
143, in test_parseUrl
|     self.assertRaises(urllib2.HTTPError, parser.parseUrl, 
'http://cthedot.de/not-present.css')
|   File "/usr/lib/python2.7/unittest/case.py", line 471, in assertRaises
|     callableObj(*args, **kwargs)
|   File "/build/cssutils-ugzhNj/cssutils-0.9.8/src/cssutils/parse.py", line 
196, in parseUrl
|     overrideEncoding=encoding)
|   File "/build/cssutils-ugzhNj/cssutils-0.9.8/src/cssutils/util.py", line 
840, in _readUrl
|     r = fetcher(url)
|   File "/build/cssutils-ugzhNj/cssutils-0.9.8/src/cssutils/_fetch.py", line 
37, in _defaultFetcher
|     log.warn(u'URLError, %s' % e.reason, error=e)
|   File "/build/cssutils-ugzhNj/cssutils-0.9.8/src/cssutils/_fetch.py", line 
24, in _defaultFetcher
|     res = urllib2.urlopen(request)
|   File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
|     return _opener.open(url, data, timeout)
|   File "/usr/lib/python2.7/urllib2.py", line 400, in open
|     response = self._open(req, data)
|   File "/usr/lib/python2.7/urllib2.py", line 418, in _open
|     '_open', req)
|   File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
|     result = func(*args)
|   File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
|     return self.do_open(httplib.HTTPConnection, req)
|   File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
|     raise URLError(err)
| URLError: <urlopen error [Errno -2] Name or service not known>
|
| ======================================================================
| FAIL: cssutils.log
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File 
"/build/cssutils-ugzhNj/cssutils-0.9.8/src/tests/test_errorhandler.py", line 
114, in test_handlers
|     u'ERROR    Expected "text/css" mime type')
| AssertionError: '' != u'ERROR    Expected "text/css" mime type'
| -------------------- >> begin captured logging << --------------------
| IGNORED-CSSUTILS-TEST: ERROR: Property: Invalid value for "CSS Color Module Level 
3/CSS Level 2.1" property: 1 [1:5: color]
| --------------------- >> end captured logging << ---------------------
|
| ----------------------------------------------------------------------
| Ran 353 tests in 7.505s
|
| FAILED (errors=1, failures=1)
| make[1]: *** [override_dh_auto_test] Error 1

--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Source: cssutils
Source-Version: 0.9.9-1

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

cssutils_0.9.9-1.debian.tar.gz
  to main/c/cssutils/cssutils_0.9.9-1.debian.tar.gz
cssutils_0.9.9-1.dsc
  to main/c/cssutils/cssutils_0.9.9-1.dsc
cssutils_0.9.9.orig.tar.gz
  to main/c/cssutils/cssutils_0.9.9.orig.tar.gz
python-cssutils_0.9.9-1_all.deb
  to main/c/cssutils/python-cssutils_0.9.9-1_all.deb
python3-cssutils_0.9.9-1_all.deb
  to main/c/cssutils/python3-cssutils_0.9.9-1_all.deb



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

Debian distribution maintenance software
pp.
Charlie Smotherman <cj...@cableone.net> (supplier of updated cssutils 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 22 Feb 2012 22:20:15 +0200
Source: cssutils
Binary: python-cssutils python3-cssutils
Architecture: source all
Version: 0.9.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Charlie Smotherman <cj...@cableone.net>
Description: 
 python-cssutils - CSS Cascading Style Sheets parser and builder
 python3-cssutils - Python3 CSS Cascading Style Sheets parser and builder
Closes: 658719 658787
Changes: 
 cssutils (0.9.9-1) unstable; urgency=low
 .
   * New upstream release.
   * Added rule to run py3 unittests.
   * Added rules to ignore/exclude failing unittests.  Opened bug in upstreams
     bug tracker wrt failing unittests. (Closes: #658787)
   * Added rules to fix py2 and py3 shebangs in cssparse csscombine and
     csscapture.  (Closes: #658719)
Checksums-Sha1: 
 6aa427f8bd3e4a348d6fa4b81bfa77636e0388f0 2251 cssutils_0.9.9-1.dsc
 bb0c6d15953265ad7ad960ffb6228e91673fa021 346847 cssutils_0.9.9.orig.tar.gz
 a4c48b1b4624fdd3e6a14c8143ed9cf86e0dfcb9 7600 cssutils_0.9.9-1.debian.tar.gz
 4f55faaababafa28b91271b15c809d33e12c70ba 261056 python-cssutils_0.9.9-1_all.deb
 66f56e4e562a36081c80c7fa5d07f8c3379afdec 254480 
python3-cssutils_0.9.9-1_all.deb
Checksums-Sha256: 
 8f8d0af59f4213d70b16edb07e59e76096478bea9455ab94a2456e5cdc274908 2251 
cssutils_0.9.9-1.dsc
 a9de07fd41838fab3f7acb83070327e4839ac00db1bb981aaa245c2b5da729b3 346847 
cssutils_0.9.9.orig.tar.gz
 98da386406fee7589e8d3e16baa3f99fb109dd842cb094ac9b05f731fadca9de 7600 
cssutils_0.9.9-1.debian.tar.gz
 02d828329a7e869fcc60222f94b6be63e46a1b45596e31a884b8ed0855b03a4b 261056 
python-cssutils_0.9.9-1_all.deb
 123614e206c9a8f7807480535d975e52f4af8fd3e5a202852ab2dc1263e97b9f 254480 
python3-cssutils_0.9.9-1_all.deb
Files: 
 fc4435da70f403ab820cb2794552e202 2251 python optional cssutils_0.9.9-1.dsc
 d7bb966fa22579d339de524e45823a4d 346847 python optional 
cssutils_0.9.9.orig.tar.gz
 e9bf49bea0aede8516f3eeb26c62308a 7600 python optional 
cssutils_0.9.9-1.debian.tar.gz
 e0347e939f3cdf9608a487d190c12e7e 261056 python optional 
python-cssutils_0.9.9-1_all.deb
 9dfaa94d7ebcaff9254c8eb3b7da62e2 254480 python optional 
python3-cssutils_0.9.9-1_all.deb

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

iQIcBAEBCgAGBQJPRVK8AAoJEACQ/CG1zRrMCQIQAOpSbjCaGUh0LGP3nEokdx2K
Kj91FBwS/YPssQiFmqbcdMJ0LkL+AyO76hrmlg9rKBl4U7pdnO5erO/Af3I4Hfw3
U7Lrn7qBgCJk9W+GUmJnPyd2m1a1LArbYjzqLmRQl1aucut/q5qHVh63rDV7LRYk
QHpGgEj9mWM0HvKWQigt127zH5qCi8PcibJgRrF0wRlDVKr6jmb/7lJnDFHTJ2kv
fX9A3J641ImILqObRztMDQo1CyA+eLM7x9YeiWW45W1867lyOfeYfk0tkhZfelqj
bV7VOCLSa/jZUbmWL5GWM1bhC06uHsmjsu3nGm6dH1jKOWzWXnLdCMa5tUwPwzjq
ZDnN3qT/uRuDZ+zca2oPIik2aLNUb3l+QwUSW4KN0iDe5m/i0Rkip8WJDzRNzwrh
OWnd3J4IXcdt4hhWS5xmPBWlzC7h4Z8HTH+Kaqqsz0edvRF34aLKn4ycVryhYTaq
EYG+mELyup67pgqvLpBi5TttwHMokqcJiFKHCjfw7nhjA9hofOhcB29YuhAmPwOp
aU1BsxUl77N570gaSZGUp/eOorcVV+gEu8DBzYMo7oOV+rtQaDm31AufV6Sx4Gkx
nO5ccwcf2ainmb/OTNEe/D3CEZHJk78nuEghPUaBQxEEZwdzsr/r2N+e3SY69iVv
HUdSr5K81NTwg8Ijk2li
=JA4S
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to