pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pathlib2 py-pathlib2: updated to 2.3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/353b64cca186
branches:  trunk
changeset: 373290:353b64cca186
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 10 20:54:23 2022 +0000

description:
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.

diffstat:

 devel/py-pathlib2/Makefile |  5 ++---
 devel/py-pathlib2/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 938d6d401e0c -r 353b64cca186 devel/py-pathlib2/Makefile
--- a/devel/py-pathlib2/Makefile        Thu Feb 10 20:51:56 2022 +0000
+++ b/devel/py-pathlib2/Makefile        Thu Feb 10 20:54:23 2022 +0000
@@ -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/}
 
diff -r 938d6d401e0c -r 353b64cca186 devel/py-pathlib2/distinfo
--- a/devel/py-pathlib2/distinfo        Thu Feb 10 20:51:56 2022 +0000
+++ b/devel/py-pathlib2/distinfo        Thu Feb 10 20:54:23 2022 +0000
@@ -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