Hello community,

here is the log from the commit of package python-Twisted for openSUSE:Factory 
checked in at 2017-11-12 18:00:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Twisted (Old)
 and      /work/SRC/openSUSE:Factory/.python-Twisted.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Twisted"

Sun Nov 12 18:00:31 2017 rev:27 rq:540472 version:17.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Twisted/python-Twisted.changes    
2017-07-21 22:38:49.634207693 +0200
+++ /work/SRC/openSUSE:Factory/.python-Twisted.new/python-Twisted.changes       
2017-11-12 18:00:33.372731243 +0100
@@ -1,0 +2,8 @@
+Fri Nov 10 10:18:42 UTC 2017 - mimi...@gmail.com
+
+- update to 17.9.0
+  For full list of changes please see:
+  https://github.com/twisted/twisted/blob/twisted-17.9.0/NEWS.rst
+* mailman is only in python2 package
+
+-------------------------------------------------------------------

Old:
----
  Twisted-17.5.0.tar.bz2

New:
----
  Twisted-17.9.0.tar.bz2

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

Other differences:
------------------
++++++ python-Twisted.spec ++++++
--- /var/tmp/diff_new_pack.73DyeT/_old  2017-11-12 18:00:34.212700648 +0100
+++ /var/tmp/diff_new_pack.73DyeT/_new  2017-11-12 18:00:34.212700648 +0100
@@ -20,7 +20,7 @@
 %define oldpython python
 %define modname Twisted
 Name:           python-Twisted
-Version:        17.5.0
+Version:        17.9.0
 Release:        0
 Summary:        An asynchronous networking framework written in Python
 License:        MIT
@@ -108,11 +108,16 @@
 %fdupes %{buildroot}%{_prefix}
 
 # Prepare for update-alternatives usage
-for p in twistd cftp ckeygen conch mailmail pyhtmlizer tkconch trial ; do
+for p in twistd cftp ckeygen conch pyhtmlizer tkconch trial ; do
     %python_clone %{buildroot}%{_bindir}/$p
     %python_clone %{buildroot}%{_mandir}/man1/$p.1
 done
 
+# update alternatives for parts supported only in python2
+%ifpython2
+%python_clone %{buildroot}%{_bindir}/mailmail
+%python_clone %{buildroot}%{_mandir}/man1/mailmail.1
+%endif
 # no manpage for twist yet:
 %python_clone %{buildroot}%{_bindir}/twist
 
@@ -129,7 +134,8 @@
 %python3_only %{_bindir}/cftp
 %python3_only %{_bindir}/ckeygen
 %python3_only %{_bindir}/conch
-%python3_only %{_bindir}/mailmail
+# Supported only in python2
+%python2_only %{_bindir}/mailmail
 %python3_only %{_bindir}/pyhtmlizer
 %python3_only %{_bindir}/tkconch
 %python3_only %{_bindir}/trial

++++++ Twisted-17.5.0.tar.bz2 -> Twisted-17.9.0.tar.bz2 ++++++
++++ 23682 lines of diff (skipped)


Reply via email to