Received: by mail.netbsd.org (Postfix, from userid 605) id 6A7B884E92; Tue, 28 Feb 2023 06:16:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B21F84CFC for ; Tue, 28 Feb 2023 06:16:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rAZ0pX4uXmX5 for ; Tue, 28 Feb 2023 06:16:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1250B84CE3 for ; Tue, 28 Feb 2023 06:16:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B09FFA90; Tue, 28 Feb 2023 06:16:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677564984273220" MIME-Version: 1.0 Date: Tue, 28 Feb 2023 06:16:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-natsort To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230228061624.0B09FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677564984273220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 28 06:16:23 UTC 2023 Modified Files: pkgsrc/textproc/py-natsort: Makefile distinfo Log Message: py-natsort: updated to 8.3.0 8.3.0 Added - The `PRESORT` option to the `ns` enum to attain consistent sort order in certain corner cases - Logic to ensure `None` and NaN are sorted in a consistent order - Explict Python 3.11 support Changed - Only convert to `str` if necessary in `os_sorted` - Attempt to use new `fastnumbers` functionality if available - Move non-API documentation to the GitHub wiki Removed - Support for EOL Python 3.6 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-natsort/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-natsort/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677564984273220 Content-Disposition: inline Content-Length: 1596 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-natsort/Makefile diff -u pkgsrc/textproc/py-natsort/Makefile:1.22 pkgsrc/textproc/py-natsort/Makefile:1.23 --- pkgsrc/textproc/py-natsort/Makefile:1.22 Fri Sep 2 07:37:14 2022 +++ pkgsrc/textproc/py-natsort/Makefile Tue Feb 28 06:16:23 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/09/02 07:37:14 adam Exp $ +# $NetBSD: Makefile,v 1.23 2023/02/28 06:16:23 adam Exp $ -DISTNAME= natsort-8.2.0 +DISTNAME= natsort-8.3.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.21 pkgsrc/textproc/py-natsort/distinfo:1.22 --- pkgsrc/textproc/py-natsort/distinfo:1.21 Fri Sep 2 07:37:14 2022 +++ pkgsrc/textproc/py-natsort/distinfo Tue Feb 28 06:16:23 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2022/09/02 07:37:14 adam Exp $ +$NetBSD: distinfo,v 1.22 2023/02/28 06:16:23 adam Exp $ -BLAKE2s (natsort-8.2.0.tar.gz) = 00c5fe288fa7c272d2114c4fe3e52375323a41dcabca4a47d8e9782a8acfea57 -SHA512 (natsort-8.2.0.tar.gz) = d7e35c48ee36e69812c26b2cd333c57f1ec70c54017c4f51ed06dbb7619afc11cd1d589035faee700e1adf1e6b759b43ee497685fc88518be62c41957e15884e -Size (natsort-8.2.0.tar.gz) = 145643 bytes +BLAKE2s (natsort-8.3.0.tar.gz) = c54326a7ba072fe1db11e83666e84a971e054ac8e61e3688848a333bc655547f +SHA512 (natsort-8.3.0.tar.gz) = 63a65a99c9475e8ae96d722ae4c093cc73034c0dfdd254b24ae02904dd81cc8be36038c8a3fc514080f436d4124847f0f331d06a87c435f0b7b7d1d72313ae0d +Size (natsort-8.3.0.tar.gz) = 123448 bytes --_----------=_1677564984273220--