Hello community, here is the log from the commit of package python-pydle for openSUSE:Factory checked in at 2019-02-26 22:20:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pydle (Old) and /work/SRC/openSUSE:Factory/.python-pydle.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydle" Tue Feb 26 22:20:25 2019 rev:5 rq:679036 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pydle/python-pydle.changes 2018-12-27 00:30:06.467627863 +0100 +++ /work/SRC/openSUSE:Factory/.python-pydle.new.28833/python-pydle.changes 2019-02-26 22:22:04.238073193 +0100 @@ -1,0 +2,31 @@ +Mon Feb 4 09:30:06 UTC 2019 - Martin Herkt <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- pydle-0.8.5.tar.gz New: ---- pydle-0.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pydle.spec ++++++ --- /var/tmp/diff_new_pack.qad2Db/_old 2019-02-26 22:22:04.962072936 +0100 +++ /var/tmp/diff_new_pack.qad2Db/_new 2019-02-26 22:22:04.962072936 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pydle # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pydle -Version: 0.8.5 +Version: 0.9.1 Release: 0 Summary: Modular, callback-based IRCv3 library for Python 3 License: BSD-3-Clause ++++++ pydle-0.8.5.tar.gz -> pydle-0.9.1.tar.gz ++++++ ++++ 7977 lines of diff (skipped)
