pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/py-mail-parser
Module Name: pkgsrc
Committed By: adam
Date: Tue May 19 17:52:56 UTC 2026
Modified Files:
pkgsrc/mail/py-mail-parser: Makefile PLIST distinfo
Log Message:
py-mail-parser: updated to 4.2.1
4.2.0
Use uv to manage packages
Support for .id and .by top level domains in parse_received
Fixed issue Parser behaving different on Linux vs Windows
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.13.0 in /.github/workflows
General improvements
Issue 146: Fix comma in encoded address header
Refactor received header parsing: replace regex list with RFC 5321 to…
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/py-mail-parser/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/py-mail-parser/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/py-mail-parser/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-mail-parser/Makefile
diff -u pkgsrc/mail/py-mail-parser/Makefile:1.5 pkgsrc/mail/py-mail-parser/Makefile:1.6
--- pkgsrc/mail/py-mail-parser/Makefile:1.5 Tue Aug 19 12:22:40 2025
+++ pkgsrc/mail/py-mail-parser/Makefile Tue May 19 17:52:56 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/08/19 12:22:40 adam Exp $
+# $NetBSD: Makefile,v 1.6 2026/05/19 17:52:56 adam Exp $
-DISTNAME= mail_parser-4.1.4
+DISTNAME= mail_parser-4.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mail-parser/}
@@ -10,16 +10,13 @@ HOMEPAGE= https://github.com/SpamScope/m
COMMENT= Wrapper for email standard library
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-six>0:../../lang/py-six
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>0:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>0:../../devel/py-test-mock
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=6.0.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.14.0:../../devel/py-test-mock
USE_LANGUAGES= # none
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} mail-parser mail-parser-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES= mail-parser
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/py-mail-parser/PLIST
diff -u pkgsrc/mail/py-mail-parser/PLIST:1.3 pkgsrc/mail/py-mail-parser/PLIST:1.4
--- pkgsrc/mail/py-mail-parser/PLIST:1.3 Mon Apr 14 09:56:26 2025
+++ pkgsrc/mail/py-mail-parser/PLIST Tue May 19 17:52:56 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/14 09:56:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/05/19 17:52:56 adam Exp $
bin/mail-parser-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -6,7 +6,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/mailparser/__init__.py
${PYSITELIB}/mailparser/__init__.pyc
${PYSITELIB}/mailparser/__init__.pyo
Index: pkgsrc/mail/py-mail-parser/distinfo
diff -u pkgsrc/mail/py-mail-parser/distinfo:1.4 pkgsrc/mail/py-mail-parser/distinfo:1.5
--- pkgsrc/mail/py-mail-parser/distinfo:1.4 Tue Aug 19 12:22:40 2025
+++ pkgsrc/mail/py-mail-parser/distinfo Tue May 19 17:52:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/08/19 12:22:40 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/05/19 17:52:56 adam Exp $
-BLAKE2s (mail_parser-4.1.4.tar.gz) = d8c6d970dd44610ac8a4a2ea2579c21ad734f0f1ef4817f9b4ae01bc24fd8147
-SHA512 (mail_parser-4.1.4.tar.gz) = 7eefab0a0e53fbbdb5a4eae78608f8bbac98e9256170060eabd9540bfc683406bd9f0fd4f42ce340d72d58c4793dbbd5664fc4d9c6bc03e541cfe4eef4780eea
-Size (mail_parser-4.1.4.tar.gz) = 27193 bytes
+BLAKE2s (mail_parser-4.2.1.tar.gz) = 15aef3403e6bb951d6a871016f68cb4d69e18c4681b5998f0c6e9ccf0c1ead1c
+SHA512 (mail_parser-4.2.1.tar.gz) = 27e1b7c86e90fb7b3718c35f878329186f4169a4f3a454369211a7e77d829dd3f771242b2e35977e12bc7315bb8da7cda0584bffb31f633a479f2777c80f64cb
+Size (mail_parser-4.2.1.tar.gz) = 2788499 bytes
Home |
Main Index |
Thread Index |
Old Index