15
0

Accepting request 992371 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/992371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-IMAPClient?expand=0&rev=5
This commit is contained in:
2022-08-02 20:10:00 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a06733b913d696571c31e74f006c717169c044340783579863ff69c4871f3416
size 89505

3
2.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb9b8b07a080652254ef01891cc1c8e506a35f5b21214ef7073a55fa10ecdfd6
size 91141

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Aug 2 15:54:01 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
- 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

View File

@@ -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