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:           Tue Feb  4 08:06:45 UTC 2025

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

Log Message:
py-s3transfer: updated to 0.11.2

0.11.2

bugfix:upload: Only set a default checksum if the request_checksum_calculation config is set to when_supported.

0.11.1

bugfix:Dependencies: Update the floor version of botocore to 1.36.0 to match imports.

0.11.0

feature:manager: Use CRC32 by default and support user provided full-object checksums.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/py-s3transfer/Makefile
cvs rdiff -u -r1.22 -r1.23 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.23 pkgsrc/net/py-s3transfer/Makefile:1.24
--- pkgsrc/net/py-s3transfer/Makefile:1.23      Tue Nov 26 07:55:05 2024
+++ pkgsrc/net/py-s3transfer/Makefile   Tue Feb  4 08:06:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/11/26 07:55:05 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/02/04 08:06:45 adam Exp $
 
-DISTNAME=      s3transfer-0.10.4
+DISTNAME=      s3transfer-0.11.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/s3transfer/}
@@ -11,7 +11,7 @@ COMMENT=      Amazon S3 Transfer Manager
 LICENSE=       apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.33.2:../../net/py-botocore
+DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.36.0:../../net/py-botocore
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/net/py-s3transfer/distinfo
diff -u pkgsrc/net/py-s3transfer/distinfo:1.22 pkgsrc/net/py-s3transfer/distinfo:1.23
--- pkgsrc/net/py-s3transfer/distinfo:1.22      Tue Nov 26 07:55:05 2024
+++ pkgsrc/net/py-s3transfer/distinfo   Tue Feb  4 08:06:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/11/26 07:55:05 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/02/04 08:06:45 adam Exp $
 
-BLAKE2s (s3transfer-0.10.4.tar.gz) = b338459e71956da4981de1319712d8c6c62bec30507d567029cc3ba4736d0d0c
-SHA512 (s3transfer-0.10.4.tar.gz) = 671d95e9f507bdca8cf53b88cd28285f9c2ae1456fcb24ba4a61a75d30e8c8fa8b2a4faa8c8364114dc3e5c57f630d5b61575847b167e37b3de44b42c45f6a63
-Size (s3transfer-0.10.4.tar.gz) = 145287 bytes
+BLAKE2s (s3transfer-0.11.2.tar.gz) = 6adaf6eea6735a3e53e61eec28552ebe0996a8675f155774ac8a8f4dfb9f76c9
+SHA512 (s3transfer-0.11.2.tar.gz) = f118422878cfbbbc965ddecc6e93e49d194e68fce223ddf0bb7ff342ba48fa6fd0621cdc158e7e0bd1f35f22bafaed259e743304f4aac23bc58679e955dd9b40
+Size (s3transfer-0.11.2.tar.gz) = 147885 bytes



Home | Main Index | Thread Index | Old Index