mail/py-imapclient: Update version 3.0.0=>3.0.1

Changelog: https://github.com/mjs/imapclient/releases/tag/3.0.1

PR:		275490
Approved by:	submitter is maintainer
This commit is contained in:
Goran Mekić
2023-12-07 06:10:44 +01:00
committed by Muhammad Moinur Rahman
parent 873cfb80df
commit 2bbee7cdd7
4 changed files with 4 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
PORTNAME= imapclient
DISTVERSION= 3.0.0
DISTVERSION= 3.0.1
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1700063457
SHA256 (IMAPClient-3.0.0.zip) = 93a283c733288639b07989ffcf950f4046c831f1107f634de63b4e1ef9b75eb5
SIZE (IMAPClient-3.0.0.zip) = 244169
TIMESTAMP = 1701566995
SHA256 (IMAPClient-3.0.1.zip) = 78e6d62fbfbbe233e1f0e0e993160fd665eb1fd35973acddc61c15719b22bc02
SIZE (IMAPClient-3.0.1.zip) = 244222

View File

@@ -1,4 +0,0 @@
--- tests/__init__.py.orig 2023-11-15 16:04:42 UTC
+++ tests/__init__.py
@@ -0,0 +1 @@
+# Placeholder

View File

@@ -1,11 +0,0 @@
--- tests/imapclient_test.py.orig 2023-11-15 16:02:02 UTC
+++ tests/imapclient_test.py
@@ -0,0 +1,8 @@
+import unittest
+
+from imapclient.testable_imapclient import TestableIMAPClient as IMAPClient
+
+
+class IMAPClientTest(unittest.TestCase):
+ def setUp(self):
+ self.client = IMAPClient()