Received: by mail.netbsd.org (Postfix, from userid 605) id B62AD84D43; Tue, 14 Mar 2023 14:10:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E75E384D3C for ; Tue, 14 Mar 2023 14:10:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hw8uh3wa_fvE for ; Tue, 14 Mar 2023 14:10:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 17D1B84CEF for ; Tue, 14 Mar 2023 14:10:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10F23FA90; Tue, 14 Mar 2023 14:10:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167880305337720" MIME-Version: 1.0 Date: Tue, 14 Mar 2023 14:10:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pooch To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230314141053.10F23FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167880305337720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Mar 14 14:10:53 UTC 2023 Modified Files: pkgsrc/devel/py-pooch: Makefile PLIST distinfo Log Message: py-pooch: updated to 1.7.0 v1.7.0 Bug fixes: Make archive extraction always take members into account Figshare downloaders fetch the correct version, instead of always the latest one. New features: Allow spaces in filenames in registry files Refactor Pooch.is_available to use downloaders Add support for downloading files from Dataverse DOIs Add a new Pooch.load_registry_from_doi method that populates the Pooch registry using DOI-based data repositories Support urls for Zenodo repositories created through the GitHub integration service, which include slashes in the filename of the main zip files Automatically add a trailing slash to base_url on pooch.create Maintenance: Drop support for Python 3.6 Port from deprecated appdirs to platformdirs Update version of Codecov's Action to v3 Documentation: Update sphinx, theme, and sphinx-panels Add CITATION.cff for the JOSS article Use Markdown for the README Improve docstring of known_hash in retrieve function Replace link to Pooch's citation with a BibTeX code snippet To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pooch/Makefile \ pkgsrc/devel/py-pooch/PLIST pkgsrc/devel/py-pooch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167880305337720 Content-Disposition: inline Content-Length: 3197 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pooch/Makefile diff -u pkgsrc/devel/py-pooch/Makefile:1.2 pkgsrc/devel/py-pooch/Makefile:1.3 --- pkgsrc/devel/py-pooch/Makefile:1.2 Mon Jan 31 17:31:23 2022 +++ pkgsrc/devel/py-pooch/Makefile Tue Mar 14 14:10:52 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2022/01/31 17:31:23 adam Exp $ +# $NetBSD: Makefile,v 1.3 2023/03/14 14:10:52 adam Exp $ -DISTNAME= pooch-1.6.0 +DISTNAME= pooch-1.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pooch/} @@ -10,11 +10,11 @@ HOMEPAGE= https://github.com/fatiando/po COMMENT= Manages Python library's sample data files LICENSE= modified-bsd -BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel -DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.3.0:../../devel/py-appdirs +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging +DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.5.0:../../misc/py-platformdirs DEPENDS+= ${PYPKGPREFIX}-requests>=2.19.0:../../devel/py-requests -TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none Index: pkgsrc/devel/py-pooch/PLIST diff -u pkgsrc/devel/py-pooch/PLIST:1.2 pkgsrc/devel/py-pooch/PLIST:1.3 --- pkgsrc/devel/py-pooch/PLIST:1.2 Mon Jan 31 17:31:23 2022 +++ pkgsrc/devel/py-pooch/PLIST Tue Mar 14 14:10:52 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2022/01/31 17:31:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2023/03/14 14:10:52 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt ${PYSITELIB}/${WHEEL_INFODIR}/METADATA @@ -25,6 +25,7 @@ ${PYSITELIB}/pooch/tests/__init__.pyc ${PYSITELIB}/pooch/tests/data/large-data.txt ${PYSITELIB}/pooch/tests/data/registry-custom-url.txt ${PYSITELIB}/pooch/tests/data/registry-invalid.txt +${PYSITELIB}/pooch/tests/data/registry-spaces.txt ${PYSITELIB}/pooch/tests/data/registry.txt ${PYSITELIB}/pooch/tests/data/registry_comments.txt ${PYSITELIB}/pooch/tests/data/store.tar.gz Index: pkgsrc/devel/py-pooch/distinfo diff -u pkgsrc/devel/py-pooch/distinfo:1.2 pkgsrc/devel/py-pooch/distinfo:1.3 --- pkgsrc/devel/py-pooch/distinfo:1.2 Mon Jan 31 17:31:23 2022 +++ pkgsrc/devel/py-pooch/distinfo Tue Mar 14 14:10:52 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2022/01/31 17:31:23 adam Exp $ +$NetBSD: distinfo,v 1.3 2023/03/14 14:10:52 adam Exp $ -BLAKE2s (pooch-1.6.0.tar.gz) = bc4acfec62cad798f3014a8cafcc7d0179db85722bf28ed2913c48b99d01ce68 -SHA512 (pooch-1.6.0.tar.gz) = e1b6253b8879ef172bd6370139a7807355c7e1c03a1626ac46cb083b1f7d8beb5a8adb08c0828eb34e96a7164211d2dc7da214fd0176eb0606fe4ff47911257c -Size (pooch-1.6.0.tar.gz) = 52318 bytes +BLAKE2s (pooch-1.7.0.tar.gz) = 6c365d070c1ef4849009cea21729f4762b2efc17996271abceee1e462b5eeb79 +SHA512 (pooch-1.7.0.tar.gz) = 60126b893a9a1422aad12349143fbe72e485004f79b06da752f51ae374f375efae693304210c8d62b211433d7ce75fab53a50a6f267b1952df83fdccc2de13a7 +Size (pooch-1.7.0.tar.gz) = 57457 bytes --_----------=_167880305337720--