Skip to content

Commit

Permalink
py-natsort: update to 8.4.0.
Browse files Browse the repository at this point in the history
[8.4.0] - 2023-06-19
---

### Changed

- The changelog now only explictly exists in the repository
  (issue [#162](SethMMorton/natsort#162))

### Fixed

- Inputs with spaces near adjascent to the extension are now sorted
  correctly for `os_sorted` on Windows (issues
  [#165](SethMMorton/natsort#165) and
  [#166](SethMMorton/natsort#166))
  • Loading branch information
0-wiz-0 committed Jun 28, 2023
1 parent 3320ab6 commit 09d67dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions textproc/py-natsort/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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

Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions textproc/py-natsort/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 09d67dc

Please sign in to comment.