[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#440781: marked as done (ITA: pyparsing -- Python parsing module)



Your message dated Sat, 15 Sep 2007 20:47:11 +0000
with message-id <E1IWeXn-0000CS-G6@ries.debian.org>
and subject line Bug#440781: fixed in pyparsing 1.4.7-1
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)

--- Begin Message ---
Package: wnpp
Severity: normal

The current maintainer of pyparsing, Tommi Virtanen <tv@debian.org>,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you are *sure* you will have enough time and attention to
work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: pyparsing
Binary: python-pyparsing
Version: 1.4.2-1.1
Priority: optional
Section: python
Maintainer: Tommi Virtanen <tv@debian.org>
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11)
Build-Depends-Indep: python-support (>= 0.3), sysutils
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/p/pyparsing
Files:
 11ed063c7d78c399d7eab4797a2aa48f 683 pyparsing_1.4.2-1.1.dsc
 2ccd765807b94694c69b4233a01afea8 524438 pyparsing_1.4.2.orig.tar.gz
 9ec7ac21f24a9fc2959412ec5724bc46 2805 pyparsing_1.4.2-1.1.diff.gz

Package: python-pyparsing
Priority: optional
Section: python
Installed-Size: 1488
Maintainer: Tommi Virtanen <tv@debian.org>
Architecture: all
Source: pyparsing
Version: 1.4.2-1.1
Replaces: python2.3-pyparsing (<< 1.4.2-1.1), python2.4-pyparsing (<< 1.4.2-1.1)
Depends: python, python-support (>= 0.2)
Conflicts: python2.3-pyparsing (<< 1.4.2-1.1), python2.4-pyparsing (<< 1.4.2-1.1)
Filename: pool/main/p/pyparsing/python-pyparsing_1.4.2-1.1_all.deb
Size: 389424
MD5sum: 7ce24a32a40a8fd95e91fd0fd6317d67
SHA1: f6af0ab5f52e422723a50058dfe1219cb8497736
SHA256: c28e020c7c4f918f43451e5e1553b2c782a5065ea1a2f6ba20b7dc532c2cecbc
Description: Python parsing module
 The parsing module is an alternative approach to creating and
 executing simple grammars, vs. the traditional lex/yacc approach, or
 the use of regular expressions.  The parsing module provides a
 library of classes that client code uses to construct the grammar
 directly in Python code.
 .
 Here's an example:
 .
  from parsing import Word, alphas
  greet = Word(alphas) + "," + Word(alphas) + "!"
  hello = "Hello, World!"
  print hello, "->", greet.parseString(hello)
Python-Version: all


-- 
  .''`.     Mario Iseli <mario@debian.org>
 : :'  :    Debian GNU/Linux developer
 `. `'`
   `-  Debian - when you have better things to do than fixing a system


--- End Message ---
--- Begin Message ---
Source: pyparsing
Source-Version: 1.4.7-1

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

pyparsing_1.4.7-1.diff.gz
  to pool/main/p/pyparsing/pyparsing_1.4.7-1.diff.gz
pyparsing_1.4.7-1.dsc
  to pool/main/p/pyparsing/pyparsing_1.4.7-1.dsc
pyparsing_1.4.7.orig.tar.gz
  to pool/main/p/pyparsing/pyparsing_1.4.7.orig.tar.gz
python-pyparsing_1.4.7-1_all.deb
  to pool/main/p/pyparsing/python-pyparsing_1.4.7-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 440781@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kevin Coyner <kcoyner@debian.org> (supplier of updated pyparsing 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 15 Sep 2007 14:53:52 -0400
Source: pyparsing
Binary: python-pyparsing
Architecture: source all
Version: 1.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner <kcoyner@debian.org>
Changed-By: Kevin Coyner <kcoyner@debian.org>
Description: 
 python-pyparsing - Python parsing module
Closes: 373503 382170 418711 437400 440781
Changes: 
 pyparsing (1.4.7-1) unstable; urgency=low
 .
   * New upstream version. Closes: #437400.
   * New maintainer. Closes: #440781.
   * Acknowledge NMU. Closes: #373503.
   * debian/control:
     + Changed Build-Depends-Indep from sysutils to tofrodos. Closes: #382170.
     + Bumped python-support version to >= 0.5.3 in Build-Depends-Indep.
     + Added XS-Python-Version: all.
     + Added Uploaders: Debian Python Modules Team
   * setWhitespaceChars in pyparsing.py was missing a return statement. Fixed
     in version 1.4.5. Closes: #418711.
   * Removed unneeded debian/python-pyparsing.README.Debian.
Files: 
 97aede56b08df9a8a983172b52470cc6 788 python optional pyparsing_1.4.7-1.dsc
 144b8854de246c321093d9f80727de9e 725943 python optional pyparsing_1.4.7.orig.tar.gz
 7c42658304bab1688708f858a2b2ec07 3011 python optional pyparsing_1.4.7-1.diff.gz
 63f4d6beb899070c6ce135601cad29f2 528006 python optional python-pyparsing_1.4.7-1_all.deb

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

iD8DBQFG7D0gqPceVIzhGUERAg87AJ9iAqHuHYR9POKuYCh6kmU2QpHKIACghlBp
aG5LmqaXbvGZgjFofTy0h3o=
=Nz+v
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: