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

Bug#726715: marked as done (ITP: python-parse -- Parse provides the reverse function for format())



Your message dated Sat, 30 Nov 2013 00:00:24 +0000
with message-id <E1VmXyy-0005Pe-Un@franck.debian.org>
and subject line Bug#726715: fixed in python-parse 1.6.3-1
has caused the Debian Bug report #726715,
regarding ITP: python-parse -- Parse provides the reverse function for format()
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 owner@bugs.debian.org
immediately.)


-- 
726715: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726715
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Arthur Vuillard <arthur@hashbang.fr>

* Package name    : python-parse
  Version         : 1.6.3
  Upstream Author : Richard Jones <rjones@ekit-inc.com>
* URL             : https://github.com/r1chardj0n3s/parse
* License         : BSD
  Programming Lang: Python
  Description     : Parse provides the reverse function for format()


Parse strings using a specification based on the Python format() syntax.

   ``parse()`` is the opposite of ``format()``

The module is set up to only export ``parse()``, ``search()`` and
``findall()`` when ``import *`` is used:

>>> from parse import *

>From there it's a simple thing to parse a string:

>>> parse("It's {}, I love it!", "It's spam, I love it!")
<Result ('spam',) {}>
>>> _[0]
'spam'

--- End Message ---
--- Begin Message ---
Source: python-parse
Source-Version: 1.6.3-1

We believe that the bug you reported is fixed in the latest version of
python-parse, 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 726715@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Bouthors <cyril@bouthors.org> (supplier of updated python-parse 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@ftp-master.debian.org)


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

Format: 1.8
Date: Mon, 11 Nov 2013 15:37:03 +0100
Source: python-parse
Binary: python-parse
Architecture: source all
Version: 1.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Cyril Bouthors <cyb@debian.org>
Changed-By: Cyril Bouthors <cyril@bouthors.org>
Description: 
 python-parse - Parse provides the reverse function for format().
Closes: 726715
Changes: 
 python-parse (1.6.3-1) unstable; urgency=low
 .
   * Initial release (closes: #726715).
Checksums-Sha1: 
 e568c9a160689c3a71400d30aceb8e10d77c37cc 1188 python-parse_1.6.3-1.dsc
 5532dce6dcca299a0719761c5b6249b52a61d2d0 23835 python-parse_1.6.3.orig.tar.gz
 c0d54afe6c9e31f57f7af49a17cf903ffe965738 1813 python-parse_1.6.3-1.debian.tar.gz
 19d66537b93f78b8ad6aefdee944a02b03d6566c 14520 python-parse_1.6.3-1_all.deb
Checksums-Sha256: 
 58b7dc66a48f44b6ca6cba018d84d6810b159af7cede97e179475f86169dec19 1188 python-parse_1.6.3-1.dsc
 a3881a39b21179fecaf754b9b822127d52db72b22e574eecb0fc2c5bc578b5bd 23835 python-parse_1.6.3.orig.tar.gz
 a05aa97be66f1a492eb33dc55ea29b2fe70990da1a05660ee3d6744e4cd699a3 1813 python-parse_1.6.3-1.debian.tar.gz
 28dbd00114751c7dd4b535168afd46587f1de79ae378ea653721038c5d23de45 14520 python-parse_1.6.3-1_all.deb
Files: 
 6793d508a8b4808bee2869f1b4289de6 1188 python optional python-parse_1.6.3-1.dsc
 d5b22f098cabd75cb8ca3341ecd348d4 23835 python optional python-parse_1.6.3.orig.tar.gz
 27c36a52f279ab339e0e139f2c3dde77 1813 python optional python-parse_1.6.3-1.debian.tar.gz
 b7c004b9fb23ec89ed06f3a2711387d3 14520 python optional python-parse_1.6.3-1_all.deb

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

iD8DBQFSgOv3Z1SJHeqsYt8RArlxAJ4s90ea6beTbJVJhvDqYk9VJ6i9SQCeKIcd
sxVp0wy7VEmLPyB5vwStGac=
=HIBQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: