Hello community,

here is the log from the commit of package python-Twisted for openSUSE:Factory 
checked in at 2012-02-24 06:53:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2011-09-26 10:13:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Twisted.new/python-Twisted.changes       
2012-02-24 06:54:02.000000000 +0100
@@ -1,0 +2,50 @@
+Mon Feb 20 11:22:00 UTC 2012 - sasc...@suse.de
+
+- Changes file cleanup
+
+-------------------------------------------------------------------
+Sun Feb 19 19:48:13 UTC 2012 - ter...@gmail.com
+
+- Update to version 0.12
+  * Features
+    - The interface argument to IReactorTCP.listenTCP may now be an IPv6
+      address literal, allowing the creation of IPv6 TCP servers.
+    - twisted.python.constants.Names now provides a way to define
+      collections of named constants, similar to the "enum type" feature
+      of C or Java.
+    - twisted.python.constants.Values now provides a way to define
+      collections of named constants with arbitrary values.
+  * Bugfixes
+    - Fixed an obscure case where connectionLost wasn't called on the
+      protocol when using half-close.
+    - UDP ports handle socket errors better on Windows.
+    - When idle, the gtk2 and glib2 reactors no longer wake up 10 times a
+      second.
+    - Prevent a rare situation involving TLS transports, where a producer
+      may be erroneously left unpaused.
+    - twisted.internet.iocpreactor.iocpsupport now has fewer 64-bit
+      compile warnings.
+    - The GTK2 reactor is now more responsive on Windows.
+    - TLS transports now correctly handle producer registration after the
+      connection has been lost.
+    - twisted.protocols.htb.Bucket now empties properly with a non-zero
+      drip rate.
+    - IReactorSSL and ITCPTransport.startTLS now synchronously propagate
+      errors from the getContext method of context factories, instead of
+      being capturing them and logging them as unhandled.
+  * Improved Documentation
+    - The multicast documentation has been expanded.
+    - twisted.internet.defer.Deferred now documents more return values.
+    - Show a better starting page at
+      http://twistedmatrix.com/documents/current
+  * Deprecations and Removals
+    - Remove the deprecated module twisted.enterprise.reflector.
+    - Removed the deprecated module twisted.enterprise.row.
+    - Remove the deprecated module twisted.enterprise.sqlreflector.
+    - Removed the deprecated module twisted.enterprise.util, as well as
+      twisted.enterprise.adbapi.safe.
+    - Python 2.4 is no longer supported on any platform.
+    - Removed printTraceback and noOperation from twisted.spread.pb,
+      deprecated since Twisted 8.2.
+
+-------------------------------------------------------------------
@@ -16,3 +66,3 @@
-Features:
-  * The twistd man page now has a SIGNALS section.
-  * reactor.spawnProcess now will not emit a PotentialZombieWarning when called
+  * Features:
+    - The twistd man page now has a SIGNALS section.
+    - reactor.spawnProcess now will not emit a PotentialZombieWarning when 
called
@@ -20 +70 @@
-  * High-throughput applications based on Perspective Broker should now run
+    - High-throughput applications based on Perspective Broker should now run
@@ -23,3 +73,3 @@
-  * Documentation for trac-post-commit-hook functionality in svn-dev policy.
-  * twisted.protocols.socks.SOCKSv4 now supports the SOCKSv4a protocol.
-  * Trial can now output test results according to the subunit protocol, as
+    - Documentation for trac-post-commit-hook functionality in svn-dev policy.
+    - twisted.protocols.socks.SOCKSv4 now supports the SOCKSv4a protocol.
+    - Trial can now output test results according to the subunit protocol, as
@@ -27 +77 @@
-  * twisted.protocols.amp now provides a ListOf argument type which can be
+    - twisted.protocols.amp now provides a ListOf argument type which can be
@@ -30 +80 @@
-  * If returnValue is invoked outside of a function decorated with
+    - If returnValue is invoked outside of a function decorated with
@@ -34 +84 @@
-  * twisted.python.logfile.BaseLogFile now has a reopen method allowing to
+    - twisted.python.logfile.BaseLogFile now has a reopen method allowing to
@@ -36,2 +86,2 @@
-Bugfixes:
-  * FTP.ftp_NLST now handles requests on invalid paths in a way consistent
+  * Bugfixes:
+    - FTP.ftp_NLST now handles requests on invalid paths in a way consistent
@@ -39 +89 @@
-  * twisted.python.util.initgroups now calls the low-level C initgroups by
+    - twisted.python.util.initgroups now calls the low-level C initgroups by
@@ -42 +92 @@
-  * startLogging now does nothing on subsequent invocations, thus fixing a
+    - startLogging now does nothing on subsequent invocations, thus fixing a
@@ -44 +94 @@
-  * Stringify non-string data to NetstringReceiver.sendString before
+    - Stringify non-string data to NetstringReceiver.sendString before
@@ -47,2 +97,2 @@
-  * twisted.python.win32.cmdLineQuote now correctly quotes empty strings 
arguments.
-  * Change the behavior of the Gtk2Reactor to register only one source watch 
for
+    - twisted.python.win32.cmdLineQuote now correctly quotes empty strings 
arguments.
+    - Change the behavior of the Gtk2Reactor to register only one source watch 
for
@@ -52,2 +102,2 @@
-  * Twisted Trial no longer crashes if it can't remove an old _trial_temp 
directory.
-  * The optional _c_urlarg extension now handles unquote("") correctly on
+    - Twisted Trial no longer crashes if it can't remove an old _trial_temp 
directory.
+    - The optional _c_urlarg extension now handles unquote("") correctly on
@@ -55 +105 @@
-  * On POSIX, child processes created with reactor.spawnProcess will no longer
+    - On POSIX, child processes created with reactor.spawnProcess will no 
longer
@@ -57,7 +107,7 @@
-  * All SOCKSv4a tests now use a dummy reactor with a deterministic resolve 
method.
-  * Prevent extraneous server, date and content-type headers in proxy 
responses.
-Deprecations and Removals:
-  * twisted.internet.error.PotentialZombieWarning is now deprecated.
-  * twisted.test.time_helpers is now deprecated.
-  * The deprecated connectUDP method of IReactorUDP has now been removed.
-  * twisted.trial.unittest.TestCase now ignores the previously deprecated
+    - All SOCKSv4a tests now use a dummy reactor with a deterministic resolve 
method.
+    - Prevent extraneous server, date and content-type headers in proxy 
responses.
+  * Deprecations and Removals:
+    - twisted.internet.error.PotentialZombieWarning is now deprecated.
+    - twisted.test.time_helpers is now deprecated.
+    - The deprecated connectUDP method of IReactorUDP has now been removed.
+    - twisted.trial.unittest.TestCase now ignores the previously deprecated

Old:
----
  Twisted-11.0.0.tar.bz2

New:
----
  Twisted-12.0.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Twisted.spec ++++++
--- /var/tmp/diff_new_pack.5TAKpr/_old  2012-02-24 06:54:03.000000000 +0100
+++ /var/tmp/diff_new_pack.5TAKpr/_new  2012-02-24 06:54:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Twisted
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:           python-Twisted
-Version:        11.0.0
+Version:        12.0.0
 Release:        0
 Url:            http://twistedmatrix.com/
 Summary:        An asynchronous networking framework written in Python
@@ -27,12 +26,12 @@
 Source:         
http://pypi.python.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-pyOpenSSL
 BuildRequires:  python-pam
+BuildRequires:  python-pyOpenSSL
 BuildRequires:  python-pyserial
 BuildRequires:  python-zope.interface
-Requires:       python-pyOpenSSL
 Requires:       python-pam
+Requires:       python-pyOpenSSL
 Requires:       python-pyserial
 Requires:       python-zope.interface
 %if 0%{?suse_version}
@@ -104,7 +103,6 @@
 %{_bindir}/lore
 %{_bindir}/mailmail
 %{_bindir}/manhole
-%{_bindir}/mktap
 %{_bindir}/pyhtmlizer
 %{_bindir}/tap2deb
 %{_bindir}/tap2rpm

++++++ Twisted-11.0.0.tar.bz2 -> Twisted-12.0.0.tar.bz2 ++++++
++++ 89694 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to