pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-natsort
Module Name: pkgsrc
Committed By: adam
Date: Sun Dec 6 11:40:27 UTC 2020
Modified Files:
pkgsrc/textproc/py-natsort: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-natsort/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-natsort/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-natsort/Makefile
diff -u pkgsrc/textproc/py-natsort/Makefile:1.16 pkgsrc/textproc/py-natsort/Makefile:1.17
--- pkgsrc/textproc/py-natsort/Makefile:1.16 Wed Apr 29 13:53:31 2020
+++ pkgsrc/textproc/py-natsort/Makefile Sun Dec 6 11:40:27 2020
@@ -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/}
Index: pkgsrc/textproc/py-natsort/distinfo
diff -u pkgsrc/textproc/py-natsort/distinfo:1.15 pkgsrc/textproc/py-natsort/distinfo:1.16
--- pkgsrc/textproc/py-natsort/distinfo:1.15 Wed Apr 29 13:53:31 2020
+++ pkgsrc/textproc/py-natsort/distinfo Sun Dec 6 11:40:27 2020
@@ -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