Browse code

Revert "Update python-Twisted"

This reverts commit 823f2afb08131cba95a31989d0fa8edec36f83fe.

Change-Id: I8e8d34984c282cf79b58953218a7924602da77d7
Reviewed-on: http://photon-jenkins.eng.vmware.com/734
Reviewed-by: suezzelur <anishs@vmware.com>
Tested-by: suezzelur <anishs@vmware.com>

suezzelur authored on 2016/04/20 08:39:53
Showing 1 changed files
... ...
@@ -1,12 +1,12 @@
1 1
 Name:           python-Twisted
2
-Version:        16.1.1
2
+Version:        15.5.0
3 3
 Release:        1%{?dist}
4 4
 Url:            https://twistedmatrix.com
5 5
 Summary:        An asynchronous networking framework written in Python
6 6
 License:        MIT
7 7
 Group:          Development/Languages/Python
8 8
 Source0:        https://pypi.python.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2
9
-%define sha1 Twisted=202449e218600f7c21c6cf66a00b68b59bedb7d2
9
+%define sha1 Twisted=c7db4b949fc27794ca94677f66082f49be43f283
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -39,8 +39,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
39 39
 %{_bindir}/*
40 40
 
41 41
 %changelog
42
-*   	Fri Apr 15 2016 Anish Swaminathan <anishs@vmware.com> 16.1.1-1
43
--   	Updated to version 16.1.1 
44 42
 *	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 15.5.0-1
45 43
 -	Upgrade version
46 44
 * 	Tue Oct 27 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>