Your message dated Sun, 31 Jul 2005 09:17:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319617: fixed in yappy 1.4-6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Jul 2005 14:33:56 +0000
>From [EMAIL PROTECTED] Sat Jul 23 07:33:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from chiark.greenend.org.uk [193.201.200.170] (mail)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DwL4e-0000wJ-00; Sat, 23 Jul 2005 07:33:56 -0700
Received: from [172.18.45.6] (helo=davenant.greenend.org.uk ident=mail)
        by chiark.greenend.org.uk (Debian Exim 3.35 #1) with esmtp
        (return-path [EMAIL PROTECTED])
        id 1DwL4c-0002Yl-00
        for [EMAIL PROTECTED]; Sat, 23 Jul 2005 15:33:54 +0100
Received: from anarres.relativity.greenend.org.uk [172.18.45.2] (mail)
        by davenant.greenend.org.uk with esmtp (Exim 3.35 #1)
        id 1DwL4S-00068A-00 (Debian); Sat, 23 Jul 2005 15:33:44 +0100
Received: from ian by anarres.relativity.greenend.org.uk with local (Exim 3.36 
#1)
        id 1DwL4S-00015K-00 (Debian); Sat, 23 Jul 2005 15:33:44 +0100
From: Ian Jackson <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 23 Jul 2005 15:33:44 +0100
To: [EMAIL PROTECTED]
Subject: python2.4 doesn't have pcre ?
X-Mailer: VM 7.14 under Emacs 19.34.1
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: python2.4-yappy, python2.4
Version: 1.4-5, 2.4.1-2

-anarres:Pic-ext-simple> python2.3
Python 2.3.5 (#2, May 29 2005, 00:34:43) 
[GCC 3.3.6 (Debian 1:3.3.6-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yappy.parser
>>> 
-anarres:Pic-ext-simple> python2.3
Python 2.3.5 (#2, May 29 2005, 00:34:43) 
[GCC 3.3.6 (Debian 1:3.3.6-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pcre
>>> 
-anarres:Pic-ext-simple> python2.4
Python 2.4.1 (#2, May  5 2005, 11:32:06) 
[GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yappy.parser
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/yappy/parser.py", line 38, in ?
    import pcre, re, exceptions
ImportError: No module named pcre
>>> import pcre
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named pcre
>>> 
-anarres:Pic-ext-simple> 

-anarres:~> dpkg -l '*yappy*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
pn  python-yappy   <none>         (no description available)
ii  python-yappy-d 1.4-5          Documentation for yappy
pn  python2.2-yapp <none>         (no description available)
ii  python2.3-yapp 1.4-5          Yet Another Parser Generator fo Python
ii  python2.4-yapp 1.4-5          Yet Another Parser Generator fo Python
-anarres:~> dpkg -l 'python2.[34]*' | grep '^i'
ii  python2.3      2.3.5-4        An interactive high-level object-oriented la
ii  python2.3-dev  2.3.5-4        Header files and a static library for Python
ii  python2.3-doc  2.3.5-4        Documentation for the high-level object-orie
ii  python2.3-egen 2.0.6-1        date and time handling routines for Python 2
ii  python2.3-egen 2.0.6-1        generic proxy wrapper type for Python 2.3
ii  python2.3-egen 2.0.6-1        fast and memory-efficient queue for Python 2
ii  python2.3-egen 2.0.6-1        fast and memory-efficient stack for Python 2
ii  python2.3-egen 2.0.6-1        fast text manipulation tools for Python 2.3
ii  python2.3-egen 2.0.6-1        collection of new builtins for Python 2.3
ii  python2.3-yapp 1.4-5          Yet Another Parser Generator fo Python
ii  python2.4      2.4.1-2        An interactive high-level object-oriented la
ii  python2.4-dev  2.4.1-2        Header files and a static library for Python
ii  python2.4-doc  2.4.1-2        Documentation for the high-level object-orie
ii  python2.4-eunu 20050320.1     Missing manly parts of UNIX API for Python
ii  python2.4-exam 2.4.1-2        Examples for the Python language (v2.4)
ii  python2.4-pypa 1.2.2-1        Python parsing module
ii  python2.4-yapp 1.4-5          Yet Another Parser Generator fo Python
-anarres:~> 

---------------------------------------
Received: (at 319617-close) by bugs.debian.org; 31 Jul 2005 16:23:25 +0000
>From [EMAIL PROTECTED] Sun Jul 31 09:23:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1DzGUp-0008HL-00; Sun, 31 Jul 2005 09:17:03 -0700
From: Rogerio Reis <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319617: fixed in yappy 1.4-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 31 Jul 2005 09:17:03 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: yappy
Source-Version: 1.4-6

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

python-yappy-doc_1.4-6_all.deb
  to pool/main/y/yappy/python-yappy-doc_1.4-6_all.deb
python-yappy_1.4-6_all.deb
  to pool/main/y/yappy/python-yappy_1.4-6_all.deb
python2.2-yappy_1.4-6_all.deb
  to pool/main/y/yappy/python2.2-yappy_1.4-6_all.deb
python2.3-yappy_1.4-6_all.deb
  to pool/main/y/yappy/python2.3-yappy_1.4-6_all.deb
python2.4-yappy_1.4-6_all.deb
  to pool/main/y/yappy/python2.4-yappy_1.4-6_all.deb
yappy_1.4-6.dsc
  to pool/main/y/yappy/yappy_1.4-6.dsc
yappy_1.4-6.tar.gz
  to pool/main/y/yappy/yappy_1.4-6.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.
Rogerio Reis <[EMAIL PROTECTED]> (supplier of updated yappy 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.7
Date: Sun, 31 Jul 2005 15:43:03 +0100
Source: yappy
Binary: python2.4-yappy python-yappy-doc python2.3-yappy python2.2-yappy 
python-yappy
Architecture: source all
Version: 1.4-6
Distribution: unstable
Urgency: low
Maintainer: Rogerio Reis <[EMAIL PROTECTED]>
Changed-By: Rogerio Reis <[EMAIL PROTECTED]>
Description: 
 python-yappy - Yet Another Parser Generator fo Python
 python-yappy-doc - Documentation for yappy
 python2.2-yappy - Yet Another Parser Generator fo Python
 python2.3-yappy - Yet Another Parser Generator fo Python
 python2.4-yappy - Yet Another Parser Generator fo Python
Closes: 319617 319736 319737
Changes: 
 yappy (1.4-6) unstable; urgency=low
 .
   * Bug fix: "yappy copyright file is missing trailing newline", thanks to
     Ian Jackson (Closes: #319737).
   * Bug fix: "yappy copyright file has typo in URL", thanks to Ian Jackson
     (Closes: #319736).
   * Module pcre dependencies removed (Closes: #319617).
   * Exceptions cleaned... (still need proper error recover).
Files: 
 5dcc91973f918947f5aa1842533369ce 588 python optional yappy_1.4-6.dsc
 2ed1e77924ecb243a97d028107089c7e 161223 python optional yappy_1.4-6.tar.gz
 7fc3f9b86cf2c71c74ce0add47f141c1 2704 python optional 
python-yappy_1.4-6_all.deb
 c9f4bb22d513498ed85a96a370244be2 18930 python optional 
python2.3-yappy_1.4-6_all.deb
 08037573ca32c6d322b3aaf9d9c0cb24 18934 python optional 
python2.4-yappy_1.4-6_all.deb
 d1f1825ed9d4555b0611e84e1658622a 18930 python optional 
python2.2-yappy_1.4-6_all.deb
 980d7d56e8e9e50f12fccb3d9f53a812 148188 doc optional 
python-yappy-doc_1.4-6_all.deb

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

iD8DBQFC7PPCQxSObRjqNFcRAs+XAKCRSoHXGpifDDHdJAfP7JBjr3+ncQCff4Q8
YyHDLZd3+nbNtchuTk8bNvE=
=4ROP
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to