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:           Thu Feb 10 20:54:23 UTC 2022

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

Log Message:
py-pathlib2: updated to 2.3.7

Version 2.3.7
- **This version will be the last release to support Python 2.7.**
- Fix bug in samefile on Windows when file does not exist.
- Add newline parameter for write_text.
- Add many more type annotations.
- Continuous integration migrated to github actions.
- Project migrated to jazzband.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pathlib2/Makefile \
    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.9 pkgsrc/devel/py-pathlib2/Makefile:1.10
--- pkgsrc/devel/py-pathlib2/Makefile:1.9       Tue Jan  4 20:53:20 2022
+++ pkgsrc/devel/py-pathlib2/Makefile   Thu Feb 10 20:54:23 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:53:20 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/02/10 20:54:23 adam Exp $
 
-DISTNAME=      pathlib2-2.3.6
+DISTNAME=      pathlib2-2.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathlib2/}
 
Index: pkgsrc/devel/py-pathlib2/distinfo
diff -u pkgsrc/devel/py-pathlib2/distinfo:1.9 pkgsrc/devel/py-pathlib2/distinfo:1.10
--- pkgsrc/devel/py-pathlib2/distinfo:1.9       Tue Oct 26 10:18:44 2021
+++ pkgsrc/devel/py-pathlib2/distinfo   Thu Feb 10 20:54:23 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:18:44 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/02/10 20:54:23 adam Exp $
 
-BLAKE2s (pathlib2-2.3.6.tar.gz) = fdb23c037f7df5069b1c1acf6a0373d4142a8eae2b96428f096b900f2c3fd005
-SHA512 (pathlib2-2.3.6.tar.gz) = ed41792338d5808cdd068f6c04021b2918e5376fc6297f163712dec6b00a1f96f7905eeea0a601c333d253e0f1663a0472d842b0d920d680992045bbc36db970
-Size (pathlib2-2.3.6.tar.gz) = 38435 bytes
+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



Home | Main Index | Thread Index | Old Index