Package Release Info

python-pydle-0.9.4rc1-bp152.1.9

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-pydle

Change Logs

* Tue Feb 11 2020 Martin Herkt <9+suse@cirno.systems>
- Update to verssion 0.9.4rc1
  Bug fixes:
  * Ping timeout bugs
  * Fixes towards broken TLS verify
  * Client/server parting channel exceptions
  New features:
  * Handling of IRCv3 tags
  Changes from 0.9.2 to 0.9.3:
  * pydle.BasicClient.PING_TIMEOUT is now deprecated and has been
    replaced with pydle.BasicClient.READ_TIMEOUT to the same effect
  * a proxy read-write property pydle.BasicClient.PING_TIMEOUT has
    been added to preserve reverse compatibility, however may be
    removed in a later release.
* Mon Aug 05 2019 Martin Herkt <9+suse@cirno.systems>
- Update to version 0.9.2
  Bug fixes:
  * Resolved some missing await calls in registration
  * Resolved some issues in the CTCP implementation
  * Resolved incompatibility with non-compliant hostmasks.
* Mon Feb 04 2019 Martin Herkt <9+suse@cirno.systems>
- Update to version 0.9.1
  Breaking:
  * pydle.async library removed in its entirety.
    replaced by asyncio components where appropriate.
  Major:
  * Pydle now uses Asyncio as its async framework.
    Tornado is no longer a dependency nor is it supported.
  * All pydle event callbacks are proper coroutines,
    and must be awaited.
  * Minimum Python version increased to 3.5
  Features:
  * Python 3.7 support
  * Added IRCv3.2 account-tag , message-tag echo_message and
    invite-notify support.
  * added IRCv3.3 message-tags support
  * added SASL-External authentication
  * raw irc messages are now logged at level logging.DEBUG
  Fixes:
  * Fixed various reconnection issues
  * Fixed any tornado-related issues by removing the tornado
    from the house.
  * Pydle will once again connect to password-protected servers.
  * Resolve deadlock issues relating to .whois and other blocking
    IRC methods
* Mon Dec 24 2018 Martin Herkt <9+suse@cirno.systems>
- Update to version 0.8.5
  * Python 3.7 support
  * Removal of pydle.async entirely
  - pydle.coroutine and pydle.Future are now just
    forward-references to asyncio.coroutine and asyncio.Future
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Fri Jun 29 2018 9+suse@cirno.systems
- Update to version 0.8.4
  * Explicit dependency on python-tornado 4.5.3 -- Future versions
    of pydle will use asyncio instead, hence no effort is being
    made to support newer versions of Tornado.
  * Normalize everything related to whois/whowas
  * Fix typo where self.channels was using the self.users dict
  * Fix reconnecting
Version: 0.8.3-bp150.2.4
* Fri Dec 01 2017 9@cirno.systems
- Init, v0.8.3