Hello community,

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

Package is "python-Twisted"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Twisted/python-Twisted.changes    
2015-12-16 17:41:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Twisted.new/python-Twisted.changes       
2016-09-11 00:51:42.000000000 +0200
@@ -1,0 +2,27 @@
+Fri Sep  2 19:01:19 UTC 2016 - ter...@gmail.com
+
+- Update to version 16.4.0
+  For the complete list of changes plese see
+  https://github.com/twisted/twisted/blob/twisted-16.4.0/NEWS
+
+- Update to version 16.3.0
+  For the complete list of changes plese see
+  https://github.com/twisted/twisted/blob/twisted-16.3.0/NEWS
+
+- Update to version 16.2.0
+  For the complete list of changes plese see
+  https://github.com/twisted/twisted/blob/twisted-16.2.0/NEWS
+
+- Update to version 16.1.1
+  For the complete list of changes plese see
+  https://github.com/twisted/twisted/blob/twisted-16.1.1/NEWS
+
+- Update to version 16.1.0
+  For the complete list of changes plese see
+  https://github.com/twisted/twisted/blob/twisted-16.1.0/NEWS
+
+- Update to version 16.0.0
+  For the complete list of changes plese see
+  https://github.com/twisted/twisted/blob/twisted-16.0.0/NEWS
+
+-------------------------------------------------------------------

Old:
----
  Twisted-15.5.0.tar.bz2

New:
----
  Twisted-16.4.0.tar.bz2

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

Other differences:
------------------
++++++ python-Twisted.spec ++++++
--- /var/tmp/diff_new_pack.aB11Un/_old  2016-09-11 00:51:43.000000000 +0200
+++ /var/tmp/diff_new_pack.aB11Un/_new  2016-09-11 00:51:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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,13 +17,13 @@
 
 
 Name:           python-Twisted
-Version:        15.5.0
+Version:        16.4.0
 Release:        0
 Url:            http://twistedmatrix.com/
 Summary:        An asynchronous networking framework written in Python
 License:        MIT
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2
+Source:         
https://pypi.io/packages/source/T/Twisted/Twisted-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM -- https://twistedmatrix.com/trac/ticket/6280
 Patch0:         lp1102685.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -92,13 +92,13 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 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
+sed -i "s/\r//" 
docs/core/howto/listings/udp/{MulticastClient,MulticastServer}.py
 
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-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-%{py_ver}
     ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p
     # create a dummy target for /etc/alternatives/$p
@@ -111,6 +111,13 @@
     touch %{buildroot}%{_sysconfdir}/alternatives/$p.1.gz
 done
 
+# no manpage for twist yet:
+p=twist
+mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/$p-%{py_ver}
+ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p
+# create a dummy target for /etc/alternatives/$p
+touch %{buildroot}%{_sysconfdir}/alternatives/$p
+
 %post
 %_sbindir/update-alternatives \
    --install %{_bindir}/trial trial %{_bindir}/trial-%{py_ver} 30 \
@@ -118,21 +125,16 @@
    --slave %{_bindir}/ckeygen ckeygen %{_bindir}/ckeygen-%{py_ver} \
    --slave %{_bindir}/conch conch %{_bindir}/conch-%{py_ver} \
    --slave %{_bindir}/mailmail mailmail %{_bindir}/mailmail-%{py_ver} \
-   --slave %{_bindir}/manhole manhole %{_bindir}/manhole-%{py_ver} \
    --slave %{_bindir}/pyhtmlizer pyhtmlizer %{_bindir}/pyhtmlizer-%{py_ver} \
-   --slave %{_bindir}/tap2deb tap2deb %{_bindir}/tap2deb-%{py_ver} \
-   --slave %{_bindir}/tap2rpm tap2rpm %{_bindir}/tap2rpm-%{py_ver} \
    --slave %{_bindir}/tkconch tkconch %{_bindir}/tkconch-%{py_ver} \
+   --slave %{_bindir}/twist twist %{_bindir}/twist-%{py_ver} \
    --slave %{_bindir}/twistd twistd %{_bindir}/twistd-%{py_ver} \
    --slave %{_mandir}/man1/trial.1.gz trial.1.gz 
%{_mandir}/man1/trial-%{py_ver}.1.gz \
    --slave %{_mandir}/man1/cftp.1.gz cftp.1.gz 
%{_mandir}/man1/cftp-%{py_ver}.1.gz \
    --slave %{_mandir}/man1/ckeygen.1.gz ckeygen.1.gz 
%{_mandir}/man1/ckeygen-%{py_ver}.1.gz \
    --slave %{_mandir}/man1/conch.1.gz conch.1.gz 
%{_mandir}/man1/conch-%{py_ver}.1.gz \
    --slave %{_mandir}/man1/mailmail.1.gz mailmail.1.gz 
%{_mandir}/man1/mailmail-%{py_ver}.1.gz \
-   --slave %{_mandir}/man1/manhole.1.gz manhole.1.gz 
%{_mandir}/man1/manhole-%{py_ver}.1.gz \
    --slave %{_mandir}/man1/pyhtmlizer.1.gz pyhtmlizer.1.gz 
%{_mandir}/man1/pyhtmlizer-%{py_ver}.1.gz \
-   --slave %{_mandir}/man1/tap2deb.1.gz tap2deb.1.gz 
%{_mandir}/man1/tap2deb-%{py_ver}.1.gz \
-   --slave %{_mandir}/man1/tap2rpm.1.gz tap2rpm.1.gz 
%{_mandir}/man1/tap2rpm-%{py_ver}.1.gz \
    --slave %{_mandir}/man1/tkconch.1.gz tkconch.1.gz 
%{_mandir}/man1/ctkconchftp-%{py_ver}.1.gz \
    --slave %{_mandir}/man1/twistd.1.gz twistd.1.gz 
%{_mandir}/man1/twistd-%{py_ver}.1.gz
 
@@ -143,7 +145,7 @@
 
 %files doc
 %defattr(-,root,root,-)
-%doc doc/*
+%doc docs/*
 
 %files
 %defattr(-,root,root,-)
@@ -152,32 +154,25 @@
 %{_bindir}/ckeygen
 %{_bindir}/conch
 %{_bindir}/mailmail
-%{_bindir}/manhole
 %{_bindir}/pyhtmlizer
-%{_bindir}/tap2deb
-%{_bindir}/tap2rpm
 %{_bindir}/tkconch
 %{_bindir}/trial
+%{_bindir}/twist
 %{_bindir}/twistd
 %{_bindir}/cftp-%{py_ver}
 %{_bindir}/ckeygen-%{py_ver}
 %{_bindir}/conch-%{py_ver}
 %{_bindir}/mailmail-%{py_ver}
-%{_bindir}/manhole-%{py_ver}
 %{_bindir}/pyhtmlizer-%{py_ver}
-%{_bindir}/tap2deb-%{py_ver}
-%{_bindir}/tap2rpm-%{py_ver}
 %{_bindir}/tkconch-%{py_ver}
 %{_bindir}/trial-%{py_ver}
+%{_bindir}/twist-%{py_ver}
 %{_bindir}/twistd-%{py_ver}
 %{_mandir}/man1/cftp.1.gz
 %{_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
@@ -185,10 +180,7 @@
 %{_mandir}/man1/ckeygen-%{py_ver}.1.gz
 %{_mandir}/man1/conch-%{py_ver}.1.gz
 %{_mandir}/man1/mailmail-%{py_ver}.1.gz
-%{_mandir}/man1/manhole-%{py_ver}.1.gz
 %{_mandir}/man1/pyhtmlizer-%{py_ver}.1.gz
-%{_mandir}/man1/tap2deb-%{py_ver}.1.gz
-%{_mandir}/man1/tap2rpm-%{py_ver}.1.gz
 %{_mandir}/man1/tkconch-%{py_ver}.1.gz
 %{_mandir}/man1/trial-%{py_ver}.1.gz
 %{_mandir}/man1/twistd-%{py_ver}.1.gz
@@ -196,21 +188,16 @@
 %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/twist
 %ghost %{_sysconfdir}/alternatives/twistd
 %ghost %{_sysconfdir}/alternatives/cftp.1.gz
 %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-15.5.0.tar.bz2 -> Twisted-16.4.0.tar.bz2 ++++++
++++ 317965 lines of diff (skipped)


Reply via email to