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

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