Your message dated Tue, 27 Jul 2004 23:36:37 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#201568: fixed in yapps2 2.1.1-13 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; 16 Jul 2003 14:12:54 +0000 >From [EMAIL PROTECTED] Wed Jul 16 09:12:20 2003 Return-path: <[EMAIL PROTECTED]> Received: from gatekeeper.excelhustler.com (gatekeeper.elmer.external.excelhustler.com) [68.99.114.105] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19cn0y-00087A-00; Wed, 16 Jul 2003 09:12:17 -0500 Received: from chatterbox.elmer.internal.excelhustler.com (unknown [192.168.0.12]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "chatterbox.elmer.internal.excelhustler.com", Issuer "excelhustler.com" (verified OK)) by gatekeeper.elmer.external.excelhustler.com (Postfix) with ESMTP id 5A9FDE0117; Wed, 16 Jul 2003 09:12:16 -0500 (CDT) Received: by chatterbox.elmer.internal.excelhustler.com (Postfix, from userid 102) id 2580C5C12F; Wed, 16 Jul 2003 09:12:16 -0500 (CDT) X-Scanned-By: AMaViS-ng/clamscan at chatterbox.elmer.internal.excelhustler.com Received: from wile.internal.excelhustler.com (wile.internal.excelhustler.com [192.168.1.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by chatterbox.elmer.internal.excelhustler.com (Postfix) with ESMTP id 5019B5C010; Wed, 16 Jul 2003 09:12:15 -0500 (CDT) Received: by wile.internal.excelhustler.com (Postfix, from userid 1000) id 192917735; Wed, 16 Jul 2003 09:12:15 -0500 (CDT) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" From: John Goerzen <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: ITP: yapps2 -- A Recursive Descent Parser Generator for Python X-Mailer: reportbug 2.16 Date: Wed, 16 Jul 2003 09:12:15 -0500 X-Debbugs-Cc: debian-devel@lists.debian.org Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_01,HAS_PACKAGE,X_DEBBUGS_CC version=2.53-bugs.debian.org_2003_06_27 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27 (1.174.2.15-2003-03-30-exp) Package: wnpp Version: unavailable; reported 2003-07-16 Severity: wishlist * Package name : yapps2 Version : 2.0.3 Upstream Author : Amit Patel <[EMAIL PROTECTED]> * URL : http://theory.stanford.edu/~amitp/Yapps/ * License : BSD Description : A Recursive Descent Parser Generator for Python [ Note: I intend to edit this description prior to uploading the package. The text below comes largely from the Yapps website. Please refrain from flamage at this stage. ] Yapps (Yet Another Python Parser System) is an easy to use parser generator that is written in Python and generates Python code. Although there are several parser generators already available for Python (most of them lex/yacc clones), the Yapps project has different goals. Yapps is designed to be used when regular expressions are not enough and other parser systems are too much: situations where you may write your own recursive descent parser. . Some unusual features of Yapps that may be of interest are: . 1. Yapps produces human-readable recursive descent parsers. There are several heuristics used to keep the generated code simple. . 2. Yapps produces context-sensitive scanners that pick tokens based on the type of tokens accepted by the parser. In some situations, token matching is ambiguous unless the context is taken into account. . 3. Yapps rules can pass arguments down to subrules, so subrules can use information (such as declarations) that was parsed at higher levels in the parsing process. These are sometimes called attribute grammars. . This package is named yapps2 because it is incompatible with Yapps 1. Yapps 2.0 introduced new-style Python regular expressions, much tighter embedded code and iterative parsing, optional matching, etc. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux wile 2.4.20 #2 Mon Jun 9 14:29:13 CDT 2003 i686 Locale: LANG=C, LC_CTYPE=en_US --------------------------------------- Received: (at 201568-close) by bugs.debian.org; 28 Jul 2004 03:38:33 +0000 >From [EMAIL PROTECTED] Tue Jul 27 20:38:33 2004 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BpfGz-0006Iw-00; Tue, 27 Jul 2004 20:38:33 -0700 Received: from rdonald by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1BpfF7-0008Kx-00; Tue, 27 Jul 2004 23:36:37 -0400 From: Matthias Urlichs <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.30 $ Subject: Bug#201568: fixed in yapps2 2.1.1-13 Message-Id: <[EMAIL PROTECTED]> Sender: Randall Donald <[EMAIL PROTECTED]> Date: Tue, 27 Jul 2004 23:36:37 -0400 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Source: yapps2 Source-Version: 2.1.1-13 We believe that the bug you reported is fixed in the latest version of yapps2, which is due to be installed in the Debian FTP archive: yapps2_2.1.1-13.diff.gz to pool/main/y/yapps2/yapps2_2.1.1-13.diff.gz yapps2_2.1.1-13.dsc to pool/main/y/yapps2/yapps2_2.1.1-13.dsc yapps2_2.1.1-13_all.deb to pool/main/y/yapps2/yapps2_2.1.1-13_all.deb yapps2_2.1.1.orig.tar.gz to pool/main/y/yapps2/yapps2_2.1.1.orig.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. Matthias Urlichs <[EMAIL PROTECTED]> (supplier of updated yapps2 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 Changed-By: Matthias Urlichs <[EMAIL PROTECTED]> Date: Mon, 19 Jul 2004 09:29:17 +0200 Version: 2.1.1-13 Distribution: unstable Source: yapps2 Urgency: low Maintainer: Matthias Urlichs <[EMAIL PROTECTED]> Binary: yapps2 Architecture: all source Closes: 201568 Changes: yapps2 (2.1.1-13) unstable; urgency=low . * latex2html => hevea . yapps2 (2.1.1-12) unstable; urgency=low . * Build-Depend on python. . yapps2 (2.1.1-11) unstable; urgency=low . * Typo (made large file handling slow) * installation problem (new zero-sized file) . yapps2 (2.1.1-10) unstable; urgency=low . * Documentation update: build and install HTML documentation from LaTex source . yapps2 (2.1.1-9) unstable; urgency=low . * Renamed the package to "yapps2". * Submit to Debian. Closes: #201568. * Fix minor problem with setup.py. Description: yapps2 - Yet Another Python Parser System Files: 971f7a6fa7c7d9da20b3302aa478131e 16821 python optional yapps2_2.1.1-13.diff.gz 06f92ccd2ce7ce91410cc21181e5f061 63740 python optional yapps2_2.1.1-13_all.deb 789fdc79f7dfed27a8775c3e7d5ed0a6 601 python optional yapps2_2.1.1-13.dsc e8d6895b10481a189acc51bdac6409ff 37880 python optional yapps2_2.1.1.orig.tar.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/T0G8+hUANcKr/kRAoN6AJwO10vYyimNU5k/0iKecix6ZJPXdwCePXO/ XBHHAaqwXdzkIHrrVE5rZYA= =x1xu -----END PGP SIGNATURE-----