Your message dated Sun, 06 Jan 2013 14:49:17 +0000
with message-id <[email protected]>
and subject line Bug#693028: fixed in pygments 1.5+dfsg-2
has caused the Debian Bug report #693028,
regarding pygments: Please add DEP-8 tests
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.)


-- 
693028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693028
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pygments
Version: 1.5+dfsg-1
Severity: wishlist
Tags: patch

Dear maintainer,

The attached patch adds DEP-8 tests¹ to the package. One of the tests is
disabled because it depends on the files that are excluded from our DFSG
tarball.

Please consider including these tests or let me know if I can commit
them myself.

It was discussed² at [email protected] that we'll probably add DEP-8
support to our QA server at jenkins.debian.net.

[1]: 
http://anonscm.debian.org/gitweb/?p=autopkgtest/autopkgtest.git;f=doc/README.package-tests;hb=HEAD
[2]: see the discussion starting at 
https://lists.debian.org/debian-qa/2012/11/msg00010.html

--
Dmitry Shachnev

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: debian/patches/disable_example_files_test.patch
===================================================================
--- debian/patches/disable_example_files_test.patch	(revision 0)
+++ debian/patches/disable_example_files_test.patch	(working copy)
@@ -0,0 +1,20 @@
+=== modified file 'tests/test_examplefiles.py'
+--- a/tests/test_examplefiles.py	2012-03-11 18:22:42 +0000
++++ b/tests/test_examplefiles.py	2012-11-12 07:18:38 +0000
+@@ -8,6 +8,7 @@
+ """
+ 
+ import os
++import nose
+ import pprint
+ import difflib
+ import cPickle as pickle
+@@ -19,6 +20,7 @@
+ STORE_OUTPUT = False
+ 
+ # generate methods
[email protected]
+ def test_example_files():
+     testdir = os.path.dirname(__file__)
+     outdir = os.path.join(testdir, 'examplefiles', 'output')
+
Index: debian/tests/python3-pygments
===================================================================
--- debian/tests/python3-pygments	(revision 0)
+++ debian/tests/python3-pygments	(working copy)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -eu
+
+cp -r tests "$ADTTMP"
+cat debian/patches/disable_example_files_test.patch | (cd "$ADTTMP/tests" && patch -p2)
+cd "$ADTTMP/tests"
+
+for python in $(py3versions -i); do
+	PYTHONWARNINGS=d $python ./run.py 2>&1
+done

Property changes on: debian/tests/python3-pygments
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: debian/tests/control
===================================================================
--- debian/tests/control	(revision 0)
+++ debian/tests/control	(working copy)
@@ -0,0 +1,5 @@
+Tests: python-pygments
+Depends: python-pygments, python-nose
+
+Tests: python3-pygments
+Depends: python3-pygments, python3-nose
Index: debian/tests/python-pygments
===================================================================
--- debian/tests/python-pygments	(revision 0)
+++ debian/tests/python-pygments	(working copy)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -eu
+
+cp -r tests "$ADTTMP"
+cat debian/patches/disable_example_files_test.patch | (cd "$ADTTMP/tests" && patch -p2)
+cd "$ADTTMP/tests"
+
+for python in $(pyversions -i); do
+	PYTHONWARNINGS=d $python ./run.py 2>&1
+done

Property changes on: debian/tests/python-pygments
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: debian/control
===================================================================
--- debian/control	(revision 22964)
+++ debian/control	(working copy)
@@ -11,6 +11,7 @@
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pygments/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pygments/trunk/
 X-Python-Version: >= 2.4
+XS-Testsuite: autopkgtest
 
 Package: python-pygments
 Architecture: all

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: pygments
Source-Version: 1.5+dfsg-2

We believe that the bug you reported is fixed in the latest version of
pygments, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Ożarowski <[email protected]> (supplier of updated pygments 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: SHA512

Format: 1.8
Date: Sun, 06 Jan 2013 14:38:26 +0100
Source: pygments
Binary: python-pygments python3-pygments
Architecture: source all
Version: 1.5+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski <[email protected]>
Changed-By: Piotr Ożarowski <[email protected]>
Description: 
 python-pygments - syntax highlighting package written in Python
 python3-pygments - syntax highlighting package written in Python 3
Closes: 693028
Changes: 
 pygments (1.5+dfsg-2) unstable; urgency=low
 .
   [ Dmitry Shachnev ]
   * Add DEP-8 tests (closes: #693028).
   * Remove unneeded build-dependency on quilt.
   * Bump Standards-Version to 3.9.4.
     + Add empty build-arch target to debian/rules.
   * Drop Breaks: {python:Breaks}, it is obsolete.
   * debian/patches/fix_makefile_re.patch: cherry-picked upstream commit
     that fixes Makefile highlighting.
Checksums-Sha1: 
 da3c8a97acc7abab921614786bd3225a5f47ee9d 2185 pygments_1.5+dfsg-2.dsc
 d2e9e7e734dce62a3fa388e2e1f99b0ba3df2351 7490 pygments_1.5+dfsg-2.debian.tar.gz
 038f1b2bf16f1255563e33b363880bef7a3b234a 447220 
python-pygments_1.5+dfsg-2_all.deb
 1752bf0085093ff6e67cde4b96be3377898581e5 363054 
python3-pygments_1.5+dfsg-2_all.deb
Checksums-Sha256: 
 46d18b2fc28d16a140f8beaa9a04aee97cfaa7919a8fe82dff146d0df6c05562 2185 
pygments_1.5+dfsg-2.dsc
 555acfb5c36eb8181db54e9967505c6227a33e5dea57b2341fb2a18031e717bc 7490 
pygments_1.5+dfsg-2.debian.tar.gz
 b241b51524c29581178f2e0db324bf81d2ab58e0bfb123bd48230c3f169256e4 447220 
python-pygments_1.5+dfsg-2_all.deb
 196b6992acaafac21d90861938dfdd2d542869f3151c8a30633368dae5b70b1f 363054 
python3-pygments_1.5+dfsg-2_all.deb
Files: 
 c576bb2af02dfa52a739528585048ed1 2185 python optional pygments_1.5+dfsg-2.dsc
 76fdcb6a4b187f27251183b150d7efd9 7490 python optional 
pygments_1.5+dfsg-2.debian.tar.gz
 63cbe5cb3fd240a6be512c758b796e01 447220 python optional 
python-pygments_1.5+dfsg-2_all.deb
 3b9ba4d6d1507846f4cfd3f159306d0a 363054 python optional 
python3-pygments_1.5+dfsg-2_all.deb

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

iQIcBAEBCgAGBQJQ6X/TAAoJEK728aKnRXZF7nIP/0zn5so6oLxYDl8LOUgIbN8r
U02p6f6ZGGoCZe9OsEaqA0x6/8xLtUwwvF4k9kJo2hgVI5rtWKPWu6cvHIV9XDg+
VMFL4x9vuut7X0oAeP6Yv2ifk9DrE9UJn9wYBxPAijkeZH9EiFBl1KZcyGWLWbh8
0aN+zYRhQmQvOm66R5jrCRApCUrEl9wNvwT4ApYf583nNvqCka2bPIzy9aZHWrJO
YSNvrBJ0cnK/1u4Iwb7HT6xpHEl990hDRvVikJralakl6cokYB0nuYVm74gf+/js
ByjhtKQ1CXgG8SLR7MOQHfcoivU7Aj1NlyaQaS9Ne9EMBOjds1jSz1i5l5ioQL8V
aqSDYtBqlWCpJgD889xaipEpEA89F2fFB480vJnXdVUqX9jQI2Al0/WYbGZPOwYs
N23mQnnjt7ig4nbMjAvPbg6ainPCCMfOh/OXCEUZYfVQh6gKhXobDVlMc1KERCkz
S4p/lcuPnyCL5z3hlVUgr8GBA8z+dGyWlzoYzAVB59Qk3b2psTS9JWzjM9yV3bU0
jlmJfA0wsx8EG12QSX3VPXr6/6itFy1BI16FthJFU8DV+9sXZsDr8aO9gHtCIhC/
SH3sKSyROOMIV8fKUMDU62kw3YNer5Gf+jda5vTC0VDeue6jxoD1YCweBbboMUr4
MkX5sDQ1x/KjPncWLPDU
=qnjU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to