pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/py-flufl.bounce



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon May  8 20:35:35 UTC 2023

Modified Files:
        pkgsrc/mail/py-flufl.bounce: Makefile PLIST distinfo

Log Message:
py-flufl.bounce: update to 4.0

4.0 (2021-06-16)
Added another string to the stop looking strings in the yahoo detector.
Detectors are now run in a defined order and stop on the first detection.
3.0.2 (2021-02-09)
Fixed microsoft.py which has been broken forever.
Added recognition for yet another non-complaint Yahoo DSN.
Added recognition for a non-compliant DSN from an unknown MTA.
Fixed missing () in the groupwise detector.
3.0.1 (2020-01-17)
Added recognition for a non-compliant opensmtpd DSN with Action: error.
Caught a possible UnicodeEncodeError in simplematch.py.
Fixed simplmatch.py to not return results that don’t resemble email addresses.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/py-flufl.bounce/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/py-flufl.bounce/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/py-flufl.bounce/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-flufl.bounce/Makefile
diff -u pkgsrc/mail/py-flufl.bounce/Makefile:1.5 pkgsrc/mail/py-flufl.bounce/Makefile:1.6
--- pkgsrc/mail/py-flufl.bounce/Makefile:1.5    Tue Jan  4 20:54:11 2022
+++ pkgsrc/mail/py-flufl.bounce/Makefile        Mon May  8 20:35:35 2023
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:11 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/05/08 20:35:35 markd Exp $
 
-DISTNAME=      flufl.bounce-3.0
+DISTNAME=      flufl.bounce-4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flufl.bounce/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://launchpad.net/flufl.bounce/
+HOMEPAGE=      https://fluflbounce.readthedocs.io/en/latest/
 COMMENT=       Email bounce detectors
 LICENSE=       apache-2.0
 

Index: pkgsrc/mail/py-flufl.bounce/PLIST
diff -u pkgsrc/mail/py-flufl.bounce/PLIST:1.1 pkgsrc/mail/py-flufl.bounce/PLIST:1.2
--- pkgsrc/mail/py-flufl.bounce/PLIST:1.1       Tue Apr 25 20:17:03 2017
+++ pkgsrc/mail/py-flufl.bounce/PLIST   Mon May  8 20:35:35 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/25 20:17:03 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/05/08 20:35:35 markd Exp $
 ${PYSITELIB}/${EGG_NAME}-nspkg.pth
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -10,89 +10,87 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/flufl/bounce/NEWS.rst
 ${PYSITELIB}/flufl/bounce/README.rst
 ${PYSITELIB}/flufl/bounce/__init__.py
-${PYSITELIB}/flufl/bounce/__init__.pyo
 ${PYSITELIB}/flufl/bounce/__init__.pyc
-${PYSITELIB}/flufl/bounce/_scan.pyo
-${PYSITELIB}/flufl/bounce/_scan.pyc
-${PYSITELIB}/flufl/bounce/conf.pyo
-${PYSITELIB}/flufl/bounce/conf.pyc
-${PYSITELIB}/flufl/bounce/interfaces.pyo
-${PYSITELIB}/flufl/bounce/interfaces.pyc
+${PYSITELIB}/flufl/bounce/__init__.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/__init__.py
-${PYSITELIB}/flufl/bounce/_detectors/__init__.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/__init__.pyc
-${PYSITELIB}/flufl/bounce/_detectors/aol.pyo
-${PYSITELIB}/flufl/bounce/_detectors/aol.pyc
-${PYSITELIB}/flufl/bounce/_detectors/caiwireless.pyo
-${PYSITELIB}/flufl/bounce/_detectors/caiwireless.pyc
-${PYSITELIB}/flufl/bounce/_detectors/dsn.pyo
-${PYSITELIB}/flufl/bounce/_detectors/dsn.pyc
-${PYSITELIB}/flufl/bounce/_detectors/exchange.pyo
-${PYSITELIB}/flufl/bounce/_detectors/exchange.pyc
-${PYSITELIB}/flufl/bounce/_detectors/exim.pyo
-${PYSITELIB}/flufl/bounce/_detectors/exim.pyc
-${PYSITELIB}/flufl/bounce/_detectors/groupwise.pyo
-${PYSITELIB}/flufl/bounce/_detectors/groupwise.pyc
-${PYSITELIB}/flufl/bounce/_detectors/llnl.pyo
-${PYSITELIB}/flufl/bounce/_detectors/llnl.pyc
-${PYSITELIB}/flufl/bounce/_detectors/microsoft.pyo
-${PYSITELIB}/flufl/bounce/_detectors/microsoft.pyc
-${PYSITELIB}/flufl/bounce/_detectors/netscape.pyo
-${PYSITELIB}/flufl/bounce/_detectors/netscape.pyc
-${PYSITELIB}/flufl/bounce/_detectors/postfix.pyo
-${PYSITELIB}/flufl/bounce/_detectors/postfix.pyc
-${PYSITELIB}/flufl/bounce/_detectors/qmail.pyo
-${PYSITELIB}/flufl/bounce/_detectors/qmail.pyc
-${PYSITELIB}/flufl/bounce/_detectors/simplematch.pyo
-${PYSITELIB}/flufl/bounce/_detectors/simplematch.pyc
-${PYSITELIB}/flufl/bounce/_detectors/simplewarning.pyo
-${PYSITELIB}/flufl/bounce/_detectors/simplewarning.pyc
-${PYSITELIB}/flufl/bounce/_detectors/sina.pyo
-${PYSITELIB}/flufl/bounce/_detectors/sina.pyc
-${PYSITELIB}/flufl/bounce/_detectors/smtp32.pyo
-${PYSITELIB}/flufl/bounce/_detectors/smtp32.pyc
-${PYSITELIB}/flufl/bounce/_detectors/yahoo.pyo
-${PYSITELIB}/flufl/bounce/_detectors/yahoo.pyc
-${PYSITELIB}/flufl/bounce/_detectors/yale.pyo
-${PYSITELIB}/flufl/bounce/_detectors/yale.pyc
+${PYSITELIB}/flufl/bounce/_detectors/__init__.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/aol.py
+${PYSITELIB}/flufl/bounce/_detectors/aol.pyc
+${PYSITELIB}/flufl/bounce/_detectors/aol.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/caiwireless.py
+${PYSITELIB}/flufl/bounce/_detectors/caiwireless.pyc
+${PYSITELIB}/flufl/bounce/_detectors/caiwireless.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/dsn.py
+${PYSITELIB}/flufl/bounce/_detectors/dsn.pyc
+${PYSITELIB}/flufl/bounce/_detectors/dsn.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/exchange.py
+${PYSITELIB}/flufl/bounce/_detectors/exchange.pyc
+${PYSITELIB}/flufl/bounce/_detectors/exchange.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/exim.py
+${PYSITELIB}/flufl/bounce/_detectors/exim.pyc
+${PYSITELIB}/flufl/bounce/_detectors/exim.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/groupwise.py
+${PYSITELIB}/flufl/bounce/_detectors/groupwise.pyc
+${PYSITELIB}/flufl/bounce/_detectors/groupwise.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/llnl.py
+${PYSITELIB}/flufl/bounce/_detectors/llnl.pyc
+${PYSITELIB}/flufl/bounce/_detectors/llnl.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/microsoft.py
+${PYSITELIB}/flufl/bounce/_detectors/microsoft.pyc
+${PYSITELIB}/flufl/bounce/_detectors/microsoft.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/netscape.py
+${PYSITELIB}/flufl/bounce/_detectors/netscape.pyc
+${PYSITELIB}/flufl/bounce/_detectors/netscape.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/postfix.py
+${PYSITELIB}/flufl/bounce/_detectors/postfix.pyc
+${PYSITELIB}/flufl/bounce/_detectors/postfix.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/qmail.py
+${PYSITELIB}/flufl/bounce/_detectors/qmail.pyc
+${PYSITELIB}/flufl/bounce/_detectors/qmail.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/simplematch.py
+${PYSITELIB}/flufl/bounce/_detectors/simplematch.pyc
+${PYSITELIB}/flufl/bounce/_detectors/simplematch.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/simplewarning.py
+${PYSITELIB}/flufl/bounce/_detectors/simplewarning.pyc
+${PYSITELIB}/flufl/bounce/_detectors/simplewarning.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/sina.py
+${PYSITELIB}/flufl/bounce/_detectors/sina.pyc
+${PYSITELIB}/flufl/bounce/_detectors/sina.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/smtp32.py
+${PYSITELIB}/flufl/bounce/_detectors/smtp32.pyc
+${PYSITELIB}/flufl/bounce/_detectors/smtp32.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/yahoo.py
+${PYSITELIB}/flufl/bounce/_detectors/yahoo.pyc
+${PYSITELIB}/flufl/bounce/_detectors/yahoo.pyo
 ${PYSITELIB}/flufl/bounce/_detectors/yale.py
+${PYSITELIB}/flufl/bounce/_detectors/yale.pyc
+${PYSITELIB}/flufl/bounce/_detectors/yale.pyo
 ${PYSITELIB}/flufl/bounce/_scan.py
+${PYSITELIB}/flufl/bounce/_scan.pyc
+${PYSITELIB}/flufl/bounce/_scan.pyo
 ${PYSITELIB}/flufl/bounce/conf.py
+${PYSITELIB}/flufl/bounce/conf.pyc
+${PYSITELIB}/flufl/bounce/conf.pyo
 ${PYSITELIB}/flufl/bounce/docs/__init__.py
-${PYSITELIB}/flufl/bounce/docs/__init__.pyo
 ${PYSITELIB}/flufl/bounce/docs/__init__.pyc
+${PYSITELIB}/flufl/bounce/docs/__init__.pyo
 ${PYSITELIB}/flufl/bounce/docs/using.rst
 ${PYSITELIB}/flufl/bounce/interfaces.py
+${PYSITELIB}/flufl/bounce/interfaces.pyc
+${PYSITELIB}/flufl/bounce/interfaces.pyo
 ${PYSITELIB}/flufl/bounce/testing/__init__.py
-${PYSITELIB}/flufl/bounce/testing/__init__.pyo
 ${PYSITELIB}/flufl/bounce/testing/__init__.pyc
-${PYSITELIB}/flufl/bounce/testing/helpers.pyo
-${PYSITELIB}/flufl/bounce/testing/helpers.pyc
+${PYSITELIB}/flufl/bounce/testing/__init__.pyo
 ${PYSITELIB}/flufl/bounce/testing/helpers.py
+${PYSITELIB}/flufl/bounce/testing/helpers.pyc
+${PYSITELIB}/flufl/bounce/testing/helpers.pyo
 ${PYSITELIB}/flufl/bounce/tests/__init__.py
-${PYSITELIB}/flufl/bounce/tests/__init__.pyo
 ${PYSITELIB}/flufl/bounce/tests/__init__.pyc
-${PYSITELIB}/flufl/bounce/tests/test_detectors.pyo
-${PYSITELIB}/flufl/bounce/tests/test_detectors.pyc
+${PYSITELIB}/flufl/bounce/tests/__init__.pyo
 ${PYSITELIB}/flufl/bounce/tests/data/__init__.py
-${PYSITELIB}/flufl/bounce/tests/data/__init__.pyo
 ${PYSITELIB}/flufl/bounce/tests/data/__init__.pyc
+${PYSITELIB}/flufl/bounce/tests/data/__init__.pyo
 ${PYSITELIB}/flufl/bounce/tests/data/aol_01.txt
 ${PYSITELIB}/flufl/bounce/tests/data/bounce_01.txt
 ${PYSITELIB}/flufl/bounce/tests/data/bounce_02.txt
@@ -114,6 +112,7 @@ ${PYSITELIB}/flufl/bounce/tests/data/dsn
 ${PYSITELIB}/flufl/bounce/tests/data/dsn_15.txt
 ${PYSITELIB}/flufl/bounce/tests/data/dsn_16.txt
 ${PYSITELIB}/flufl/bounce/tests/data/dsn_17.txt
+${PYSITELIB}/flufl/bounce/tests/data/dsn_18.txt
 ${PYSITELIB}/flufl/bounce/tests/data/dumbass_01.txt
 ${PYSITELIB}/flufl/bounce/tests/data/exim_01.txt
 ${PYSITELIB}/flufl/bounce/tests/data/groupwise_01.txt
@@ -124,6 +123,7 @@ ${PYSITELIB}/flufl/bounce/tests/data/lln
 ${PYSITELIB}/flufl/bounce/tests/data/microsoft_01.txt
 ${PYSITELIB}/flufl/bounce/tests/data/microsoft_02.txt
 ${PYSITELIB}/flufl/bounce/tests/data/microsoft_03.txt
+${PYSITELIB}/flufl/bounce/tests/data/microsoft_04.txt
 ${PYSITELIB}/flufl/bounce/tests/data/netscape_01.txt
 ${PYSITELIB}/flufl/bounce/tests/data/newmailru_01.txt
 ${PYSITELIB}/flufl/bounce/tests/data/postfix_01.txt
@@ -181,6 +181,9 @@ ${PYSITELIB}/flufl/bounce/tests/data/sim
 ${PYSITELIB}/flufl/bounce/tests/data/simple_39.txt
 ${PYSITELIB}/flufl/bounce/tests/data/simple_40.txt
 ${PYSITELIB}/flufl/bounce/tests/data/simple_41.txt
+${PYSITELIB}/flufl/bounce/tests/data/simple_42.txt
+${PYSITELIB}/flufl/bounce/tests/data/simple_43.txt
+${PYSITELIB}/flufl/bounce/tests/data/simple_44.txt
 ${PYSITELIB}/flufl/bounce/tests/data/sina_01.txt
 ${PYSITELIB}/flufl/bounce/tests/data/smtp32_01.txt
 ${PYSITELIB}/flufl/bounce/tests/data/smtp32_02.txt
@@ -200,5 +203,9 @@ ${PYSITELIB}/flufl/bounce/tests/data/yah
 ${PYSITELIB}/flufl/bounce/tests/data/yahoo_09.txt
 ${PYSITELIB}/flufl/bounce/tests/data/yahoo_10.txt
 ${PYSITELIB}/flufl/bounce/tests/data/yahoo_11.txt
+${PYSITELIB}/flufl/bounce/tests/data/yahoo_12.txt
+${PYSITELIB}/flufl/bounce/tests/data/yahoo_13.txt
 ${PYSITELIB}/flufl/bounce/tests/data/yale_01.txt
 ${PYSITELIB}/flufl/bounce/tests/test_detectors.py
+${PYSITELIB}/flufl/bounce/tests/test_detectors.pyc
+${PYSITELIB}/flufl/bounce/tests/test_detectors.pyo

Index: pkgsrc/mail/py-flufl.bounce/distinfo
diff -u pkgsrc/mail/py-flufl.bounce/distinfo:1.3 pkgsrc/mail/py-flufl.bounce/distinfo:1.4
--- pkgsrc/mail/py-flufl.bounce/distinfo:1.3    Tue Oct 26 10:54:23 2021
+++ pkgsrc/mail/py-flufl.bounce/distinfo        Mon May  8 20:35:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:54:23 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/05/08 20:35:35 markd Exp $
 
-BLAKE2s (flufl.bounce-3.0.tar.gz) = 5bc1d516937f6da63d3d23979875c9db8730cdcb68b37443534abc9e69b7339f
-SHA512 (flufl.bounce-3.0.tar.gz) = f6effe38c80e1e5e1119d7951a1a32bb9b91fc52db0887eee4ebb74e005ad5cf48351311985a3169649301efe9273d3fe480b3dded7eff3b77b73312d0416f45
-Size (flufl.bounce-3.0.tar.gz) = 89156 bytes
+BLAKE2s (flufl.bounce-4.0.tar.gz) = f535b1dc8285b5f76ff19f038f29eccca2c54c3be63b0f3a5b4735787e00c082
+SHA512 (flufl.bounce-4.0.tar.gz) = c6dd8cf2f4f0ea7c8698054042dfc9da3bd1a2d9cae082e01a0be9c39018fefba07154e2c9c15b1a00c896e58bb0a6d2063a3c067bec6b464d201bb7b3220e9e
+Size (flufl.bounce-4.0.tar.gz) = 108623 bytes



Home | Main Index | Thread Index | Old Index