Wed Sep 27 15:29:10 2023 UTC ()
py-unearth: updated to 0.11.0

0.11.0

�泅� Features

Handle 403 same as 401, and look for credentials on 404 error

�汾� Bug Fixes

Close response files correctly
Change FormatControl to respect the priority of only_binary over no_binary
Include useful message if VCS command not found


(adam)
diff -r1.6 -r1.7 pkgsrc/net/py-unearth/Makefile
diff -r1.5 -r1.6 pkgsrc/net/py-unearth/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/net/py-unearth/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-unearth/Makefile 2023/07/20 07:51:37 1.6
+++ pkgsrc/net/py-unearth/Makefile 2023/09/27 15:29:10 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2023/07/20 07:51:37 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2023/09/27 15:29:10 adam Exp $
2 2
3DISTNAME= unearth-0.10.0 3DISTNAME= unearth-0.11.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=u/unearth/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=u/unearth/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/frostming/unearth 9HOMEPAGE= https://github.com/frostming/unearth
10COMMENT= Utility to fetch and download python packages 10COMMENT= Utility to fetch and download python packages
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend 13TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
14DEPENDS+= ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging 14DEPENDS+= ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
15DEPENDS+= ${PYPKGPREFIX}-requests>=2.25:../../devel/py-requests 15DEPENDS+= ${PYPKGPREFIX}-requests>=2.25:../../devel/py-requests
16TEST_DEPENDS+= ${PYPKGPREFIX}-flask>=2.1.2:../../www/py-flask 16TEST_DEPENDS+= ${PYPKGPREFIX}-flask>=2.1.2:../../www/py-flask

cvs diff -r1.5 -r1.6 pkgsrc/net/py-unearth/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-unearth/distinfo 2023/07/20 07:51:37 1.5
+++ pkgsrc/net/py-unearth/distinfo 2023/09/27 15:29:10 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2023/07/20 07:51:37 adam Exp $ 1$NetBSD: distinfo,v 1.6 2023/09/27 15:29:10 adam Exp $
2 2
3BLAKE2s (unearth-0.10.0.tar.gz) = 3257463a73b622f7cf83d271f106513bb4c02a84858617fb28c550e655f558f7 3BLAKE2s (unearth-0.11.0.tar.gz) = 5e09e44e489ddad083e291a725b38ebceb4f6aef3baabfdf0787f4acb869bea8
4SHA512 (unearth-0.10.0.tar.gz) = 98799202939e1206b6fdd46eb61947c9f9f8068a6857f76aace8dd2c67a3fad9dd3b7a5232d7812b0dcd214c39a9e2a6fafbd18cbfeb9aa4c216571b88b3f131 4SHA512 (unearth-0.11.0.tar.gz) = 70a06a32f6f2ca74c16a55f9613b543d807e437bd99c0ebb02c0d721144cf45208df78940ee41911a8168c9181ec733b9aec2176038b2556d0e2ad5e8c2cc0d4
5Size (unearth-0.10.0.tar.gz) = 270997 bytes 5Size (unearth-0.11.0.tar.gz) = 271154 bytes