15
0
forked from pool/python-irc

- 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 b87a4629bd
commit 98767aa85b
4 changed files with 12 additions and 4 deletions

View File

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

3
irc-20.4.0.tar.gz Normal file
View File

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

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>

View File

@@ -19,7 +19,7 @@
%define modname irc
%{?sle15_python_module_pythons}
Name: python-irc
Version: 20.3.1
Version: 20.4.0
Release: 0
Summary: A set of Python modules for IRC support
License: LGPL-2.1-or-later