Hello community, here is the log from the commit of package python-Twisted for openSUSE:Factory checked in at 2013-01-14 22:26:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Twisted (Old) and /work/SRC/openSUSE:Factory/.python-Twisted.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Twisted", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Twisted/python-Twisted.changes 2012-09-27 10:27:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Twisted.new/python-Twisted.changes 2013-01-14 22:26:31.000000000 +0100 @@ -1,0 +2,80 @@ +Fri Jan 11 20:57:43 UTC 2013 - [email protected] + +- Update to 12.3.0 version: + * Features + - The new -j flag to trial provides a trial runner supporting + multiple worker processes on the local machine, for parallel + testing. (#1784) + - twisted.internet.task.react, a new function, provides a simple API + for running the reactor until a single asynchronous function + completes. (#3270) + - twisted.protocols.ftp.FTP now handles FEAT and OPTS commands. + (#4515) + - trial now supports specifying a debugger other than pdb with the + --debugger command line flag. (#5794) + - twisted.python.util.runWithWarningsSuppressed has been added; it + runs a function with specified warning filters. (#5950) + - trial's skipping feature is now implemented in a way compatible with the + standard library unittest's runner. (#6006) + - The setup3.py script is now provided to provisionally support + building and installing an experimental, incomplete version of + Twisted in a Python 3 environment. (#6040) + - twisted.python.util.FancyStrMixin now supports arbitrary callables + to format attribute values. (#6063) + - Several new methods of twisted.trial.unittest.SynchronousTestCase + - `successResultOf`, `failureResultOf`, and `assertNoResult` - + have been added to make testing `Deferred`-using code easier. + (#6105) + * Bugfixes + - twisted.protocols.basic.LineReceiver now does not hit the maximum + stack recursion depth when the line and data mode is switched many + times. (#3050) + - twisted.protocols.ftp.FTPFileListProtocol fixed to support files + with space characters in their name. (#4986) + - gireactor and gtk3reactor no longer prevent gi.pygtkcompat from + working, and likewise can load if gi.pygtkcompat has previously + been enabled. (#5676) + - gtk2reactor now works again on FreeBSD, and perhaps other platforms + that were broken by gi interactions. (#5737) + - gireactor now works with certain older versions of gi that are + missing the threads_init() function. (#5790) + - Fixed a bug where twisted.python.sendmsg would sometimes fail with + obscure errors including "Message too long" or "Invalid argument" + on some 64-bit platforms. (#5867) + - twisted.internet.endpoints.TCP6ClientEndpoint now provides + twisted.internet.interfaces.IStreamClientEndpoint (#5876) + - twisted.internet.endpoints.AdoptedStreamServerEndpoint now provides + twisted.internet.interfaces.IStreamServerEndpoint. (#5878) + - Spawning subprocesses with PTYs now works on OS X 10.8. (#5880) + - twisted.internet.test.test_sigchld no longer incorrectly fails when + run after certain other tests. (#6161) + - twisted.internet.test.test_gireactor no longer fails when using + pygobject 3.4 and gtk 3.6 when X11 is unavailable. (#6170) + - twisted/python/sendmsg.c no longer fails to build on OpenBSD. + (#5907) + + *Deprecations and Removals + - The minimum required version of zope.interface is now 3.6.0. + (#5683) + - twisted.internet.interfaces.IReactorArbitrary and + twisted.application.internet.GenericServer and GenericClient, + deprecated since Twisted 10.1, have been removed. (#5943) + - twisted.internet.interfaces.IFinishableConsumer, deprecated since + Twisted 11.1, has been removed. (#5944) + - twisted.python.failure has removed all support for string + exceptions. (#5948) + - assertTrue, assertEqual, and the other free-functions in + twisted.trial.unittest for writing assertions, deprecated since + prior to Twisted 2.3, have been removed. (#5963) + - Ports, connectors, wakers and other reactor-related types no longer + log a nice warning when they are erroneously pickled. Pickling of + such objects continues to be unsupported. (#5979) + - twisted.python.components.Componentized no longer inherits from + Versioned. (#5983) + - twisted.protocols.basic.NetstringReceiver.sendString no longer + accepts objects other than bytes; the removed behavior was + deprecated in Twisted 10.0. (#6025) + - The lookupRecord method of twisted.internet.interfaces.IResolver, + never implemented or called by Twisted, has been removed. (#6091) + +------------------------------------------------------------------- Old: ---- Twisted-12.2.0.tar.bz2 New: ---- Twisted-12.3.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Twisted.spec ++++++ --- /var/tmp/diff_new_pack.4Gx82V/_old 2013-01-14 22:26:32.000000000 +0100 +++ /var/tmp/diff_new_pack.4Gx82V/_new 2013-01-14 22:26:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Twisted # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-Twisted -Version: 12.2.0 +Version: 12.3.0 Release: 0 Url: http://twistedmatrix.com/ Summary: An asynchronous networking framework written in Python ++++++ Twisted-12.2.0.tar.bz2 -> Twisted-12.3.0.tar.bz2 ++++++ ++++ 63145 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
