Hello community,

here is the log from the commit of package python3-Twisted for openSUSE:Factory 
checked in at 2016-04-17 22:15:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-26 15:11:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Twisted.new/python3-Twisted.changes     
2016-04-17 22:15:41.000000000 +0200
@@ -1,0 +2,37 @@
+Fri Apr  8 05:56:33 UTC 2016 - [email protected]
+
+- specfile:
+  * doc seems do be now docs in tar-ball, changed accordingly
+  * removed sed command that removes \r from two files. Files don't
+    seem to have \r anymore. (Files also got moved to different dir in docs)
+
+- update to version 16.1.0:
+  * Twisted Core
+    + twisted.application.internet.ClientService, a service that
+      maintains a persistent outgoing endpoint-based connection; a
+      replacement for ReconnectingClientFactory that uses modern APIs.
+      (#4735)
+    + Twisted now uses setuptools' sdist to build tarballs. (#7985)
+    + Twisted is now compatible with OpenSSL 1.0.2f. (#8189)
+    + changes from version - #4543, #8124, #8193, #8210, #8220, #8223,
+      #8226, #8242:
+  * Twisted Conch
+    + twisted.conch.checkers is now ported to Python 3. (#8225)
+    + twisted.conch.telnet is now ported to Python 3. (#8228)
+    + twisted.conch.manhole_ssh.ConchFactory (used by `twistd
+      manhole`) no longer uses a hardcoded SSH server key, and will
+      generate a persistent one, saving it in your user appdir. If you
+      use ConchFactory, you will now need to provide your own SSH
+      server key.  (#8229)
+    + #8237, #8240
+  * Twisted Web
+    + twisted.web.http.Request.addCookie now supports both unicode and
+      bytes arguments, with unicode arguments being encoded to UTF-8.
+      (#8067)
+    + twisted.web.util.DeferredResource no longer causes spurious
+      "Unhandled error in Deferred" log messages. (#8192)
+    + twisted.web.server.site.makeSession now generates an uid of type
+      bytes on both Python 2 and 3. (#8215)
+    + #8238
+
+-------------------------------------------------------------------

Old:
----
  Twisted-16.0.0.tar.bz2

New:
----
  Twisted-16.1.0.tar.bz2

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

Other differences:
------------------
++++++ python3-Twisted.spec ++++++
--- /var/tmp/diff_new_pack.lcczXQ/_old  2016-04-17 22:15:42.000000000 +0200
+++ /var/tmp/diff_new_pack.lcczXQ/_new  2016-04-17 22:15:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-Twisted
-Version:        16.0.0
+Version:        16.1.0
 Release:        0
 Url:            http://twistedmatrix.com/
 Summary:        An asynchronous networking framework written in Python
@@ -67,9 +67,8 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--install-lib=%{python3_sitearch} --install-data=%{python3_sitearch}
 find %{buildroot} -regex '.*\.[ch]' -exec rm {} ";" # Remove leftover C sources
 install -dm0755 %{buildroot}/%{_mandir}/man1/
-install -m0644 doc/*/man/*.1 %{buildroot}/%{_mandir}/man1/ # Install man pages
-find doc -type f -print0 | xargs -0 chmod a-x # Fix doc-file dependency by 
removing x flags
-sed -i "s/\r//" doc/_downloads/{MulticastClient,MulticastServer}.py
+install -m0644 docs/*/man/*.1 %{buildroot}/%{_mandir}/man1/ # Install man pages
+find docs -type f -print0 | xargs -0 chmod a-x # Fix doc-file dependency by 
removing x flags
 
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
@@ -124,7 +123,7 @@
 
 %files doc
 %defattr(-,root,root,-)
-%doc doc/*
+%doc docs/*
 
 %files
 %defattr(-,root,root,-)

++++++ Twisted-16.0.0.tar.bz2 -> Twisted-16.1.0.tar.bz2 ++++++
++++ 206161 lines of diff (skipped)


Reply via email to