Change-Id: Ie7dca905e421dc0742f6a1a9700b69800d8b56ce
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4430
Reviewed-by: Sharath George
Tested-by: Sharath George
| ... | ... |
@@ -5,7 +5,7 @@ |
| 5 | 5 |
Summary: Python bindings for PAM (Pluggable Authentication Modules). |
| 6 | 6 |
Name: PyPAM |
| 7 | 7 |
Version: 0.5.0 |
| 8 |
-Release: 1%{?dist}
|
|
| 8 |
+Release: 2%{?dist}
|
|
| 9 | 9 |
License: LGPLv2 |
| 10 | 10 |
Group: Development/Languages/Python |
| 11 | 11 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -82,5 +82,7 @@ popd |
| 82 | 82 |
%{python3_sitelib}/*
|
| 83 | 83 |
|
| 84 | 84 |
%changelog |
| 85 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 0.5.0-2 |
|
| 86 |
+- Release bump to use python 3.5.4. |
|
| 85 | 87 |
* Tue Apr 11 2017 Xiaolin Li <xiaolinl@vmware.com> 0.5.0-1 |
| 86 | 88 |
- Initial packaging for Photon. |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: Libxml2 |
| 5 | 5 |
Name: libxml2 |
| 6 | 6 |
Version: 2.9.6 |
| 7 |
-Release: 1%{?dist}
|
|
| 7 |
+Release: 2%{?dist}
|
|
| 8 | 8 |
License: MIT |
| 9 | 9 |
URL: http://xmlsoft.org/ |
| 10 | 10 |
Group: System Environment/General Libraries |
| ... | ... |
@@ -112,6 +112,8 @@ rm -rf %{buildroot}/*
|
| 112 | 112 |
|
| 113 | 113 |
|
| 114 | 114 |
%changelog |
| 115 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 2.9.6-2 |
|
| 116 |
+- Release bump to use python 3.5.4. |
|
| 115 | 117 |
* Wed Oct 18 2017 Xiaolin Li <xiaolinl@vmware.com> 2.9.6-1 |
| 116 | 118 |
- Update to version 2.9.6 |
| 117 | 119 |
* Wed Aug 09 2017 Dheeraj Shetty <dheerajs@vmware.com> 2.9.4-7 |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: The Python Cryptography Toolkit. |
| 5 | 5 |
Name: pycrypto |
| 6 | 6 |
Version: 2.6.1 |
| 7 |
-Release: 3%{?dist}
|
|
| 7 |
+Release: 4%{?dist}
|
|
| 8 | 8 |
License: Public Domain and Python |
| 9 | 9 |
URL: http://www.pycrypto.org/ |
| 10 | 10 |
Source0: https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/%{name}-%{version}.tar.gz
|
| ... | ... |
@@ -50,6 +50,8 @@ python3 setup.py install -O1 --root=%{buildroot} --prefix=/usr
|
| 50 | 50 |
%{python3_sitelib}/*
|
| 51 | 51 |
|
| 52 | 52 |
%changelog |
| 53 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 2.6.1-4 |
|
| 54 |
+- Release bump to use python 3.5.4. |
|
| 53 | 55 |
* Thu Jul 20 2017 Anish Swaminathan <anishs@vmware.com> 2.6.1-3 |
| 54 | 56 |
- Apply patch for CVE-2013-7459 |
| 55 | 57 |
* Thu Jul 13 2017 Divya Thaluru <dthaluru@vmware.com> 2.6.1-2 |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: An asynchronous networking framework written in Python |
| 5 | 5 |
Name: python-Twisted |
| 6 | 6 |
Version: 17.1.0 |
| 7 |
-Release: 6%{?dist}
|
|
| 7 |
+Release: 7%{?dist}
|
|
| 8 | 8 |
License: MIT |
| 9 | 9 |
Group: Development/Languages/Python |
| 10 | 10 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -78,6 +78,8 @@ python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 78 | 78 |
%{python3_sitelib}/*
|
| 79 | 79 |
|
| 80 | 80 |
%changelog |
| 81 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 17.1.0-7 |
|
| 82 |
+- Release bump to use python 3.5.4. |
|
| 81 | 83 |
* Thu Jun 01 2017 Xiaolin Li <rqiu@vmware.com> 17.1.0-6 |
| 82 | 84 |
- Keep python2 scrips in bin folder. |
| 83 | 85 |
* Mon May 22 2017 Rongrong Qiu <rqiu@vmware.com> 17.1.0-5 |
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
Summary: Interface for Python to call C code |
| 4 | 4 |
Name: python-cffi |
| 5 | 5 |
Version: 1.9.1 |
| 6 |
-Release: 1%{?dist}
|
|
| 6 |
+Release: 2%{?dist}
|
|
| 7 | 7 |
Url: https://pypi.python.org/pypi/cffi |
| 8 | 8 |
License: MIT |
| 9 | 9 |
Group: Development/Languages/Python |
| ... | ... |
@@ -60,6 +60,8 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 60 | 60 |
%{python3_sitelib}/*
|
| 61 | 61 |
|
| 62 | 62 |
%changelog |
| 63 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 1.9.1-2 |
|
| 64 |
+- Release bump to use python 3.5.4. |
|
| 63 | 65 |
* Mon Mar 13 2017 Xiaolin Li <xiaolinl@vmware.com> 1.9.1-1 |
| 64 | 66 |
- Updated to version 1.9.1. |
| 65 | 67 |
* Thu Feb 02 2017 Xiaolin Li <xiaolinl@vmware.com> 1.5.2-3 |
| ... | ... |
@@ -6,7 +6,7 @@ |
| 6 | 6 |
Summary: Code coverage measurement for Python. |
| 7 | 7 |
Name: python-coverage |
| 8 | 8 |
Version: 4.3.4 |
| 9 |
-Release: 2%{?dist}
|
|
| 9 |
+Release: 3%{?dist}
|
|
| 10 | 10 |
License: Apache 2.0 |
| 11 | 11 |
Group: Development/Languages/Python |
| 12 | 12 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -76,6 +76,8 @@ popd |
| 76 | 76 |
|
| 77 | 77 |
|
| 78 | 78 |
%changelog |
| 79 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 4.3.4-3 |
|
| 80 |
+- Release bump to use python 3.5.4. |
|
| 79 | 81 |
* Tue Jul 11 2017 Xiaolin Li <xiaolinl@vmware.com> 4.3.4-2 |
| 80 | 82 |
- Packaging python2 and python3 scripts in bin directory |
| 81 | 83 |
* Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 4.3.4-1 |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: Python cryptography library |
| 5 | 5 |
Name: python-cryptography |
| 6 | 6 |
Version: 1.7.2 |
| 7 |
-Release: 4%{?dist}
|
|
| 7 |
+Release: 5%{?dist}
|
|
| 8 | 8 |
Url: https://cryptography.io |
| 9 | 9 |
License: ASL 2.0 |
| 10 | 10 |
Group: Development/Languages/Python |
| ... | ... |
@@ -72,6 +72,8 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 72 | 72 |
%{python3_sitelib}/*
|
| 73 | 73 |
|
| 74 | 74 |
%changelog |
| 75 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 1.7.2-5 |
|
| 76 |
+- Release bump to use python 3.5.4. |
|
| 75 | 77 |
* Tue Jun 20 2017 Rongrong Qiu <rqiu@vmware.com> 1.7.2-4 |
| 76 | 78 |
- Add python-six as requires. |
| 77 | 79 |
* Mon May 22 2017 Rongrong Qiu <rqiu@vmware.com> 1.7.2-3 |
| ... | ... |
@@ -5,7 +5,7 @@ |
| 5 | 5 |
Summary: Coroutine-based network library |
| 6 | 6 |
Name: python-gevent |
| 7 | 7 |
Version: 1.2.1 |
| 8 |
-Release: 2%{?dist}
|
|
| 8 |
+Release: 3%{?dist}
|
|
| 9 | 9 |
License: MIT |
| 10 | 10 |
Group: Development/Languages/Python |
| 11 | 11 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -70,6 +70,8 @@ python3 setup.py test |
| 70 | 70 |
%{python3_sitelib}/*
|
| 71 | 71 |
|
| 72 | 72 |
%changelog |
| 73 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 1.2.1-3 |
|
| 74 |
+- Release bump to use python 3.5.4. |
|
| 73 | 75 |
* Fri Jun 30 2017 Rongrong Qiu <rqiu@vmware.com> 1.2.1-2 |
| 74 | 76 |
- Add python-greenlet and python3-greenlet as required. |
| 75 | 77 |
* Thu Mar 02 2017 Xiaolin Li <xiaolinl@vmware.com> 1.2.1-1 |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: Lightweight in-process concurrent programming |
| 5 | 5 |
Name: python-greenlet |
| 6 | 6 |
Version: 0.4.12 |
| 7 |
-Release: 1%{?dist}
|
|
| 7 |
+Release: 2%{?dist}
|
|
| 8 | 8 |
License: MIT |
| 9 | 9 |
Group: Development/Languages/Python |
| 10 | 10 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -63,5 +63,7 @@ python3 setup.py test |
| 63 | 63 |
/usr/include/python3.5m/greenlet/greenlet.h |
| 64 | 64 |
|
| 65 | 65 |
%changelog |
| 66 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 0.4.12-2 |
|
| 67 |
+- Release bump to use python 3.5.4. |
|
| 66 | 68 |
* Thu Mar 02 2017 Xiaolin Li <xiaolinl@vmware.com> 0.4.12-1 |
| 67 | 69 |
- Initial packaging for Photon |
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
Summary: XML and HTML with Python |
| 4 | 4 |
Name: python-lxml |
| 5 | 5 |
Version: 3.5.0b1 |
| 6 |
-Release: 3%{?dist}
|
|
| 6 |
+Release: 4%{?dist}
|
|
| 7 | 7 |
Group: Development/Libraries |
| 8 | 8 |
License: BSD |
| 9 | 9 |
URL: http://lxml.de |
| ... | ... |
@@ -62,6 +62,8 @@ rm -rf %{buildroot}
|
| 62 | 62 |
%{python3_sitelib}/*
|
| 63 | 63 |
|
| 64 | 64 |
%changelog |
| 65 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 3.5.0b1-4 |
|
| 66 |
+- Release bump to use python 3.5.4. |
|
| 65 | 67 |
* Wed Feb 08 2017 Xiaolin Li <xiaolinl@vmware.com> 3.5.0b1-3 |
| 66 | 68 |
- Added python3 site-packages. |
| 67 | 69 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.5.0b1-2 |
| ... | ... |
@@ -5,7 +5,7 @@ |
| 5 | 5 |
Summary: A XML/HTML/XHTML Markup safe string for Python. |
| 6 | 6 |
Name: python-markupsafe |
| 7 | 7 |
Version: 0.23 |
| 8 |
-Release: 1%{?dist}
|
|
| 8 |
+Release: 2%{?dist}
|
|
| 9 | 9 |
License: BSD |
| 10 | 10 |
Group: Development/Languages/Python |
| 11 | 11 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -60,5 +60,7 @@ python3 setup.py test |
| 60 | 60 |
%{python3_sitelib}/*
|
| 61 | 61 |
|
| 62 | 62 |
%changelog |
| 63 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 0.23-2 |
|
| 64 |
+- Release bump to use python 3.5.4. |
|
| 63 | 65 |
* Thu Mar 02 2017 Xiaolin Li <xiaolinl@vmware.com> 0.23-1 |
| 64 | 66 |
- Initial packaging for Photon |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: Array processing for numbers, strings, records, and objects |
| 5 | 5 |
Name: python-numpy |
| 6 | 6 |
Version: 1.8.2 |
| 7 |
-Release: 1%{?dist}
|
|
| 7 |
+Release: 2%{?dist}
|
|
| 8 | 8 |
License: BSD |
| 9 | 9 |
Group: Development/Languages/Python |
| 10 | 10 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -62,5 +62,7 @@ python3 setup.py test |
| 62 | 62 |
%{_bindir}/f2py3
|
| 63 | 63 |
|
| 64 | 64 |
%changelog |
| 65 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 1.8.2-2 |
|
| 66 |
+- Release bump to use python 3.5.4. |
|
| 65 | 67 |
* Thu Mar 02 2017 Xiaolin Li <xiaolinl@vmware.com> 1.8.2-1 |
| 66 | 68 |
- Initial packaging for Photon |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: Simple, fast, extensible JSON encoder/decoder for Python. |
| 5 | 5 |
Name: python-simplejson |
| 6 | 6 |
Version: 3.10.0 |
| 7 |
-Release: 1%{?dist}
|
|
| 7 |
+Release: 2%{?dist}
|
|
| 8 | 8 |
License: MIT |
| 9 | 9 |
Group: Development/Languages/Python |
| 10 | 10 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -59,5 +59,7 @@ python3 setup.py test |
| 59 | 59 |
%{python3_sitelib}/*
|
| 60 | 60 |
|
| 61 | 61 |
%changelog |
| 62 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 3.10.0-2 |
|
| 63 |
+- Release bump to use python 3.5.4. |
|
| 62 | 64 |
* Wed Mar 01 2017 Xiaolin Li <xiaolinl@vmware.com> 3.10.0-1 |
| 63 | 65 |
- Initial packaging for Photon |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: Software library for fast, message-based applications |
| 5 | 5 |
Name: python-zmq |
| 6 | 6 |
Version: 16.0.2 |
| 7 |
-Release: 1%{?dist}
|
|
| 7 |
+Release: 2%{?dist}
|
|
| 8 | 8 |
License: LGPLv3+ and BSD3 |
| 9 | 9 |
Group: Development/Languages/Python |
| 10 | 10 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -61,5 +61,7 @@ python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 61 | 61 |
%{python3_sitelib}/zmq
|
| 62 | 62 |
|
| 63 | 63 |
%changelog |
| 64 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 16.0.2-2 |
|
| 65 |
+- Release bump to use python 3.5.4. |
|
| 64 | 66 |
* Fri Apr 14 2017 Dheeraj Shetty <dheerajs@vmware.com> 16.0.2-1 |
| 65 | 67 |
- Initial packaging for Photon |
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
|
| 4 | 4 |
Name: python-zope.interface |
| 5 | 5 |
Version: 4.3.3 |
| 6 |
-Release: 1%{?dist}
|
|
| 6 |
+Release: 2%{?dist}
|
|
| 7 | 7 |
Url: https://github.com/zopefoundation/zope.interface |
| 8 | 8 |
Summary: Interfaces for Python |
| 9 | 9 |
License: ZPL 2.1 |
| ... | ... |
@@ -63,6 +63,8 @@ popd |
| 63 | 63 |
%{python3_sitelib}/*
|
| 64 | 64 |
|
| 65 | 65 |
%changelog |
| 66 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 4.3.3-2 |
|
| 67 |
+- Release bump to use python 3.5.4. |
|
| 66 | 68 |
* Mon Mar 13 2017 Xiaolin Li <xiaolinl@vmware.com> 4.3.3-1 |
| 67 | 69 |
- Updated to version 4.3.3. |
| 68 | 70 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 4.1.3-2 |
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: A high-level scripting language |
| 2 | 2 |
Name: python3 |
| 3 |
-Version: 3.5.3 |
|
| 4 |
-Release: 7%{?dist}
|
|
| 3 |
+Version: 3.5.4 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: PSF |
| 6 | 6 |
URL: http://www.python.org/ |
| 7 | 7 |
Group: System Environment/Programming |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
|
| 11 |
-%define sha1 Python=127121fdca11e735b3686e300d66f73aba663e93 |
|
| 11 |
+%define sha1 Python=4aacbd09ca6988255de84a98ab9e4630f584efba |
|
| 12 | 12 |
Patch0: cgi3.patch |
| 13 | 13 |
Patch1: sockWarning.patch |
| 14 | 14 |
BuildRequires: pkg-config >= 0.28 |
| ... | ... |
@@ -193,6 +193,8 @@ rm -rf %{buildroot}/*
|
| 193 | 193 |
%{_bindir}/idle*
|
| 194 | 194 |
|
| 195 | 195 |
%changelog |
| 196 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 3.5.4-1 |
|
| 197 |
+- Upgrading to 3.5.4 |
|
| 196 | 198 |
* Tue Sep 26 2017 Anish Swaminathan <anishs@vmware.com> 3.5.3-7 |
| 197 | 199 |
- Release bump for expat version update |
| 198 | 200 |
* Thu Sep 14 2017 Kumar Kaushik <kaushikk@vmware.com> 3.5.3-6 |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
Summary: Package manager |
| 5 | 5 |
Name: rpm |
| 6 | 6 |
Version: 4.13.0.1 |
| 7 |
-Release: 2%{?dist}
|
|
| 7 |
+Release: 3%{?dist}
|
|
| 8 | 8 |
License: GPLv2+ |
| 9 | 9 |
URL: http://rpm.org |
| 10 | 10 |
Group: Applications/System |
| ... | ... |
@@ -238,6 +238,8 @@ rm -rf %{buildroot}
|
| 238 | 238 |
%{python3_sitelib}/*
|
| 239 | 239 |
|
| 240 | 240 |
%changelog |
| 241 |
+* Mon Dec 04 2017 Kumar Kaushik <kaushikk@vmware.com> 4.13.0.1-3 |
|
| 242 |
+- Release bump to use python 3.5.4. |
|
| 241 | 243 |
* Tue Oct 03 2017 Alexey Makhalov <amakhalov@vmware.com> 4.13.0.1-2 |
| 242 | 244 |
- make python{,3}-rpm depend on current version of librpm
|
| 243 | 245 |
* Fri Sep 29 2017 Alexey Makhalov <amakhalov@vmware.com> 4.13.0.1-1 |