pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pathlib2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 23 08:31:51 UTC 2022

Modified Files:
        pkgsrc/devel/py-pathlib2: Makefile distinfo

Log Message:
py-pathlib2: updated to 2.3.7.1

Version 2.3.7-post1

Drop minimum required six version for the love of good old pip under Python 2, and updated code to be compatible with older six versions. Previous 2.3.7 releases were yanked to avoid potential issues.

Version 2.3.7-post0

Set minimum required six version.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pathlib2/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pathlib2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pathlib2/Makefile
diff -u pkgsrc/devel/py-pathlib2/Makefile:1.11 pkgsrc/devel/py-pathlib2/Makefile:1.12
--- pkgsrc/devel/py-pathlib2/Makefile:1.11      Thu Apr 21 10:46:12 2022
+++ pkgsrc/devel/py-pathlib2/Makefile   Mon May 23 08:31:51 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/04/21 10:46:12 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/05/23 08:31:51 adam Exp $
 
-DISTNAME=      pathlib2-2.3.7
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      pathlib2-2.3.7.post1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/post//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathlib2/}
 

Index: pkgsrc/devel/py-pathlib2/distinfo
diff -u pkgsrc/devel/py-pathlib2/distinfo:1.10 pkgsrc/devel/py-pathlib2/distinfo:1.11
--- pkgsrc/devel/py-pathlib2/distinfo:1.10      Thu Feb 10 20:54:23 2022
+++ pkgsrc/devel/py-pathlib2/distinfo   Mon May 23 08:31:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/02/10 20:54:23 adam Exp $
+$NetBSD: distinfo,v 1.11 2022/05/23 08:31:51 adam Exp $
 
-BLAKE2s (pathlib2-2.3.7.tar.gz) = 16a9a6c40d926c6fe8983ec4947e275347294692b0c422f09ac5e73e97bfeff6
-SHA512 (pathlib2-2.3.7.tar.gz) = 7f87412f987fa3ddcfea9611a814a9bfe38967469caa4cd91348aa7757a7017716d5677a4afeedbf93647ca2dbc1cc9052dd1cba52444f505ba670aa260eeccc
-Size (pathlib2-2.3.7.tar.gz) = 38804 bytes
+BLAKE2s (pathlib2-2.3.7.post1.tar.gz) = b230d938169633b73f8b81440a5df25639f80f84c88dc3487a77f65bdccbd73f
+SHA512 (pathlib2-2.3.7.post1.tar.gz) = bcca982f2b45311e01cd906a94ed7108d10276b703587e8f39fd4127b92b0f5cdf00053ca96e77eca3c8ab12cc06658ed1855b3517a7012de5ececc0519b532d
+Size (pathlib2-2.3.7.post1.tar.gz) = 211190 bytes



Home | Main Index | Thread Index | Old Index