pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-s3transfer



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep  4 07:10:55 UTC 2024

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

Log Message:
py-s3transfer: updated to 0.10.2

0.10.2

bugfix:awscrt: Pass operation name to awscrt.s3 to improve error handling.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/py-s3transfer/Makefile \
    pkgsrc/net/py-s3transfer/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-s3transfer/Makefile
diff -u pkgsrc/net/py-s3transfer/Makefile:1.19 pkgsrc/net/py-s3transfer/Makefile:1.20
--- pkgsrc/net/py-s3transfer/Makefile:1.19      Fri Apr 12 11:11:51 2024
+++ pkgsrc/net/py-s3transfer/Makefile   Wed Sep  4 07:10:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/04/12 11:11:51 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/09/04 07:10:54 adam Exp $
 
-DISTNAME=      s3transfer-0.10.1
+DISTNAME=      s3transfer-0.10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/s3transfer/}
@@ -16,7 +16,5 @@ DEPENDS+=     ${PYPKGPREFIX}-botocore>=1.33.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-s3transfer/distinfo
diff -u pkgsrc/net/py-s3transfer/distinfo:1.19 pkgsrc/net/py-s3transfer/distinfo:1.20
--- pkgsrc/net/py-s3transfer/distinfo:1.19      Fri Apr 12 11:11:51 2024
+++ pkgsrc/net/py-s3transfer/distinfo   Wed Sep  4 07:10:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/04/12 11:11:51 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/09/04 07:10:54 adam Exp $
 
-BLAKE2s (s3transfer-0.10.1.tar.gz) = 0bd474eec3eb8e5562f64cfa7b9d05c54af800ac6d66154c0a081b5c3e1bc213
-SHA512 (s3transfer-0.10.1.tar.gz) = f18a5f655b354cba1c745bba699b8abdeae406669b0dded249925e4189c1d849bc0966ddc415ca25562a7214fbf7979553a67b4d993d054bc5237e301414f0a1
-Size (s3transfer-0.10.1.tar.gz) = 143308 bytes
+BLAKE2s (s3transfer-0.10.2.tar.gz) = e7fe9c9bb702d69c573e7deaf18f1e80716e212cc3aa8611e47e8f4c49e81521
+SHA512 (s3transfer-0.10.2.tar.gz) = 6d11a3a79042070b764042d502878854c18b641723a8e1fb0b8d90f06bd6100ac295350ab3a91b23acd742bb69da18bfc98e9b834f71f57d58548296de0c8d75
+Size (s3transfer-0.10.2.tar.gz) = 144095 bytes



Home | Main Index | Thread Index | Old Index