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: Thu Jul 16 08:17:41 UTC 2026
Modified Files:
pkgsrc/net/py-s3transfer: Makefile distinfo
Log Message:
py-s3transfer: updated to 0.19.1
0.19.1
bugfix:s3: Only pin VersionId if supplied by caller instead of automatically using value from HeadObject response
0.19.0
feature:s3: Update multi-part copy logic to match single-part behavior for TaggingDirective and AnnotationDirective
enhancement:s3: Warn when Metadata or Tagging is supplied to a copy without the corresponding directive set to REPLACE, in which case the supplied value is silently ignored. This matches the
CopyObject behavior.
0.18.0
feature:Copy: By default, preserve source object metadata during multipart copies to match single CopyObject behavior.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/py-s3transfer/Makefile
cvs rdiff -u -r1.28 -r1.29 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.29 pkgsrc/net/py-s3transfer/Makefile:1.30
--- pkgsrc/net/py-s3transfer/Makefile:1.29 Fri May 8 12:03:56 2026
+++ pkgsrc/net/py-s3transfer/Makefile Thu Jul 16 08:17:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2026/05/08 12:03:56 adam Exp $
+# $NetBSD: Makefile,v 1.30 2026/07/16 08:17:41 adam Exp $
-DISTNAME= s3transfer-0.17.0
+DISTNAME= s3transfer-0.19.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/s3transfer/}
Index: pkgsrc/net/py-s3transfer/distinfo
diff -u pkgsrc/net/py-s3transfer/distinfo:1.28 pkgsrc/net/py-s3transfer/distinfo:1.29
--- pkgsrc/net/py-s3transfer/distinfo:1.28 Fri May 8 12:03:56 2026
+++ pkgsrc/net/py-s3transfer/distinfo Thu Jul 16 08:17:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2026/05/08 12:03:56 adam Exp $
+$NetBSD: distinfo,v 1.29 2026/07/16 08:17:41 adam Exp $
-BLAKE2s (s3transfer-0.17.0.tar.gz) = dd26838e624a0c1a28fc19be9753093d01e0a2792f554950131d62762547f337
-SHA512 (s3transfer-0.17.0.tar.gz) = cbd5a5ac93d3cad66b54d93fdd07b36dbc40a377e89395fd16349f0e8e5abc66938f4c74c00cc8ee4a14b9ac4673a43b18c217357eb4fcd72cb61682605bd134
-Size (s3transfer-0.17.0.tar.gz) = 155337 bytes
+BLAKE2s (s3transfer-0.19.1.tar.gz) = 617daf7f69719e4f8946105e0626f1f5c3db59e8ac4fc78658395c6d4032a221
+SHA512 (s3transfer-0.19.1.tar.gz) = 31df1989c2e9b5b157793a905818363c6a4897034bcb58063e5a3be8e4ed8bc7ef4228b04f328087ae2a92e37bd6133406f00d5b1f82a840e4c1d7034afa2266
+Size (s3transfer-0.19.1.tar.gz) = 165354 bytes
Home |
Main Index |
Thread Index |
Old Index