pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/py-email_validator
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 27 09:21:19 UTC 2025
Modified Files:
pkgsrc/mail/py-email_validator: Makefile PLIST distinfo
Log Message:
py-email_validator: updated to 2.3.0
2.3.0
The package name is changed from using an underscore (email_validator) to a dash (email-validator) to match PyPi's normalized package name.
The library no longer checks that the local part is at most 64 characters because a more careful reading of RFC 5321 indicates the limit is optional and such email addresses have been found in the
wild. However the check can be restored using a new strict=True parameter, and the overall 254 character email address length limit is still in place.
New EmailSyntaxError messages are used for some exiting syntax errors related to @-sign homoglyphs and invalid characters in internationalized domains.
When using allow_display_name=True, display names are now returned with Unicode NFC normalization.
TypeError is now raised if something other than str (or bytes) is passed as the email address.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/py-email_validator/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/py-email_validator/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/py-email_validator/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-email_validator/Makefile
diff -u pkgsrc/mail/py-email_validator/Makefile:1.15 pkgsrc/mail/py-email_validator/Makefile:1.16
--- pkgsrc/mail/py-email_validator/Makefile:1.15 Mon Apr 14 09:56:26 2025
+++ pkgsrc/mail/py-email_validator/Makefile Wed Aug 27 09:21:19 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2025/04/14 09:56:26 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/08/27 09:21:19 adam Exp $
-DISTNAME= email_validator-2.2.0
+DISTNAME= email_validator-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/email-validator/}
Index: pkgsrc/mail/py-email_validator/PLIST
diff -u pkgsrc/mail/py-email_validator/PLIST:1.4 pkgsrc/mail/py-email_validator/PLIST:1.5
--- pkgsrc/mail/py-email_validator/PLIST:1.4 Mon Apr 14 09:56:26 2025
+++ pkgsrc/mail/py-email_validator/PLIST Wed Aug 27 09:21:19 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/04/14 09:56:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/08/27 09:21:19 adam Exp $
bin/email_validator-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -15,9 +15,9 @@ ${PYSITELIB}/email_validator/__main__.py
${PYSITELIB}/email_validator/deliverability.py
${PYSITELIB}/email_validator/deliverability.pyc
${PYSITELIB}/email_validator/deliverability.pyo
-${PYSITELIB}/email_validator/exceptions_types.py
-${PYSITELIB}/email_validator/exceptions_types.pyc
-${PYSITELIB}/email_validator/exceptions_types.pyo
+${PYSITELIB}/email_validator/exceptions.py
+${PYSITELIB}/email_validator/exceptions.pyc
+${PYSITELIB}/email_validator/exceptions.pyo
${PYSITELIB}/email_validator/py.typed
${PYSITELIB}/email_validator/rfc_constants.py
${PYSITELIB}/email_validator/rfc_constants.pyc
@@ -25,6 +25,9 @@ ${PYSITELIB}/email_validator/rfc_constan
${PYSITELIB}/email_validator/syntax.py
${PYSITELIB}/email_validator/syntax.pyc
${PYSITELIB}/email_validator/syntax.pyo
+${PYSITELIB}/email_validator/types.py
+${PYSITELIB}/email_validator/types.pyc
+${PYSITELIB}/email_validator/types.pyo
${PYSITELIB}/email_validator/validate_email.py
${PYSITELIB}/email_validator/validate_email.pyc
${PYSITELIB}/email_validator/validate_email.pyo
Index: pkgsrc/mail/py-email_validator/distinfo
diff -u pkgsrc/mail/py-email_validator/distinfo:1.10 pkgsrc/mail/py-email_validator/distinfo:1.11
--- pkgsrc/mail/py-email_validator/distinfo:1.10 Tue Jul 2 09:17:11 2024
+++ pkgsrc/mail/py-email_validator/distinfo Wed Aug 27 09:21:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/07/02 09:17:11 adam Exp $
+$NetBSD: distinfo,v 1.11 2025/08/27 09:21:19 adam Exp $
-BLAKE2s (email_validator-2.2.0.tar.gz) = 07bd83336bbbcbd402ce9f7234fefdf42d776882952128b0c3c1325062c6136d
-SHA512 (email_validator-2.2.0.tar.gz) = ec6a3a330bbb32d1c097ff3f9604ec248b0599e43db7b08799b1764cf0e26c4ff544fc439c9e7fd7d1a7dfe07b618294bd31e3e4ce1de35676242f4dd0174d9c
-Size (email_validator-2.2.0.tar.gz) = 48967 bytes
+BLAKE2s (email_validator-2.3.0.tar.gz) = b2e02e038df8d38c8b3f68b6225d2caf608f21f34ce548858da060658ab34590
+SHA512 (email_validator-2.3.0.tar.gz) = eea74a49599145760b2f66a0d4569ed3131e14d783a3177d3748595e04a0ccf39c48f8f255625cba0a537bbbd90cfc2fcf56c876a6b9f24a3528103157439738
+Size (email_validator-2.3.0.tar.gz) = 51238 bytes
Home |
Main Index |
Thread Index |
Old Index