pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-unearth



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 27 15:29:10 UTC 2023

Modified Files:
        pkgsrc/net/py-unearth: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-unearth/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-unearth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-unearth/Makefile
diff -u pkgsrc/net/py-unearth/Makefile:1.6 pkgsrc/net/py-unearth/Makefile:1.7
--- pkgsrc/net/py-unearth/Makefile:1.6  Thu Jul 20 07:51:37 2023
+++ pkgsrc/net/py-unearth/Makefile      Wed Sep 27 15:29:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/07/20 07:51:37 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/09/27 15:29:10 adam Exp $
 
-DISTNAME=      unearth-0.10.0
+DISTNAME=      unearth-0.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/unearth/}

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



Home | Main Index | Thread Index | Old Index