pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pooch
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 21 12:42:04 UTC 2024
Modified Files:
pkgsrc/devel/py-pooch: Makefile distinfo
Log Message:
py-pooch: updated to 1.8.1
v1.8.1
Bug fixes:
Use the ID instead of persistentID for Dataverse downloads since some repositories don't issue persistentIDs but all issue normal IDs
Ensure all archive members are unpacked in subsequent uses of Untar/Unzip if the first call only asked for a few members
Documentation:
Move "Projects using Pooch" further up the README
Update the versions of sphinx and its plugins
Maintenance:
Remove many deprecated pylint options
Use Dependabot to manage GitHub Actions
Simplify the test GitHub Actions workflow
Update format for Black 24.1.1
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pooch/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pooch/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-pooch/Makefile
diff -u pkgsrc/devel/py-pooch/Makefile:1.5 pkgsrc/devel/py-pooch/Makefile:1.6
--- pkgsrc/devel/py-pooch/Makefile:1.5 Mon Nov 27 17:20:29 2023
+++ pkgsrc/devel/py-pooch/Makefile Wed Feb 21 12:42:04 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/11/27 17:20:29 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/02/21 12:42:04 adam Exp $
-DISTNAME= pooch-1.8.0
+DISTNAME= pooch-1.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pooch/}
Index: pkgsrc/devel/py-pooch/distinfo
diff -u pkgsrc/devel/py-pooch/distinfo:1.4 pkgsrc/devel/py-pooch/distinfo:1.5
--- pkgsrc/devel/py-pooch/distinfo:1.4 Mon Nov 27 17:20:29 2023
+++ pkgsrc/devel/py-pooch/distinfo Wed Feb 21 12:42:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/11/27 17:20:29 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/02/21 12:42:04 adam Exp $
-BLAKE2s (pooch-1.8.0.tar.gz) = 3cb732aa77b9f464c24cdf35e974af044d5985c1c0a8add2d563b85b7433ebf3
-SHA512 (pooch-1.8.0.tar.gz) = d97e3e1098d1eeee30108affc64ed5a12f679e9122d35494598a03f3a548bb83b57dc54ac5a2c85bc42e664cb90f713bdb55b47b430ff000a722ffad58010497
-Size (pooch-1.8.0.tar.gz) = 59408 bytes
+BLAKE2s (pooch-1.8.1.tar.gz) = cc7c0e9129a2eeb08c65c500b37ed830b7cfca315995d4f85ee61ca4f1fdff09
+SHA512 (pooch-1.8.1.tar.gz) = 9e78da7839deb443340c925622d5e9b1d7a3f14fdac3eae2528fb91ebf86f88715e8737e869057fe7c703e8423303e15379c07e5d11a7bebd3da63b1ac06ae3f
+Size (pooch-1.8.1.tar.gz) = 59614 bytes
Home |
Main Index |
Thread Index |
Old Index