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 Oct 26 10:31:33 UTC 2022
Modified Files:
pkgsrc/net/py-s3transfer: Makefile distinfo
Log Message:
py-s3transfer: updated to 0.6.0
0.6.0
feature:Python: Dropped support for Python 3.6
0.5.2
enhancement:s3: Added support for flexible checksums when uploading or downloading objects.
0.5.1
enhancement:Python: Officially add Python 3.10 support
0.5.0
feature:Python: Dropped support for Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/net/py-s3transfer/Makefile:1.14
--- pkgsrc/net/py-s3transfer/Makefile:1.13 Sun Sep 11 17:11:22 2022
+++ pkgsrc/net/py-s3transfer/Makefile Wed Oct 26 10:31:33 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2022/09/11 17:11:22 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/10/26 10:31:33 adam Exp $
-DISTNAME= s3transfer-0.4.2
+DISTNAME= s3transfer-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/s3transfer/}
@@ -13,9 +12,9 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-botocore>=1.12.36:../../net/py-botocore
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-s3transfer/distinfo
diff -u pkgsrc/net/py-s3transfer/distinfo:1.13 pkgsrc/net/py-s3transfer/distinfo:1.14
--- pkgsrc/net/py-s3transfer/distinfo:1.13 Tue Oct 26 11:06:42 2021
+++ pkgsrc/net/py-s3transfer/distinfo Wed Oct 26 10:31:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 11:06:42 nia Exp $
+$NetBSD: distinfo,v 1.14 2022/10/26 10:31:33 adam Exp $
-BLAKE2s (s3transfer-0.4.2.tar.gz) = ab125d5539e47dcb340c9f69607e1197e956916d400cd46280db257173405442
-SHA512 (s3transfer-0.4.2.tar.gz) = 8dabdc0d233f6edcf35d9fe1a06b6fd5bb5f589f455d6d53ad989c7eb368cefab4fee90e707bb8fa09f2caac6a27e67ee7aa3ada5709be43f2b649302e412efc
-Size (s3transfer-0.4.2.tar.gz) = 129664 bytes
+BLAKE2s (s3transfer-0.6.0.tar.gz) = 513ecbaa58209e5e856ab999a81688331a8b2d4688e7518ce08573f7c98a235a
+SHA512 (s3transfer-0.6.0.tar.gz) = 0c1c3306015cab4a4436b1d2fec6708e17f4c5111f8a265fbfe134defebda33a43bd985e559be993b6175af9eee142e9f27da123f8d14f77cfc59e48ca1b905f
+Size (s3transfer-0.6.0.tar.gz) = 134871 bytes
Home |
Main Index |
Thread Index |
Old Index