Hello community,

here is the log from the commit of package python3-Twisted for openSUSE:Factory 
checked in at 2016-01-30 11:31:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Twisted (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Twisted.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Twisted"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Twisted/python3-Twisted.changes  
2015-10-20 16:22:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Twisted.new/python3-Twisted.changes     
2016-01-30 11:31:27.000000000 +0100
@@ -1,0 +2,65 @@
+Tue Dec  1 00:08:12 UTC 2015 - [email protected]
+
+- specfile:
+  * README is now a .rst files
+  * added CONTRIBUTING to %doc
+  * packaged twistd
+
+- update to version 15.5.0:
+  * Features
+    + twisted.python.url is a new abstraction for URLs, supporting RFC
+      3987 IRIs. (#5388)
+    + twisted.python.logfile is now ported to Python 3. (#6749)
+    + twisted.python.zippath has been ported to Python 3. (#6917)
+    + twisted.internet.ssl.CertificateOptions and
+      twisted.internet.ssl.optionsForClientTLS now take a
+      acceptableProtocols parameter that enables negotiation of the next
+      protocol to speak after the TLS handshake has completed. This field
+      advertises protocols over both NPN and ALPN. Also added new
+      INegotiated interface for TLS interfaces that support protocol
+      negotiation. This interface adds a negotiatedProtocol property that
+      reports what protocol, if any, was negotiated in the TLS handshake.
+      (#7860)
+    + twisted.python.urlpath.URLPath now operates correctly on Python 3,
+      using bytes instead of strings, and introduces the fromBytes
+      constructor to assist with creating them cross-version. (#7994)
+    + twisted.application.strports is now ported to Python 3. (#8011)
+    + twistd (the Twisted Daemon) is now ported to Python 3. (#8012)
+    + Python 3.5 is now supported on POSIX platforms. (#8042)
+    + twisted.internet.serialport is now ported on Python 3. (#8099)
+  * Bugfixes
+    + twisted.logger.formatEvent now can format an event if it was
+      flattened (twisted.logger.eventAsJSON does this) and has text after
+      the last replacement field. (#8003)
+    + twisted.cred.checkers.FilePasswordDB now logs an error if the
+      credentials db file does not exist, no longer raises an unhandled
+      error. (#8028)
+    + twisted.python.threadpool.ThreadPool now properly starts enough
+      threads to do any work scheduled before ThreadPool.start() is
+      called, such as when work is scheduled in the reactor via
+      reactor.callInThread() before reactor.run(). (#8090)
+  * Improved Documentation
+    + Twisted Development test standard documentation now contain
+      information about avoiding test data files. (#6535)
+    + The documentation for twisted.internet.defer.DeferredSemaphore now
+      describes the actual usage for limit and tokens instance
+      attributes. (#8024)
+  * Deprecations and Removals
+    + twisted.python._initgroups, a C extension, has been removed and
+      stdlib support is now always used instead. (#5861)
+    + Python 2.6 is no longer supported. (#8017)
+    + twisted.python.util.OrderedDict is now deprecated, and uses of it
+      in Twisted are replaced with collections.OrderedDict. (#8051)
+    + twisted.persisted.sob.load, twisted.persisted.sob.loadValueFromFile
+      and twisted.persisted.sob.Persistent.save() are now deprecated when
+      used with a passphrase. The encyption used by these methods are
+      weak. (#8081)
+    + twisted.internet.interfaces.IStreamClientEndpointStringParser has
+      been removed and Twisted will no longer use parsers implementing
+      this interface. (#8094)
+  * Other
+    + #5976, #6628, #6894, #6980, #7228, #7693, #7731, #7997, #8046,
+      #8054, #8056, #8060, #8063, #8064, #8068, #8072, #8091, #8095,
+      #8096, #8098, #8106
+
+-------------------------------------------------------------------

Old:
----
  Twisted-15.4.0.tar.bz2

New:
----
  Twisted-15.5.0.tar.bz2

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

Other differences:
------------------
++++++ python3-Twisted.spec ++++++
--- /var/tmp/diff_new_pack.6u0IPE/_old  2016-01-30 11:31:28.000000000 +0100
+++ /var/tmp/diff_new_pack.6u0IPE/_new  2016-01-30 11:31:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Twisted
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:           python3-Twisted
-Version:        15.4.0
+Version:        15.5.0
 Release:        0
 Url:            http://twistedmatrix.com/
 Summary:        An asynchronous networking framework written in Python
@@ -73,8 +73,7 @@
 
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-for p in trial ; do
-# Only trial supports Python 3 right now, others are coming
+for p in trial twistd; do
 # for p in cftp ckeygen conch mailmail manhole pyhtmlizer tap2deb tap2rpm 
tkconch trial twistd ; do
     mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/$p-%{py3_ver}
     ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p
@@ -103,7 +102,8 @@
    --slave %{_mandir}/man1/tap2deb.1.gz tap2deb.1.gz 
%{_mandir}/man1/tap2deb-%{py3_ver}.1.gz \
    --slave %{_mandir}/man1/tap2rpm.1.gz tap2rpm.1.gz 
%{_mandir}/man1/tap2rpm-%{py3_ver}.1.gz \
    --slave %{_mandir}/man1/tkconch.1.gz tkconch.1.gz 
%{_mandir}/man1/ctkconchftp-%{py3_ver}.1.gz \
-   --slave %{_mandir}/man1/twistd.1.gz twistd.1.gz 
%{_mandir}/man1/twistd-%{py3_ver}.1.gz
+   --slave %{_mandir}/man1/twistd.1.gz twistd.1.gz 
%{_mandir}/man1/twistd-%{py3_ver}.1.gz \
+   --slave %{_bindir}/twistd twistd %{_bindir}/twistd-%{py3_ver}
    
 # The remainder don't support Python 3.x yet:
 #   --slave %{_bindir}/cftp cftp %{_bindir}/cftp-%{py3_ver} \
@@ -115,11 +115,11 @@
 #   --slave %{_bindir}/tap2deb tap2deb %{_bindir}/tap2deb-%{py3_ver} \
 #   --slave %{_bindir}/tap2rpm tap2rpm %{_bindir}/tap2rpm-%{py3_ver} \
 #   --slave %{_bindir}/tkconch tkconch %{_bindir}/tkconch-%{py3_ver} \
-#   --slave %{_bindir}/twistd twistd %{_bindir}/twistd-%{py3_ver} \
 
 %postun
 if [ $1 -eq 0 ] ; then
     %_sbindir/update-alternatives --remove trial %{_bindir}/trial-%{py3_ver}
+    %_sbindir/update-alternatives --remove twistd %{_bindir}/twistd-%{py3_ver}
 fi
 
 %files doc
@@ -128,7 +128,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE NEWS README
+%doc CONTRIBUTING LICENSE NEWS README.rst
 # %{_bindir}/cftp
 # %{_bindir}/ckeygen
 # %{_bindir}/conch
@@ -139,7 +139,7 @@
 # %{_bindir}/tap2rpm
 # %{_bindir}/tkconch
 %{_bindir}/trial
-# %{_bindir}/twistd
+%{_bindir}/twistd
 # %{_bindir}/cftp-%{py3_ver}
 # %{_bindir}/ckeygen-%{py3_ver}
 # %{_bindir}/conch-%{py3_ver}
@@ -150,7 +150,7 @@
 # %{_bindir}/tap2rpm-%{py3_ver}
 # %{_bindir}/tkconch-%{py3_ver}
 %{_bindir}/trial-%{py3_ver}
-# %{_bindir}/twistd-%{py3_ver}
+%{_bindir}/twistd-%{py3_ver}
 %{_mandir}/man1/cftp.1.gz
 %{_mandir}/man1/ckeygen.1.gz
 %{_mandir}/man1/conch.1.gz
@@ -183,7 +183,7 @@
 # %ghost %{_sysconfdir}/alternatives/tap2rpm
 # %ghost %{_sysconfdir}/alternatives/tkconch
 %ghost %{_sysconfdir}/alternatives/trial
-# %ghost %{_sysconfdir}/alternatives/twistd
+%ghost %{_sysconfdir}/alternatives/twistd
 %ghost %{_sysconfdir}/alternatives/cftp.1.gz
 %ghost %{_sysconfdir}/alternatives/ckeygen.1.gz
 %ghost %{_sysconfdir}/alternatives/conch.1.gz

++++++ Twisted-15.4.0.tar.bz2 -> Twisted-15.5.0.tar.bz2 ++++++
++++ 31337 lines of diff (skipped)


Reply via email to