15
0

Accepting request 992368 from home:ohollmann:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/992368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-IMAPClient?expand=0&rev=9
This commit is contained in:
2022-08-02 16:45:42 +00:00
committed by Git OBS Bridge
parent 53414179d2
commit 4ec043ef2f
4 changed files with 25 additions and 4 deletions

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