diff --git a/irc-20.3.1.tar.gz b/irc-20.3.1.tar.gz deleted file mode 100644 index 0c4e23d..0000000 --- a/irc-20.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:806b83af894d8b121ed1e14866a90640128588de6cc0495c4ecb2c5ec272280b -size 91115 diff --git a/irc-20.4.0.tar.gz b/irc-20.4.0.tar.gz new file mode 100644 index 0000000..7aa01b7 --- /dev/null +++ b/irc-20.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2517f5566d6bf3aa85d7f98c7758b61f0d63ee915bfd9f6f567139736644f9 +size 91215 diff --git a/python-irc.changes b/python-irc.changes index 761491f..7ef9885 100644 --- a/python-irc.changes +++ b/python-irc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Apr 6 19:32:53 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-irc.spec b/python-irc.spec index 6e2a34a..53ef1bc 100644 --- a/python-irc.spec +++ b/python-irc.spec @@ -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