Hello community,

here is the log from the commit of package python-Twisted for openSUSE:Factory 
checked in at 2019-09-23 12:17:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Twisted (Old)
 and      /work/SRC/openSUSE:Factory/.python-Twisted.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Twisted"

Mon Sep 23 12:17:24 2019 rev:36 rq:731161 version:19.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Twisted/python-Twisted.changes    
2019-06-18 14:49:48.677673932 +0200
+++ /work/SRC/openSUSE:Factory/.python-Twisted.new.7948/python-Twisted.changes  
2019-09-23 12:17:25.893806547 +0200
@@ -1,0 +2,18 @@
+Sat Sep 14 15:29:06 UTC 2019 - John Vandenberg <[email protected]>
+
+- Remove mailmail when only building Python 3 flavour
+
+-------------------------------------------------------------------
+Fri Sep 13 13:09:16 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 19.7.0:
+  * The callable argument to twisted.internet.task.deferLater() is no longer 
required. (#9577)
+  * twisted.internet.utils.getProcessOutputAndValue now accepts stdinBytes to 
write to the child process's standard input. (#9607)
+  * Add new twisted.logger.capturedLogs context manager for capturing observed 
log events in tests. (#9617)
+  * twisted.internet.base.PluggableResolverMixin, which implements the 
pluggable resolver interfaces for easier re-use in other reactors, has been 
factored out of ReactorBase. (#9632)
+  * The PyPI page for Twisted has been enhanced to include more information 
and useful links. (#9648)
+- Refresh patch:
+  * skip_MultiCast.patch
+- Remove merged patch hyperlink.patch
+
+-------------------------------------------------------------------

Old:
----
  Twisted-19.2.1.tar.bz2
  hyperlink.patch

New:
----
  Twisted-19.7.0.tar.bz2

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

Other differences:
------------------
++++++ python-Twisted.spec ++++++
--- /var/tmp/diff_new_pack.dmT0jt/_old  2019-09-23 12:17:26.509806447 +0200
+++ /var/tmp/diff_new_pack.dmT0jt/_new  2019-09-23 12:17:26.513806446 +0200
@@ -20,7 +20,7 @@
 %define oldpython python
 %define modname Twisted
 Name:           python-Twisted
-Version:        19.2.1
+Version:        19.7.0
 Release:        0
 Summary:        An asynchronous networking framework written in Python
 License:        MIT
@@ -30,7 +30,6 @@
 Patch1:         skip_MultiCast.patch
 Patch2:         no-pygtkcompat.patch
 Patch3:         test-mktime-invalid-tm_isdst.patch
-Patch4:         hyperlink.patch
 BuildRequires:  %{python_module Automat >= 0.3.0}
 BuildRequires:  %{python_module PyHamcrest >= 1.9.0}
 BuildRequires:  %{python_module appdirs >= 1.4.0}
@@ -138,6 +137,10 @@
 %python_clone %{buildroot}%{_bindir}/mailmail
 %python_clone %{buildroot}%{_mandir}/man1/mailmail.1
 %endif
+%if ! 0%{?have_python2} || 0%{?skip_python2}
+rm %{buildroot}%{_bindir}/mailmail %{buildroot}%{_mandir}/man1/mailmail.1
+%endif
+
 # no manpage for twist yet:
 %python_clone %{buildroot}%{_bindir}/twist
 

++++++ Twisted-19.2.1.tar.bz2 -> Twisted-19.7.0.tar.bz2 ++++++
++++ 9160 lines of diff (skipped)

++++++ skip_MultiCast.patch ++++++
--- /var/tmp/diff_new_pack.dmT0jt/_old  2019-09-23 12:17:28.161806177 +0200
+++ /var/tmp/diff_new_pack.dmT0jt/_new  2019-09-23 12:17:28.161806177 +0200
@@ -1,7 +1,9 @@
---- a/src/twisted/test/test_udp.py
-+++ b/src/twisted/test/test_udp.py
-@@ -503,6 +503,7 @@ class ReactorShutdownInteractionTests(un
- class MulticastTests(unittest.TestCase):
+Index: Twisted-19.7.0/src/twisted/test/test_udp.py
+===================================================================
+--- Twisted-19.7.0.orig/src/twisted/test/test_udp.py
++++ Twisted-19.7.0/src/twisted/test/test_udp.py
+@@ -514,6 +514,7 @@ class MulticastTests(unittest.TestCase):
+         skip = "Does not work on Azure Pipelines"
  
      def setUp(self):
 +        raise unittest.SkipTest("Multicast networking doesn't work with OBS")


Reply via email to