From 297f220d11a91613cd061ae53cf9f92d864f566a4e2f11c040f8f5dfd74effa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 10 Nov 2017 12:19:58 +0000 Subject: [PATCH] Accepting request 540450 from home:mimi_vx:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/540450 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=53 --- Twisted-17.5.0.tar.bz2 | 3 --- Twisted-17.9.0.tar.bz2 | 3 +++ python-Twisted.changes | 8 ++++++++ python-Twisted.spec | 12 +++++++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 Twisted-17.5.0.tar.bz2 create mode 100644 Twisted-17.9.0.tar.bz2 diff --git a/Twisted-17.5.0.tar.bz2 b/Twisted-17.5.0.tar.bz2 deleted file mode 100644 index d2eae6c..0000000 --- a/Twisted-17.5.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f198a494f0df2482f7c5f99d7f3eef33d22763ffc76641b36fec476b878002ea -size 2993816 diff --git a/Twisted-17.9.0.tar.bz2 b/Twisted-17.9.0.tar.bz2 new file mode 100644 index 0000000..e84d59f --- /dev/null +++ b/Twisted-17.9.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da1a7e35d5fcae37bc9c7978970b5feb3bc82822155b8654ec63925c05af75c +size 3019243 diff --git a/python-Twisted.changes b/python-Twisted.changes index 310d3ed..a352a4a 100644 --- a/python-Twisted.changes +++ b/python-Twisted.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 10 10:18:42 UTC 2017 - mimi.vx@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 + ------------------------------------------------------------------- Tue Jul 4 05:39:24 UTC 2017 - tbechtold@suse.com diff --git a/python-Twisted.spec b/python-Twisted.spec index f296b7b..9ed67bd 100644 --- a/python-Twisted.spec +++ b/python-Twisted.spec @@ -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 @@ find docs -type f -print0 | xargs -0 chmod a-x # Fix doc-file dependency by remo %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 @@ done %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