pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-imapclient



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 20 19:54:06 UTC 2026

Modified Files:
        pkgsrc/mail/py-imapclient: Makefile distinfo

Log Message:
py-imapclient: updated to 3.1.0

3.1.0

New Features

Simplify IMAP4_TLS class and fix Python 3.14+ compatibility

Other Changes

Fix typo in man page: certifcate -> certificate
Move man page to section 7
update supported python versions in doc
chore(deps-dev): bump mypy from 1.6.1 to 1.8.0
chore(deps-dev): bump sphinx from 6.2.1 to 7.2.6
chore: add setuptools to requirements-dev.txt
chore(deps-dev): bump black from 23.11.0 to 24.4.2
chore(deps-dev): bump pylint from 3.0.2 to 3.2.6
chore(deps-dev): bump flake8 from 6.1.0 to 7.1.0
chore(deps-dev): bump setuptools from 70.1.1 to 72.1.0
chore(deps-dev): bump sphinx from 7.2.6 to 8.0.0
Don't assume capabilities have been cached when sending literals
chore(deps-dev): bump black from 24.4.2 to 24.10.0
Support Python 3.8 - 3.13
feat: add popular special folder for SENT provided
chore(deps-dev): bump black from 24.10.0 to 25.9.0
chore(deps-dev): bump flake8 from 7.1.0 to 7.3.0
chore(deps-dev): bump setuptools from 72.1.0 to 80.9.0
chore(deps-dev): bump black from 25.9.0 to 25.11.0
Remove unused import in imapclient.tls
Updates for 3.1.0


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/py-imapclient/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/py-imapclient/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-imapclient/Makefile
diff -u pkgsrc/mail/py-imapclient/Makefile:1.8 pkgsrc/mail/py-imapclient/Makefile:1.9
--- pkgsrc/mail/py-imapclient/Makefile:1.8      Mon Apr 14 09:56:26 2025
+++ pkgsrc/mail/py-imapclient/Makefile  Tue Jan 20 19:54:06 2026
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2025/04/14 09:56:26 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/01/20 19:54:06 adam Exp $
 
-DISTNAME=      IMAPClient-3.0.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   2
+DISTNAME=      imapclient-3.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=I/IMAPClient/}
-EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/mjs/imapclient
@@ -16,7 +14,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-WHEEL_NAME=    ${DISTNAME:tl}
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/py-imapclient/distinfo
diff -u pkgsrc/mail/py-imapclient/distinfo:1.5 pkgsrc/mail/py-imapclient/distinfo:1.6
--- pkgsrc/mail/py-imapclient/distinfo:1.5      Thu Jan 18 15:59:37 2024
+++ pkgsrc/mail/py-imapclient/distinfo  Tue Jan 20 19:54:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/01/18 15:59:37 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/01/20 19:54:06 adam Exp $
 
-BLAKE2s (IMAPClient-3.0.1.zip) = 8f9a2903b0def88b3701c8c9195aa9210ee016b09d5bfed7a125a2f5bab60aa3
-SHA512 (IMAPClient-3.0.1.zip) = 940723e4182f65a0fe5920504690d005b65c56cda176e0421d351bdd1907631d6a3c21abd49c4e65f336f2241f93f93b888ec3e962225a14d7a580547e1d7145
-Size (IMAPClient-3.0.1.zip) = 244222 bytes
+BLAKE2s (imapclient-3.1.0.tar.gz) = f776370bde49fba3003aee4d6399c19106384e977755f1d152711e691637754c
+SHA512 (imapclient-3.1.0.tar.gz) = 76cac63f212469e8bff61d2976b500d273a6b16d53e28b4e629abc01e987402f3266ac08840f6ccd47571202351a7cf39ea84bdb47fa381b9ffe84d9bc38916a
+Size (imapclient-3.1.0.tar.gz) = 199675 bytes



Home | Main Index | Thread Index | Old Index