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 Apr 15 07:54:46 UTC 2025

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

Log Message:
py-s3transfer: updated to 0.11.4

0.11.4

enhancement:Dependencies: Update the floor version of botocore to 1.37.4 to match imports.
enhancement:Tasks: Pass Botocore context from parent to child threads.

0.11.3

bugfix:awscrt: Fix urlencoding issues for request signing with the awscrt.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/py-s3transfer/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-s3transfer/PLIST
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/net/py-s3transfer/Makefile:1.25
--- pkgsrc/net/py-s3transfer/Makefile:1.24      Tue Feb  4 08:06:45 2025
+++ pkgsrc/net/py-s3transfer/Makefile   Tue Apr 15 07:54:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/02/04 08:06:45 adam Exp $
+# $NetBSD: Makefile,v 1.25 2025/04/15 07:54:46 adam Exp $
 
-DISTNAME=      s3transfer-0.11.2
+DISTNAME=      s3transfer-0.11.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/s3transfer/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/boto/s3tran
 COMMENT=       Amazon S3 Transfer Manager
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.36.0:../../net/py-botocore
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.37.4:../../net/py-botocore
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/net/py-s3transfer/PLIST
diff -u pkgsrc/net/py-s3transfer/PLIST:1.5 pkgsrc/net/py-s3transfer/PLIST:1.6
--- pkgsrc/net/py-s3transfer/PLIST:1.5  Thu Jan 11 09:00:05 2024
+++ pkgsrc/net/py-s3transfer/PLIST      Tue Apr 15 07:54:46 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2024/01/11 09:00:05 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.6 2025/04/15 07:54:46 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/s3transfer/__init__.py
 ${PYSITELIB}/s3transfer/__init__.pyc

Index: pkgsrc/net/py-s3transfer/distinfo
diff -u pkgsrc/net/py-s3transfer/distinfo:1.23 pkgsrc/net/py-s3transfer/distinfo:1.24
--- pkgsrc/net/py-s3transfer/distinfo:1.23      Tue Feb  4 08:06:45 2025
+++ pkgsrc/net/py-s3transfer/distinfo   Tue Apr 15 07:54:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/02/04 08:06:45 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/04/15 07:54:46 adam Exp $
 
-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
+BLAKE2s (s3transfer-0.11.4.tar.gz) = 2c87d64c5b7d1a521da798d29d9f3cae2b4e1ed07daf0e7cf16ca114d4812e6c
+SHA512 (s3transfer-0.11.4.tar.gz) = 824e03bccd8d724ebe8146f8c2b115c0d43ffe3a89d005f7cfa53431140130c77997b66fc605ea1a61d3291f4d808e6869150466b2f30a216c2290e902554c5b
+Size (s3transfer-0.11.4.tar.gz) = 148419 bytes



Home | Main Index | Thread Index | Old Index