2c4bbcc9f8
Accepting request 1267961 from home:bnavigator:branches:openSUSE:Factory:Staging:adi:5
Nico Krapp2025-04-09 09:04:33 +00:00
f82925e424
Accepting request 1218110 from devel:languages:python
Ana Guerrero2024-10-25 17:19:43 +00:00
c1b0e6f7cf
- 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.
Dirk Mueller2024-10-24 19:02:07 +00:00
efe1a58331
Accepting request 1165874 from devel:languages:python
Ana Guerrero2024-04-07 20:11:46 +00:00
fd777689ec
- update to 20.4.0: * Replace deprecated ssl.wrap_socket with SSLContext.wrap_socket and update examples in connection.py docs.
Dirk Mueller2024-04-06 19:33:48 +00:00
de3dfea840
- update to 20.3.1: * Added support for SASL login. * Better handling of escape sequences in message tags. * Require Python 3.8 or later. * Pinned against jaraco.text 3.10 due to change in interface. * In irc.bot, avoid hanging idle when the first connection attempt fails. * SingleServerIRCBot no longer accepts reconnection_interval as a parameter. * Added server support for NOTICE commands.
Dirk Mueller2024-01-06 20:44:23 +00:00
33476fa9a3
- Update to 17.1: * Rely on importlib_metadata for loading version from metadata. Removes implicit dependency on setuptools and pkg_resources. * #158: The AsyncIO server now accepts a connection factory to enable features like SSL and IPv6 support. * #155: SimpleIRCClient now has a dcc method for initiating and associating a DCCConnection object with the client. DCCConnection.listen now accepts a address parameter. Deprecated SimpleIRCClient.dcc_listen and SimpleIRCClient.dcc_connect in favor of the better separation of concerns. Clients should replace:
Tomáš Chvátal
2019-04-05 11:26:05 +00:00
3c90434f18
- Sync with python-irclib package -> provides/obsoletes fun - Add patch fix-lint.patch to fix lint error - Update version to 17.0: * Support for py3.7 - Drop support for python2, dropped by upstream
Tomáš Chvátal
2019-01-18 12:28:25 +00:00