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 8.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ace3957b93f
branches: trunk
changeset: 378014:9ace3957b93f
user: adam <adam%pkgsrc.org@localhost>
date: Tue Apr 26 17:55:37 2022 +0000
description:
py-natsort: updated to 8.1.0
8.1.0 - 2022-01-30
Changed
When using ns.PATH, only split off a maximum of two suffixes from a file name.
8.0.2 - 2021-12-14
Fixed
Bug where sorting paths fail if one of the paths is '.'
8.0.1 - 2021-12-10
Fixed
Compose unicode characters when using locale to ensure sorting is correct across all locales
8.0.0 - 2021-11-03
Re-release 7.2.0 as 8.0.0 because introduction of type hints can break CI builds
diffstat:
textproc/py-natsort/Makefile | 7 +++----
textproc/py-natsort/PLIST | 4 +++-
textproc/py-natsort/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 9 deletions(-)
diffs (59 lines):
diff -r 47a756f35676 -r 9ace3957b93f textproc/py-natsort/Makefile
--- a/textproc/py-natsort/Makefile Tue Apr 26 17:50:11 2022 +0000
+++ b/textproc/py-natsort/Makefile Tue Apr 26 17:55:37 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2022/01/05 15:41:25 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/04/26 17:55:37 adam Exp $
-DISTNAME= natsort-7.1.1
+DISTNAME= natsort-8.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/natsort/}
@@ -25,7 +24,7 @@
${MV} natsort natsort-${PYVERSSUFFIX} || ${TRUE}
do-test:
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 47a756f35676 -r 9ace3957b93f textproc/py-natsort/PLIST
--- a/textproc/py-natsort/PLIST Tue Apr 26 17:50:11 2022 +0000
+++ b/textproc/py-natsort/PLIST Tue Apr 26 17:55:37 2022 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2020/04/29 13:53:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/04/26 17:55:37 adam Exp $
bin/natsort-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/natsort/__init__.py
@@ -30,6 +31,7 @@
${PYSITELIB}/natsort/ns_enum.py
${PYSITELIB}/natsort/ns_enum.pyc
${PYSITELIB}/natsort/ns_enum.pyo
+${PYSITELIB}/natsort/py.typed
${PYSITELIB}/natsort/unicode_numbers.py
${PYSITELIB}/natsort/unicode_numbers.pyc
${PYSITELIB}/natsort/unicode_numbers.pyo
diff -r 47a756f35676 -r 9ace3957b93f textproc/py-natsort/distinfo
--- a/textproc/py-natsort/distinfo Tue Apr 26 17:50:11 2022 +0000
+++ b/textproc/py-natsort/distinfo Tue Apr 26 17:55:37 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:23:08 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/04/26 17:55:37 adam Exp $
-BLAKE2s (natsort-7.1.1.tar.gz) = f67a7dfd89e24b3e0330b04b1100dc966c3242a8396cd410a6c08ff410b7136e
-SHA512 (natsort-7.1.1.tar.gz) = 1903c933c6203ef0cd194ea444d79276b79ec385728a92b6e73d1698abc8e1351e96ed8ea4ae5f9f413ef6daecfd269a4d0de74c45eedff682fe929d8f977f30
-Size (natsort-7.1.1.tar.gz) = 142749 bytes
+BLAKE2s (natsort-8.1.0.tar.gz) = 70c7aa329dc3d2aa09620420b965965d5edf21fe9292c5bd979370a475bffe46
+SHA512 (natsort-8.1.0.tar.gz) = a065899b124e6a6ee8560ce1882650e35f0c36ddfd3c56462820886b076cd8cdb0121825e30e298af576e07915cc5bc1e90fe3f0b1f7bfb89f816c00665baa22
+Size (natsort-8.1.0.tar.gz) = 145241 bytes
Home |
Main Index |
Thread Index |
Old Index