git: ecfb3034bf69 - main - mail/py-authheaders: update 0.16.2 → 0.16.3, pet portlint and portclippy

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Thu, 25 Jul 2024 19:49:08 UTC
The branch main has been updated by vvd:

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

commit ecfb3034bf69341c9e1afadce6e1b8de85ca3e71
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2024-07-25 19:44:25 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-25 19:48:27 +0000

    mail/py-authheaders: update 0.16.2 → 0.16.3, pet portlint and portclippy
    
    2024-06-24 Version 0.16.3
     * Update expected test results to also be compatible with dkimpy >= 1.1.7
     * Update PSL from upstream
    https://github.com/ValiMail/authentication-headers/releases/tag/0.16.3
    
    PR:     279949
---
 mail/py-authheaders/Makefile  | 5 ++---
 mail/py-authheaders/distinfo  | 6 +++---
 mail/py-authheaders/pkg-descr | 5 +++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/mail/py-authheaders/Makefile b/mail/py-authheaders/Makefile
index 82764a17e506..36fbfa1b0432 100644
--- a/mail/py-authheaders/Makefile
+++ b/mail/py-authheaders/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	authheaders
-DISTVERSION=	0.16.2
-PORTREVISION=	1
+DISTVERSION=	0.16.3
 CATEGORIES=	mail python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dkimpy>=0.7.1:mail/py-dkimpy@${PY_FLAVOR} \
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-NO_BUILD=	yes
 NO_ARCH=	yes
+NO_BUILD=	yes
 
 .include <bsd.port.mk>
diff --git a/mail/py-authheaders/distinfo b/mail/py-authheaders/distinfo
index fae5041b226b..e520b37f9a86 100644
--- a/mail/py-authheaders/distinfo
+++ b/mail/py-authheaders/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705999037
-SHA256 (authheaders-0.16.2.tar.gz) = e371b893e73e7e5853f033c44079f030b952c8b87d41f935b194469778fd4d65
-SIZE (authheaders-0.16.2.tar.gz) = 111964
+TIMESTAMP = 1719234496
+SHA256 (authheaders-0.16.3.tar.gz) = 118edc6d3cb1ad18ffab3d788ccc562fca2854cd645faab08fc47033c648148a
+SIZE (authheaders-0.16.3.tar.gz) = 115428
diff --git a/mail/py-authheaders/pkg-descr b/mail/py-authheaders/pkg-descr
index c2d491aa2ead..5c37d8bf9add 100644
--- a/mail/py-authheaders/pkg-descr
+++ b/mail/py-authheaders/pkg-descr
@@ -7,5 +7,6 @@ packaged into the Authentication-Results header.
 authenticate_message(message, "example.com", ip='192.168.50.81',
      mail_from="test.com", helo="domain.of.sender.net")
 
-Authentication-Results: example.com; spf=none smtp.helo=domain.of.sender.net smtp.mailfrom=test.com;
-    dkim=pass header.d=valimail.com; dmarc=pass header.from=valimail.com
+Authentication-Results: example.com; spf=none smtp.helo=domain.of.sender.net
+    smtp.mailfrom=test.com; dkim=pass header.d=valimail.com; dmarc=pass
+    header.from=valimail.com