Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 18:12:38 GMT
From:      Fukang Chen <loader@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8eb37381efbd - main - comms/py-esptool: Update to 3.3
Message-ID:  <202203251812.22PICc0U099207@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by loader:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8eb37381efbd25146cd2ec02266ae0b4455193af

commit 8eb37381efbd25146cd2ec02266ae0b4455193af
Author:     Fukang Chen <loader@FreeBSD.org>
AuthorDate: 2022-03-25 17:59:40 +0000
Commit:     Fukang Chen <loader@FreeBSD.org>
CommitDate: 2022-03-25 18:11:49 +0000

    comms/py-esptool: Update to 3.3
    
    Changelog:
    
        https://github.com/espressif/esptool/releases/tag/v3.3
    
    MFH:            No (feature release)
---
 comms/py-esptool/Makefile | 6 +++---
 comms/py-esptool/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/comms/py-esptool/Makefile b/comms/py-esptool/Makefile
index bc696366cd6e..997c100eccb9 100644
--- a/comms/py-esptool/Makefile
+++ b/comms/py-esptool/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	esptool
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.2
+DISTVERSION=	3.3
 CATEGORIES=	comms python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,7 +11,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR}\
+		${PYTHON_PKGNAMEPREFIX}ecdsa>=0.16.0:security/py-ecdsa@${PY_FLAVOR}\
 		${PYTHON_PKGNAMEPREFIX}bitstring>=3.1.6:devel/py-bitstring@${PY_FLAVOR}\
 		${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}reedsolo>=1.5.3,<=1.5.4:devel/py-reedsolo@${PY_FLAVOR}
@@ -41,7 +41,7 @@ do-test:
 		test/test_modules.py; \
 		do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} $${test}; done
 	@cd ${TEST_WRKSRC} && for chip in \
-		esp32 esp32s2 esp32s3beta2 esp32s3 esp32c3 esp32h2; \
+		esp32 esp32c2 esp32c3 esp32s2 esp32s3 esp32s3beta2 esp32h2beta1; \
 		do ${SETENV} ${TEST_ENV} ${PYTHON_CMD} \
 		test/test_espefuse_host.py $${chip}; done
 .if exists(${ESPTOOL_SERIALPORT})
diff --git a/comms/py-esptool/distinfo b/comms/py-esptool/distinfo
index 8c0411a14639..d753ddf9ccb5 100644
--- a/comms/py-esptool/distinfo
+++ b/comms/py-esptool/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637306726
-SHA256 (espressif-esptool-v3.2_GH0.tar.gz) = f833a78890a833315a6dbaedffb2086e975c493dc0df597c97d7e14c7eadba88
-SIZE (espressif-esptool-v3.2_GH0.tar.gz) = 7155428
+TIMESTAMP = 1648106321
+SHA256 (espressif-esptool-v3.3_GH0.tar.gz) = 963373977ef3293b6cb504f2f2dbc1f539e361fdd77ab2b9da1c13625e8f5ec1
+SIZE (espressif-esptool-v3.3_GH0.tar.gz) = 7259717



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251812.22PICc0U099207>