Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2022 08:44:21 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 749d8512de5d - main - security/py-pycryptodome: Update to 3.12.0
Message-ID:  <202201060844.2068iLUn024700@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=749d8512de5d06bb37b93c8054ca03cc0f0f52ac

commit 749d8512de5d06bb37b93c8054ca03cc0f0f52ac
Author:     John W. O'Brien <john@saltant.com>
AuthorDate: 2022-01-06 08:42:00 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-01-06 08:42:05 +0000

    security/py-pycryptodome: Update to 3.12.0
    
    Changelog: https://github.com/Legrandin/pycryptodome/blob/v3.12.0/Changelog.rst
    
    PR:             260742
---
 security/py-pycryptodome/Makefile | 7 +++----
 security/py-pycryptodome/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/security/py-pycryptodome/Makefile b/security/py-pycryptodome/Makefile
index 41c1aec5a642..7dc73dc403d9 100644
--- a/security/py-pycryptodome/Makefile
+++ b/security/py-pycryptodome/Makefile
@@ -1,7 +1,5 @@
-# Created by: Yuri Victorovich <yuri@rawbw.com>
-
 PORTNAME=	pycryptodome
-DISTVERSION=	3.10.1
+DISTVERSION=	3.12.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +11,8 @@ LICENSE=	PD BSD2CLAUSE APACHE20
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-USES=		cpe python:3.6+
+# Officially: 2.7, 3.5-3.10
+USES=		cpe python:3.6+ zip
 CPE_VENDOR=	python
 USE_PYTHON=	autoplist distutils
 
diff --git a/security/py-pycryptodome/distinfo b/security/py-pycryptodome/distinfo
index 3220095298ce..9eeb6e33fa5b 100644
--- a/security/py-pycryptodome/distinfo
+++ b/security/py-pycryptodome/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615765499
-SHA256 (pycryptodome-3.10.1.tar.gz) = 3e2e3a06580c5f190df843cdb90ea28d61099cf4924334d5297a995de68e4673
-SIZE (pycryptodome-3.10.1.tar.gz) = 3762120
+TIMESTAMP = 1640650324
+SHA256 (pycryptodome-3.12.0.zip) = 12c7343aec5a3b3df5c47265281b12b611f26ec9367b6129199d67da54b768c1
+SIZE (pycryptodome-3.12.0.zip) = 3717073



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