pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-natsort py-natsort: updated to 7.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/b2f6172783e0
branches: trunk
changeset: 443075:b2f6172783e0
user: adam <adam%pkgsrc.org@localhost>
date: Sun Dec 06 11:40:27 2020 +0000
description:
py-natsort: updated to 7.1.0
7.1.0:
Added
- ``os_sorted``, ``os_sort_keygen``, and ``os_sort_key`` to better support
sorting like the file browser on the current operating system - this
closes the long-standing issue
- Support for Python 3.9
Changed
- MacOS unit tests run on native Python
- Treate `None` like `NaN` internally to avoid `TypeError`
- No longer fail tests every time a new Python version is released
Fixed
- Various typos, missing figures, and out-of-date information in the "How it works"
- Fix typo in CHANGELOG
- Updated "How it works" to account for Pandas updates
diffstat:
textproc/py-natsort/Makefile | 4 ++--
textproc/py-natsort/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 3d73bfc42284 -r b2f6172783e0 textproc/py-natsort/Makefile
--- a/textproc/py-natsort/Makefile Sun Dec 06 11:39:11 2020 +0000
+++ b/textproc/py-natsort/Makefile Sun Dec 06 11:40:27 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/04/29 13:53:31 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/12/06 11:40:27 adam Exp $
-DISTNAME= natsort-7.0.1
+DISTNAME= natsort-7.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/natsort/}
diff -r 3d73bfc42284 -r b2f6172783e0 textproc/py-natsort/distinfo
--- a/textproc/py-natsort/distinfo Sun Dec 06 11:39:11 2020 +0000
+++ b/textproc/py-natsort/distinfo Sun Dec 06 11:40:27 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/04/29 13:53:31 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/12/06 11:40:27 adam Exp $
-SHA1 (natsort-7.0.1.tar.gz) = 212e3d0a8c750102a055adbeeffbf2ba77150c66
-RMD160 (natsort-7.0.1.tar.gz) = 12dbd8191dab402be86a7181a6822ecba1d67a80
-SHA512 (natsort-7.0.1.tar.gz) = 48bfda8a42b951287d984e38c474b71233d56a578d8bec12e657413b3cdb71dd27103acda8dca359d87efd761e775deff0775a81d8dfa18df24c364921028c2b
-Size (natsort-7.0.1.tar.gz) = 139272 bytes
+SHA1 (natsort-7.1.0.tar.gz) = 0a6617470578dd5bd5e801f45f05c5f9504afff8
+RMD160 (natsort-7.1.0.tar.gz) = 14615ff3aa7259adce38632efbbb34885bb54916
+SHA512 (natsort-7.1.0.tar.gz) = 41293d70c3dc2214f9dc1c123f31cd7886341ae25c6342ac49f3d53d06ba15ecd8d666f1763fe790848c93668940a81b7e7f1fe896f0b91f180ca557dd922ac3
+Size (natsort-7.1.0.tar.gz) = 143534 bytes
Home |
Main Index |
Thread Index |
Old Index