diff --git a/2.2.0.tar.gz b/2.2.0.tar.gz deleted file mode 100644 index aebe599..0000000 --- a/2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a06733b913d696571c31e74f006c717169c044340783579863ff69c4871f3416 -size 89505 diff --git a/2.3.1.tar.gz b/2.3.1.tar.gz new file mode 100644 index 0000000..a58ad73 --- /dev/null +++ b/2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9b8b07a080652254ef01891cc1c8e506a35f5b21214ef7073a55fa10ecdfd6 +size 91141 diff --git a/python-IMAPClient.changes b/python-IMAPClient.changes index c1d33db..e1b159d 100644 --- a/python-IMAPClient.changes +++ b/python-IMAPClient.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Aug 2 15:54:01 UTC 2022 - Otto Hollmann + +- Update to 2.3.1 + Changed + ------- + - Use GitHub Actions instead of TravisCI + - Improvements to code examples + - Run tests with unittest instead of setup.py + Added + ----- + - New socket() method which provides access to the underlying network socket. This is useful for allowing the socket to be polled. + - Allow flags and internaldate to be specified for MULTIAPPEND + Fixed + ----- + - Default SSL contexts are now created with correct purpose + - Fixed undiscoverable tests due to name shadowing + - Fixed missing code block directives in documentation + - Fixed typo in tox envlist + - Fixed formatting in release notes + ------------------------------------------------------------------- Mon Mar 21 11:09:15 UTC 2022 - pgajdos@suse.com diff --git a/python-IMAPClient.spec b/python-IMAPClient.spec index 48fea54..93f32bb 100644 --- a/python-IMAPClient.spec +++ b/python-IMAPClient.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-IMAPClient -Version: 2.2.0 +Version: 2.3.1 Release: 0 Summary: Pythonic IMAP client library License: BSD-3-Clause