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

Bug#723742: marked as done (ITP: python-naturalsort -- Simple natural order sorting API for Python that just works)



Your message dated Sat, 21 Sep 2013 04:00:38 +0000
with message-id <E1VNEN4-000512-Rm@franck.debian.org>
and subject line Bug#723742: fixed in python-naturalsort 1.0.3-1
has caused the Debian Bug report #723742,
regarding ITP: python-naturalsort -- Simple natural order sorting API for Python that just works
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.)


-- 
723742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723742
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name    : python-naturalsort
  Version         : 1.0.3
  Upstream Author : Peter Odding
* URL or Web page : https://pypi.python.org/pypi/naturalsort
* License         : BSD
  Description     : Simple natural order sorting API for Python that just works

 The ``natsort.natsort()`` function in the ``naturalsort`` package is a very
 simple alternative to Python's ``sorted()`` function that implements `natural
 order sorting`_ in Python. The package is available on PyPI, so getting started
 is very simple:
 .
   $ pip install naturalsort
   $ python
   > from natsort import natsort
   > versions = ['1.8.1-r26', '1.8.1-r30', '2.0-r2', '2.0-r7', '2.0-r11']
   > natsort(['my-package-%s' % v for v in versions])
   ['my-package-1.8.1-r26',
    'my-package-1.8.1-r30',
    'my-package-2.0-r2',
    'my-package-2.0-r7',
    'my-package-2.0-r11']
 .
 The main use case that this package was originally created for is sorting of
 pathnames with versions numbers embedded in them. This is why the sorting key
 defined by the ``naturalsort`` package ignores filename extensions (not doing
 so can give unexpected results).
--
 ,''`.
: :' :      Cyril Bouthors
`. `'         Debian.org
  `-


--- End Message ---
--- Begin Message ---
Source: python-naturalsort
Source-Version: 1.0.3-1

We believe that the bug you reported is fixed in the latest version of
python-naturalsort, 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 723742@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-naturalsort 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: Thu, 19 Sep 2013 14:29:14 +0200
Source: python-naturalsort
Binary: python-naturalsort
Architecture: source all
Version: 1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Cyril Bouthors <cyril@bouthors.org>
Changed-By: Cyril Bouthors <cyril@bouthors.org>
Description: 
 python-naturalsort - Simple natural order sorting API for Python that just works
Closes: 723742
Changes: 
 python-naturalsort (1.0.3-1) unstable; urgency=low
 .
   * Initial release (closes: #723742).
Checksums-Sha1: 
 07cd2ed4be31874cd2df4a19fab1a7a488b3f6a6 1201 python-naturalsort_1.0.3-1.dsc
 27a5862440223163b71b0f02e0db565ed302a423 4511 python-naturalsort_1.0.3.orig.tar.gz
 43a5732ba3f9fbbfc3f3d921ed1b56bb96920210 1841 python-naturalsort_1.0.3-1.debian.tar.gz
 9d46a4df6273daf084c02a28e84ae4cb157c1d39 5614 python-naturalsort_1.0.3-1_all.deb
Checksums-Sha256: 
 413efbdd7adf3de8fa810e9936f222039b7e96699ad40d3481c8dec1e94e5439 1201 python-naturalsort_1.0.3-1.dsc
 e757a81909cf40f6881701d4e39d966f6151deb735fcb5b3e82d8949bd0d336c 4511 python-naturalsort_1.0.3.orig.tar.gz
 29c62257507d658e2c2d498a972fa6c41697d958d220fe8ea35b47c50b179f18 1841 python-naturalsort_1.0.3-1.debian.tar.gz
 370055081d9d4890a3ed3775660a4f4609ee34a62ff4c9611965c41603c7fa71 5614 python-naturalsort_1.0.3-1_all.deb
Files: 
 3af397501b5ec59215bbf645feaa590f 1201 python optional python-naturalsort_1.0.3-1.dsc
 b4e264064f064740664ca59ceeefd19f 4511 python optional python-naturalsort_1.0.3.orig.tar.gz
 176c72c8260232de4ba2b1e3ba77e2c7 1841 python optional python-naturalsort_1.0.3-1.debian.tar.gz
 2c9569a60e90d6fec5337955d52267e7 5614 python optional python-naturalsort_1.0.3-1_all.deb

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

iD8DBQFSOvLUZ1SJHeqsYt8RAsfVAJ9jPgOucVpPMVmdksqpSSpJcpip0ACfeD02
6BwPVEU2sFbDCqRf7RneIZs=
=2hDO
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: