pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/py-mailsuite
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 18 16:02:56 UTC 2024
Modified Files:
pkgsrc/mail/py-mailsuite: Makefile distinfo
Log Message:
py-mailsuite: updated to 1.9.15
1.9.15
Fix missing body_urls list when an email does not contain an HTML body
1.9.14
Email parsing improvements
Parse out email addresses in the Delivered-To header
Rename reply_to key to reply-to
Replaces formatting provided by mailparser with parsed out email addresses that match the rest of the output
1.9.13
Normalize the case of a header name when testing header values.
1.9.12
Ignore all dmarc Authentication-Results if multiple dmarc results are found
1.9.11
Strip leading and trailing spaces from DKIM-Signature header h= list items
1.9.10
Fix parsing of Authentication-Results and DKIM-Signature headers when Windows line breaks (\r\n) are used
1.9.9
Fix header and body separation when Windows line breaks (\r\n) are used
1.9.8
Fix parsing of email addresses in message From headers with encoded display names.
1.9.7
Fix regression causing noisy mailparser log messages to reappear
Rename urls list to body_urls
1.9.6
Add urls list to parsed utils.parse_email() results
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/py-mailsuite/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/py-mailsuite/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/py-mailsuite/Makefile
diff -u pkgsrc/mail/py-mailsuite/Makefile:1.4 pkgsrc/mail/py-mailsuite/Makefile:1.5
--- pkgsrc/mail/py-mailsuite/Makefile:1.4 Sat Oct 28 19:57:10 2023
+++ pkgsrc/mail/py-mailsuite/Makefile Thu Jan 18 16:02:56 2024
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2023/10/28 19:57:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/01/18 16:02:56 adam Exp $
-DISTNAME= mailsuite-1.9.5
+DISTNAME= mailsuite-1.9.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= mail
+CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mailsuite/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/seanthegeek/mailsuite/
+HOMEPAGE= https://github.com/seanthegeek/mailsuite
COMMENT= Python package for retrieving, parsing, and sending emails
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
-DEPENDS+= ${PYPKGPREFIX}-expiringdict-[0-9]*:../../devel/py-expiringdict
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5.0:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-dns>=2.0.0:../../net/py-dns
+DEPENDS+= ${PYPKGPREFIX}-expiringdict>=1.2.2:../../devel/py-expiringdict
DEPENDS+= ${PYPKGPREFIX}-html2text>=2020.1.16:../../textproc/py-html2text
DEPENDS+= ${PYPKGPREFIX}-imapclient>=2.1.0:../../mail/py-imapclient
DEPENDS+= ${PYPKGPREFIX}-mail-parser>=3.14.0:../../mail/py-mail-parser
Index: pkgsrc/mail/py-mailsuite/distinfo
diff -u pkgsrc/mail/py-mailsuite/distinfo:1.1 pkgsrc/mail/py-mailsuite/distinfo:1.2
--- pkgsrc/mail/py-mailsuite/distinfo:1.1 Wed Aug 24 14:00:31 2022
+++ pkgsrc/mail/py-mailsuite/distinfo Thu Jan 18 16:02:56 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/08/24 14:00:31 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/01/18 16:02:56 adam Exp $
-BLAKE2s (mailsuite-1.9.5.tar.gz) = 1f6412a5b09ba1582c9b4394c7e46126c58548e56ed2fa0ad83f536f12fddbf7
-SHA512 (mailsuite-1.9.5.tar.gz) = e2a3a6df7ecab24d5099b93467f1011ecf8519b26686bdae96354dcd9c8a4e8428d64f22f3f507772f13ee7567e0cb30441489e9e4c26ce40dc2d2662e9bc3dc
-Size (mailsuite-1.9.5.tar.gz) = 16259 bytes
+BLAKE2s (mailsuite-1.9.15.tar.gz) = bd77ccefc3c0f7fd2333c870e2ff42ff0b247a11f18da9989c2fc8c02a44d77d
+SHA512 (mailsuite-1.9.15.tar.gz) = c495b13f444e3bbaddd4a2f48c6383ac4cef631cafaaf3f9c63d067d25df2af1ca9b60697dd6ed9a1a4fec8758d1b0c8cc83620c3f2617da2e7e4db9b8934da4
+Size (mailsuite-1.9.15.tar.gz) = 16639 bytes
Home |
Main Index |
Thread Index |
Old Index