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: wiz
Date: Wed Jun 28 08:43:18 UTC 2023
Modified Files:
pkgsrc/textproc/py-natsort: Makefile distinfo
Log Message:
py-natsort: update to 8.4.0.
[8.4.0] - 2023-06-19
---
### Changed
- The changelog now only explictly exists in the repository
(issue [#162](https://github.com/SethMMorton/natsort/issues/162))
### Fixed
- Inputs with spaces near adjascent to the extension are now sorted
correctly for `os_sorted` on Windows (issues
[#165](https://github.com/SethMMorton/natsort/issues/165) and
[#166](https://github.com/SethMMorton/natsort/pull/166))
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-natsort/Makefile
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/textproc/py-natsort/Makefile:1.25
--- pkgsrc/textproc/py-natsort/Makefile:1.24 Wed Mar 8 12:18:09 2023
+++ pkgsrc/textproc/py-natsort/Makefile Wed Jun 28 08:43:18 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2023/03/08 12:18:09 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/06/28 08:43:18 wiz Exp $
-DISTNAME= natsort-8.3.1
+DISTNAME= natsort-8.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/natsort/}
@@ -12,6 +12,7 @@ LICENSE= mit
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
USE_LANGUAGES= # none
@@ -23,6 +24,7 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} natsort natsort-${PYVERSSUFFIX} || ${TRUE}
+TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
Index: pkgsrc/textproc/py-natsort/distinfo
diff -u pkgsrc/textproc/py-natsort/distinfo:1.23 pkgsrc/textproc/py-natsort/distinfo:1.24
--- pkgsrc/textproc/py-natsort/distinfo:1.23 Wed Mar 8 12:18:09 2023
+++ pkgsrc/textproc/py-natsort/distinfo Wed Jun 28 08:43:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/03/08 12:18:09 adam Exp $
+$NetBSD: distinfo,v 1.24 2023/06/28 08:43:18 wiz Exp $
-BLAKE2s (natsort-8.3.1.tar.gz) = 440bc6e6399f22079533e710dd6768bb95c12c6b55910d1c0338fa04226c95c4
-SHA512 (natsort-8.3.1.tar.gz) = 98ee9bfed9307487b9ae9ced5ce723b6840c6f882d06702f205986430572b767f3ac0930ffdf0663d99256f6feed704394b2b7e11f4b01f4f0241cd8639df622
-Size (natsort-8.3.1.tar.gz) = 123736 bytes
+BLAKE2s (natsort-8.4.0.tar.gz) = 987fae68ebe07248ded10be5170d102f8da71e786b702c7b038963b62383711d
+SHA512 (natsort-8.4.0.tar.gz) = a005abc0fe7ccbb58d1926698a841d90f7f3eac72f062044a6716f0676e0b0766f3e7e14867fb2a0ff1124deaf9796d096744d68b2f6eea001841abed49345c8
+Size (natsort-8.4.0.tar.gz) = 76575 bytes
Home |
Main Index |
Thread Index |
Old Index