Change-Id: Ib9a200f97c5a5b9a5950c9e55bc8f1e83e6aa14f
Reviewed-on: http://photon-jenkins.eng.vmware.com/725
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,12 +1,12 @@ |
| 1 | 1 |
Name: python-Twisted |
| 2 |
-Version: 15.5.0 |
|
| 2 |
+Version: 16.1.1 |
|
| 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=c7db4b949fc27794ca94677f66082f49be43f283 |
|
| 9 |
+%define sha1 Twisted=202449e218600f7c21c6cf66a00b68b59bedb7d2 |
|
| 10 | 10 |
|
| 11 | 11 |
BuildRequires: python2 |
| 12 | 12 |
BuildRequires: python2-libs |
| ... | ... |
@@ -39,6 +39,8 @@ 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 |
|
| 42 | 44 |
* Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 15.5.0-1 |
| 43 | 45 |
- Upgrade version |
| 44 | 46 |
* Tue Oct 27 2015 Mahmoud Bassiouny <mbassiouny@vmware.com> |