- update to 20.4.0:

* Replace deprecated ssl.wrap_socket with
    SSLContext.wrap_socket and update examples in connection.py
    docs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=17
This commit is contained in:
2024-04-06 19:33:48 +00:00
committed by Git OBS Bridge
parent de3dfea840
commit fd777689ec
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Apr 6 19:32:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 20.4.0:
* Replace deprecated ssl.wrap_socket with
SSLContext.wrap_socket and update examples in connection.py
docs.
-------------------------------------------------------------------
Sat Jan 6 20:42:35 UTC 2024 - Dirk Müller <dmueller@suse.com>