Hello community, here is the log from the commit of package python3-Twisted for openSUSE:Factory checked in at 2016-07-27 16:29:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-06-02 12:38:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-Twisted.new/python3-Twisted.changes 2016-07-27 16:29:38.000000000 +0200 @@ -1,0 +2,68 @@ +Sat Jul 9 04:57:10 UTC 2016 - [email protected] + +- specfile: + * removed manhole, tap2dep, tap2rpm from for loop that creates man pages + +- update to version 16.3.0: + * Twisted Core + + Defined a new interface, IProtocolNegotiationFactory, that can + be implemented by IOpenSSLClientConnectionCreator or + IOpenSSLServerConnectionCreator factories to allow them to offer + protocols for negotiation using ALPN or NPN during the TLS + handshake. (#8188) + + twisted.trial.unittest.SynchronousTestCase.assertRegex is now + available to provide Python 2.7 and Python 3 + compatibility. (#8372) + * Improved Documentation + + Development documentation has been updated to refer to Git + instead of SVN. (#8335) + * Deprecations and Removals + + twisted.python.reflect's deprecated functions have been removed. + This includes funcinfo (deprecated since Twisted 2.5), + allYourBase and accumulateBases (deprecated since Twisted 11.0), + getcurrent and isinst (deprecated since Twisted 14.0). (#8293) + + twisted.scripts.tap2deb and twisted.scripts.tap2rpm (along with + the associated executables), deprecated since Twisted 15.2, have + now been removed. (#8326) + + twisted.spread.ui has been removed. (#8329) + + twisted.manhole -- not to be confused with manhole in Conch -- + has been removed. This includes the semi-functional Glade + reactor, the manhole application, and the manhole-old twistd + plugin. (#8330) + + twisted.protocols.sip.DigestAuthorizer, BasicAuthorizer, and + related functions have been removed. (#8445) + * Other + + #7229, #7826, #8290, #8323, #8331, #8336, #8341, #8344, #8345, + #8347, #8351, #8363, #8365, #8366, #8374, #8382, #8384, #8390, + #8395, #8396, #8398, #8399, #8400, #8401, #8403, #8404, #8405, + #8407, #8408, #8409, #8415, #8416, #8417, #8418, #8419, #8420, + #8427, #8433, #8436, #8461 + * Twisted Names + + twisted.names.client.Resolver as well as all resolvers + inheriting from twisted.names.common.ResolverBase can now + understand DNS answers that come back in a different case than + the query. Example: querying for www.google.com and the answer + comes back with an A record for www.google.COM will now + work. (#8343) + * Twisted Web + + twisted.web.http.HTTPChannel now implements ITransport. Along + with this change, twisted.web.http.Request now directs all its + writes to the HTTPChannel, rather than to the backing + transport. This change is required for future HTTP/2 + work. (#8191) + + twisted.web.http.HTTPChannel now has a HTTP/2 implementation + which will be used if the transport has negotiated using it + through ALPN/NPN (see #8188). (#8194) + + twisted.web.client.Agent and twisted.web.client.ProxyAgent now + add brackets to IPv6 literal addresses in the host header they + send. (#8369) + + The HTTP server now correctly times connections out. (broken in + 16.2) (#8481) + + twisted.web would previously dispatch pipelined requests + simultaneously and queue the responses. This behaviour did not + enforce any of the guarantees required by RFC 7230 or make it + possible for users to enforce those requirements. For this + reason, the parallel dispatch of requests has been + removed. Pipelined requests are now processed serially. (#8320) + +------------------------------------------------------------------- Old: ---- Twisted-16.2.0.tar.bz2 New: ---- Twisted-16.3.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-Twisted.spec ++++++ --- /var/tmp/diff_new_pack.IscXmc/_old 2016-07-27 16:29:39.000000000 +0200 +++ /var/tmp/diff_new_pack.IscXmc/_new 2016-07-27 16:29:39.000000000 +0200 @@ -17,7 +17,7 @@ Name: python3-Twisted -Version: 16.2.0 +Version: 16.3.0 Release: 0 Url: http://twistedmatrix.com/ Summary: An asynchronous networking framework written in Python @@ -73,14 +73,14 @@ # Prepare for update-alternatives usage mkdir -p %{buildroot}%{_sysconfdir}/alternatives for p in trial twistd; do -# for p in cftp ckeygen conch mailmail manhole pyhtmlizer tap2deb tap2rpm tkconch trial twistd ; do +# for p in cftp ckeygen conch mailmail pyhtmlizer tkconch trial twistd ; do mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/$p-%{py3_ver} ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p # create a dummy target for /etc/alternatives/$p touch %{buildroot}%{_sysconfdir}/alternatives/$p done -for p in cftp ckeygen conch mailmail manhole pyhtmlizer tap2deb tap2rpm tkconch trial twistd ; do +for p in cftp ckeygen conch mailmail pyhtmlizer tkconch trial twistd ; do gzip %{buildroot}%{_mandir}/man1/$p.1 mv %{buildroot}%{_mandir}/man1/$p.1.gz %{buildroot}%{_mandir}/man1/$p-%{py3_ver}.1.gz ln -s -f %{_sysconfdir}/alternatives/$p.1.gz %{buildroot}%{_mandir}/man1/$p.1.gz @@ -96,10 +96,7 @@ --slave %{_mandir}/man1/ckeygen.1.gz ckeygen.1.gz %{_mandir}/man1/ckeygen-%{py3_ver}.1.gz \ --slave %{_mandir}/man1/conch.1.gz conch.1.gz %{_mandir}/man1/conch-%{py3_ver}.1.gz \ --slave %{_mandir}/man1/mailmail.1.gz mailmail.1.gz %{_mandir}/man1/mailmail-%{py3_ver}.1.gz \ - --slave %{_mandir}/man1/manhole.1.gz manhole.1.gz %{_mandir}/man1/manhole-%{py3_ver}.1.gz \ --slave %{_mandir}/man1/pyhtmlizer.1.gz pyhtmlizer.1.gz %{_mandir}/man1/pyhtmlizer-%{py3_ver}.1.gz \ - --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 %{_bindir}/twistd twistd %{_bindir}/twistd-%{py3_ver} @@ -109,10 +106,7 @@ # --slave %{_bindir}/ckeygen ckeygen %{_bindir}/ckeygen-%{py3_ver} \ # --slave %{_bindir}/conch conch %{_bindir}/conch-%{py3_ver} \ # --slave %{_bindir}/mailmail mailmail %{_bindir}/mailmail-%{py3_ver} \ -# --slave %{_bindir}/manhole manhole %{_bindir}/manhole-%{py3_ver} \ # --slave %{_bindir}/pyhtmlizer pyhtmlizer %{_bindir}/pyhtmlizer-%{py3_ver} \ -# --slave %{_bindir}/tap2deb tap2deb %{_bindir}/tap2deb-%{py3_ver} \ -# --slave %{_bindir}/tap2rpm tap2rpm %{_bindir}/tap2rpm-%{py3_ver} \ # --slave %{_bindir}/tkconch tkconch %{_bindir}/tkconch-%{py3_ver} \ %postun @@ -132,10 +126,7 @@ # %{_bindir}/ckeygen # %{_bindir}/conch # %{_bindir}/mailmail -# %{_bindir}/manhole # %{_bindir}/pyhtmlizer -# %{_bindir}/tap2deb -# %{_bindir}/tap2rpm # %{_bindir}/tkconch %{_bindir}/trial %{_bindir}/twistd @@ -143,10 +134,7 @@ # %{_bindir}/ckeygen-%{py3_ver} # %{_bindir}/conch-%{py3_ver} # %{_bindir}/mailmail-%{py3_ver} -# %{_bindir}/manhole-%{py3_ver} # %{_bindir}/pyhtmlizer-%{py3_ver} -# %{_bindir}/tap2deb-%{py3_ver} -# %{_bindir}/tap2rpm-%{py3_ver} # %{_bindir}/tkconch-%{py3_ver} %{_bindir}/trial-%{py3_ver} %{_bindir}/twistd-%{py3_ver} @@ -154,10 +142,7 @@ %{_mandir}/man1/ckeygen.1.gz %{_mandir}/man1/conch.1.gz %{_mandir}/man1/mailmail.1.gz -%{_mandir}/man1/manhole.1.gz %{_mandir}/man1/pyhtmlizer.1.gz -%{_mandir}/man1/tap2deb.1.gz -%{_mandir}/man1/tap2rpm.1.gz %{_mandir}/man1/tkconch.1.gz %{_mandir}/man1/trial.1.gz %{_mandir}/man1/twistd.1.gz @@ -165,10 +150,7 @@ %{_mandir}/man1/ckeygen-%{py3_ver}.1.gz %{_mandir}/man1/conch-%{py3_ver}.1.gz %{_mandir}/man1/mailmail-%{py3_ver}.1.gz -%{_mandir}/man1/manhole-%{py3_ver}.1.gz %{_mandir}/man1/pyhtmlizer-%{py3_ver}.1.gz -%{_mandir}/man1/tap2deb-%{py3_ver}.1.gz -%{_mandir}/man1/tap2rpm-%{py3_ver}.1.gz %{_mandir}/man1/tkconch-%{py3_ver}.1.gz %{_mandir}/man1/trial-%{py3_ver}.1.gz %{_mandir}/man1/twistd-%{py3_ver}.1.gz @@ -176,10 +158,7 @@ # %ghost %{_sysconfdir}/alternatives/ckeygen # %ghost %{_sysconfdir}/alternatives/conch # %ghost %{_sysconfdir}/alternatives/mailmail -# %ghost %{_sysconfdir}/alternatives/manhole # %ghost %{_sysconfdir}/alternatives/pyhtmlizer -# %ghost %{_sysconfdir}/alternatives/tap2deb -# %ghost %{_sysconfdir}/alternatives/tap2rpm # %ghost %{_sysconfdir}/alternatives/tkconch %ghost %{_sysconfdir}/alternatives/trial %ghost %{_sysconfdir}/alternatives/twistd @@ -187,10 +166,7 @@ %ghost %{_sysconfdir}/alternatives/ckeygen.1.gz %ghost %{_sysconfdir}/alternatives/conch.1.gz %ghost %{_sysconfdir}/alternatives/mailmail.1.gz -%ghost %{_sysconfdir}/alternatives/manhole.1.gz %ghost %{_sysconfdir}/alternatives/pyhtmlizer.1.gz -%ghost %{_sysconfdir}/alternatives/tap2deb.1.gz -%ghost %{_sysconfdir}/alternatives/tap2rpm.1.gz %ghost %{_sysconfdir}/alternatives/tkconch.1.gz %ghost %{_sysconfdir}/alternatives/trial.1.gz %ghost %{_sysconfdir}/alternatives/twistd.1.gz ++++++ Twisted-16.2.0.tar.bz2 -> Twisted-16.3.0.tar.bz2 ++++++ ++++ 23550 lines of diff (skipped)
