pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-s3transfer py-s3transfer: updated to 0.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1f484a35649
branches:  trunk
changeset: 387294:b1f484a35649
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 26 10:31:33 2022 +0000

description:
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

diffstat:

 net/py-s3transfer/Makefile |  9 ++++-----
 net/py-s3transfer/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 43f0fa83c961 -r b1f484a35649 net/py-s3transfer/Makefile
--- a/net/py-s3transfer/Makefile        Wed Oct 26 10:31:00 2022 +0000
+++ b/net/py-s3transfer/Makefile        Wed Oct 26 10:31:33 2022 +0000
@@ -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 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.12.36:../../net/py-botocore
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_LANGUAGES= # none
 
-USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 43f0fa83c961 -r b1f484a35649 net/py-s3transfer/distinfo
--- a/net/py-s3transfer/distinfo        Wed Oct 26 10:31:00 2022 +0000
+++ b/net/py-s3transfer/distinfo        Wed Oct 26 10:31:33 2022 +0000
@@ -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