From 917e81a9915a37a877e21c1a4e8599b9e5cd69efe67c41eae962c072b1910ecd Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 2 Jun 2014 09:01:26 +0000 Subject: [PATCH] Accepting request 234240 from home:frispete:python Dear Sascha, BTW, I've fixed the line breaks in your last changelog entry. - add dependency python-service_identity for testing purposes - Update to version 14.0.0: + too many changes to list here: check NEWS file + Twisted now includes a HostnameEndpoint implementation which uses IPv4 and IPv6 in parallel, speeding up the connection by using whichever connects first (the 'Happy Eyeballs'/RFC 6555 algorithm). (#4859) + Improved support for Cancellable Deferreds by kaizhang, our GSoC student. (#4320, #6532, #6572, #6639) + Improved Twisted.Mail documentation by shira, our Outreach Program for Women intern. (#6649, #6652) + twistd now waits for the application to start successfully before exiting after daemonization. (#823) + SSL server endpoint string descriptions now support the specification of chain certificates. (#6499) OBS-URL: https://build.opensuse.org/request/show/234240 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=23 --- Twisted-13.2.0.tar.bz2 | 3 --- Twisted-14.0.0.tar.bz2 | 3 +++ python-Twisted.changes | 27 ++++++++++++++++++++++----- python-Twisted.spec | 8 +++++--- 4 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 Twisted-13.2.0.tar.bz2 create mode 100644 Twisted-14.0.0.tar.bz2 diff --git a/Twisted-13.2.0.tar.bz2 b/Twisted-13.2.0.tar.bz2 deleted file mode 100644 index caaa831..0000000 --- a/Twisted-13.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:095175638c019ac7c0604f4c291724a16ff1acd062e181b01293bf4dcbc62cf3 -size 2704819 diff --git a/Twisted-14.0.0.tar.bz2 b/Twisted-14.0.0.tar.bz2 new file mode 100644 index 0000000..1f2203e --- /dev/null +++ b/Twisted-14.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfd961ac2216f5c65b07f2c3a5e5116f6713b8c1cf076c40010c64810d26963 +size 4339509 diff --git a/python-Twisted.changes b/python-Twisted.changes index b2a012e..38c2d48 100644 --- a/python-Twisted.changes +++ b/python-Twisted.changes @@ -1,13 +1,30 @@ +------------------------------------------------------------------- +Thu May 15 18:59:33 UTC 2014 - hpj@urpla.net + +- add dependency python-service_identity for testing purposes + +------------------------------------------------------------------- +Wed May 14 09:30:55 UTC 2014 - hpj@urpla.net + +- Update to version 14.0.0: + + too many changes to list here: check NEWS file + ------------------------------------------------------------------- Fri Dec 6 15:22:17 UTC 2013 - speilicke@suse.com - Add lp1102685.diff (bnc#853545): pygobject compatibility - Update to version 13.2.0: - + Twisted now includes a HostnameEndpoint implementation which uses IPv4 and IPv6 in parallel, speeding up the connection by using whichever connects first (the 'Happy Eyeballs'/RFC 6555 algorithm). (#4859) - + Improved support for Cancellable Deferreds by kaizhang, our GSoC student. (#4320, #6532, #6572, #6639) - + Improved Twisted.Mail documentation by shira, our Outreach Program for Women intern. (#6649, #6652) - + twistd now waits for the application to start successfully before exiting after daemonization. (#823) - + SSL server endpoint string descriptions now support the specification of chain certificates. (#6499) + + Twisted now includes a HostnameEndpoint implementation which uses IPv4 and + IPv6 in parallel, speeding up the connection by using whichever connects first + (the 'Happy Eyeballs'/RFC 6555 algorithm). (#4859) + + Improved support for Cancellable Deferreds by kaizhang, our GSoC student. + (#4320, #6532, #6572, #6639) + + Improved Twisted.Mail documentation by shira, our Outreach Program for + Women intern. (#6649, #6652) + + twistd now waits for the application to start successfully before exiting + after daemonization. (#823) + + SSL server endpoint string descriptions now support the specification of + chain certificates. (#6499) + Over 70 closed tickets since 13.1.0. ------------------------------------------------------------------- diff --git a/python-Twisted.spec b/python-Twisted.spec index 1dc6865..7d4b053 100644 --- a/python-Twisted.spec +++ b/python-Twisted.spec @@ -1,7 +1,7 @@ # # spec file for package python-Twisted # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: python-Twisted -Version: 13.2.0 +Version: 14.0.0 Release: 0 Url: http://twistedmatrix.com/ Summary: An asynchronous networking framework written in Python @@ -35,6 +35,8 @@ BuildRequires: python-zope.interface Requires: python-pam Requires: python-pyOpenSSL Requires: python-pyserial +# needed for test suite aka "trial twisted" +Requires: python-service_identity Requires: python-zope.interface Provides: python-twisted = %{version} Obsoletes: python-twisted < %{version} @@ -89,7 +91,7 @@ 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/core/howto/listings/udp/{MulticastClient,MulticastServer}.py +sed -i "s/\r//" doc/_downloads/{MulticastClient,MulticastServer}.py %files doc %defattr(-,root,root,-)