git: 73b3fa42ce15 - main - security/py-pyhanko: Update to 0.20.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 03:24:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=73b3fa42ce15d46490f5804cab9133069b75901e commit 73b3fa42ce15d46490f5804cab9133069b75901e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-22 03:19:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-22 03:19:25 +0000 security/py-pyhanko: Update to 0.20.1 Changes: https://github.com/MatthiasValvekens/pyHanko/releases https://github.com/MatthiasValvekens/pyHanko/blob/master/docs/changelog.rst https://pyhanko.readthedocs.io/en/latest/changelog.html --- security/py-pyhanko/Makefile | 3 +-- security/py-pyhanko/distinfo | 6 +++--- security/py-pyhanko/files/patch-pyproject.toml | 8 +++----- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile index 3446143923c0..c55d5d91e396 100644 --- a/security/py-pyhanko/Makefile +++ b/security/py-pyhanko/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyhanko -PORTVERSION= 0.20.0 -PORTREVISION= 1 +PORTVERSION= 0.20.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-pyhanko/distinfo b/security/py-pyhanko/distinfo index 0593dc20647e..0814fe45f5d6 100644 --- a/security/py-pyhanko/distinfo +++ b/security/py-pyhanko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691070162 -SHA256 (pyHanko-0.20.0.tar.gz) = 2b693e20a3b06ef97dc3a375e9f99bf78db60cc3ce4bf4d05ad043f5df38d105 -SIZE (pyHanko-0.20.0.tar.gz) = 352986 +TIMESTAMP = 1695143369 +SHA256 (pyHanko-0.20.1.tar.gz) = 93de44061c0907c9121cf35f20294930f31f22cf71334907ddde8e8fefbafcbc +SIZE (pyHanko-0.20.1.tar.gz) = 353441 diff --git a/security/py-pyhanko/files/patch-pyproject.toml b/security/py-pyhanko/files/patch-pyproject.toml index cf22adfbe681..ffee0d52ad24 100644 --- a/security/py-pyhanko/files/patch-pyproject.toml +++ b/security/py-pyhanko/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2023-07-28 20:37:33 UTC +--- pyproject.toml.orig 2023-09-17 17:59:16 UTC +++ pyproject.toml @@ -1,12 +1,12 @@ [build-system] @@ -16,14 +16,12 @@ description = "Tools for stamping and signing PDF files" authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}] maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}] -@@ -36,8 +36,8 @@ requires-python = ">=3.7" +@@ -36,7 +36,7 @@ requires-python = ">=3.7" dependencies = [ "asn1crypto>=1.5.1", "qrcode>=6.1", - "tzlocal>=4.3", -- "pyhanko-certvalidator==0.23.*", + "tzlocal>=4.2", -+ "pyhanko-certvalidator==0.24.*", + "pyhanko-certvalidator==0.24.*", "click>=7.1.2", "requests>=2.24.0", - "pyyaml>=5.3.1",