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:           Fri Feb  8 10:52:03 UTC 2019

Modified Files:
        pkgsrc/textproc/py-natsort: Makefile distinfo

Log Message:
py-natsort: updated to 6.0.0

6.0.0:
Drop support for Python 2.6 and 3.3
Remove deprecated APIs (kwargs number_type, signed, exp, as_path, py3_safe; enums ns.TYPESAFE, ns.DIGIT, ns.VERSION; functions versorted, index_versorted)
Remove pipenv as a dependency for building
Simply Travis-CI configuration
Fix README rendering in PyPI


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-natsort/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/textproc/py-natsort/Makefile:1.13
--- pkgsrc/textproc/py-natsort/Makefile:1.12    Tue Nov 27 16:19:05 2018
+++ pkgsrc/textproc/py-natsort/Makefile Fri Feb  8 10:52:03 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/11/27 16:19:05 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/02/08 10:52:03 adam Exp $
 
-DISTNAME=      natsort-5.5.0
+DISTNAME=      natsort-6.0.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.11 pkgsrc/textproc/py-natsort/distinfo:1.12
--- pkgsrc/textproc/py-natsort/distinfo:1.11    Tue Nov 27 16:19:05 2018
+++ pkgsrc/textproc/py-natsort/distinfo Fri Feb  8 10:52:03 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/11/27 16:19:05 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/02/08 10:52:03 adam Exp $
 
-SHA1 (natsort-5.5.0.tar.gz) = 926bc9e57196f2d774b1bc37a41a66687b24309b
-RMD160 (natsort-5.5.0.tar.gz) = 513476c5b6cca8e774b41f1643f48eb7fc0687a3
-SHA512 (natsort-5.5.0.tar.gz) = 9d65c67bd9f441b1b0b16e048bc6ed6e9df21b8c18ae449ea0b86fec8c1c5a2f0d7bba0b8739481ed44ded1b5d692728ef1fca7c2b77cae272e729460d7eefed
-Size (natsort-5.5.0.tar.gz) = 148672 bytes
+SHA1 (natsort-6.0.0.tar.gz) = 819836a08f604c1c53712e37765eaa5182f2e839
+RMD160 (natsort-6.0.0.tar.gz) = bc57ebaf0994b8c2c5286a2442173dd9506627db
+SHA512 (natsort-6.0.0.tar.gz) = d051de6824a727ead814c0305beefaa61ee64038999187b95db5395c761f623077b086ef453c134668cb764f4fc5e72a767177442f6ac3d71ec9b491e8876d5b
+Size (natsort-6.0.0.tar.gz) = 140718 bytes



Home | Main Index | Thread Index | Old Index