15
0
forked from pool/python-irc

- update to 20.5.0:

* Refactored commands processing so now every command has a
    numeric and a name. Programs reliant on numeric values not
    yet defined can do so without breaking once they are defined.
  * Unconditionally close the socket, even if shutdown fails.
  * Stop excluding scripts. Prevents docs and scripts from being
    installed.
  * Fix SSL wrapper usage example in Factory docstring.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=19
This commit is contained in:
2024-10-24 19:02:07 +00:00
committed by Git OBS Bridge
parent 98767aa85b
commit 07e83b0d81
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 24 19:01:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 20.5.0:
* Refactored commands processing so now every command has a
numeric and a name. Programs reliant on numeric values not
yet defined can do so without breaking once they are defined.
* Unconditionally close the socket, even if shutdown fails.
* Stop excluding scripts. Prevents docs and scripts from being
installed.
* Fix SSL wrapper usage example in Factory docstring.
-------------------------------------------------------------------
Sat Apr 6 19:32:53 UTC 2024 - Dirk Müller <dmueller@suse.com>