python-irc
No description set
- Developed at devel:languages:python
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-irc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
irc-17.1.tar.gz | 0000090266 88.2 KB | |
python-irc.changes | 0000013362 13 KB | |
python-irc.spec | 0000003039 2.97 KB |
Revision 4 (latest revision is 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 691787
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
- 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:
Comments 0