Browse code

package update: python packages - jinja2, markupsafe, numpy, pip, sphinx

Change-Id: I05f69209937227ee61f61ac4470279eef33b7700
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2226
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sarah Choi <sarahc@vmware.com>
Reviewed-by: Chang Lee <changlee@vmware.com>

sarchoi authored on 2017/03/31 09:26:33
Showing 5 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 Name:           python-jinja2
2
-Version:        2.8
2
+Version:        2.9.5
3 3
 Release:        1%{?dist}
4 4
 Url:            http://jinja.pocoo.org/
5 5
 Summary:        A fast and easy to use template engine written in pure Python
... ...
@@ -7,8 +7,8 @@ License:        BSD
7 7
 Group:          Development/Languages/Python
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:        http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz
11
-%define sha1 Jinja2=4a33c1a0fd585eba2507e8c274a9cd113b1d13ab
10
+Source0:        https://pypi.python.org/packages/71/59/d7423bd5e7ddaf3a1ce299ab4490e9044e8dfd195420fc83a24de9e60726/Jinja2-2.9.5.tar.gz
11
+%define sha1 	Jinja2=a3129c140d34ae565a556e48db40772df3536b23
12 12
 BuildRequires:  python2
13 13
 BuildRequires:  python2-libs
14 14
 BuildRequires:  python-setuptools
... ...
@@ -43,5 +43,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
43 43
 %{python_sitelib}/Jinja2-%{version}-py%{python_version}.egg-info
44 44
 
45 45
 %changelog
46
+*   Mon Mar 27 2017 Sarah Choi <sarahc@vmware.com> 2.9.5-1
47
+-   Upgrade version to 2.9.5 
46 48
 *   Tue Dec 13 2016 Dheeraj Shetty <dheerajs@vmware.com> 2.8-1
47 49
 -   Initial packaging for Photon
... ...
@@ -4,15 +4,15 @@
4 4
 
5 5
 Summary:        A XML/HTML/XHTML Markup safe string for Python.
6 6
 Name:           python-markupsafe
7
-Version:        0.23
7
+Version:        1.0
8 8
 Release:        1%{?dist}
9 9
 License:        BSD
10 10
 Group:          Development/Languages/Python
11 11
 Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 Url:            https://pypi.python.org/pypi/MarkupSafe
14
-Source0:        MarkupSafe-%{version}.tar.gz
15
-%define sha1    MarkupSafe=cd5c22acf6dd69046d6cb6a3920d84ea66bdf62a
14
+Source0:        https://pypi.python.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-%{version}.tar.gz 
15
+%define sha1    MarkupSafe=9072e80a7faa0f49805737a48f3d871eb1c48728
16 16
 
17 17
 BuildRequires:  python2
18 18
 BuildRequires:  python2-libs
... ...
@@ -60,5 +60,7 @@ python3 setup.py test
60 60
 %{python3_sitelib}/*
61 61
 
62 62
 %changelog
63
+*   Thu Mar 30 2017 Sarah Choi <sarahc@vmware.com> 1.0-1
64
+-   Upgrade version to 1.0
63 65
 *   Thu Mar 02 2017 Xiaolin Li <xiaolinl@vmware.com> 0.23-1
64 66
 -   Initial packaging for Photon
... ...
@@ -3,21 +3,22 @@
3 3
 
4 4
 Summary:        Array processing for numbers, strings, records, and objects
5 5
 Name:           python-numpy
6
-Version:        1.8.2
6
+Version:        1.12.1
7 7
 Release:        1%{?dist}
8 8
 License:        BSD
9 9
 Group:          Development/Languages/Python
10 10
 Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Url:            https://pypi.python.org/pypi/numpy
13
-Source0:        numpy-%{version}.tar.gz
14
-%define sha1    numpy=9f7b889465263be527f615e4adae11446c2e7806
13
+Source0:        ://pypi.python.org/packages/a5/16/8a678404411842fe02d780b5f0a676ff4d79cd58f0f22acddab1b392e230/numpy-%{version}.zip 
14
+%define sha1    numpy=50d8a6dc5d95c914119d21b0c047b9761bbccd59 
15 15
 
16 16
 BuildRequires:  python2
17 17
 BuildRequires:  python2-libs
18 18
 BuildRequires:  python-setuptools
19 19
 BuildRequires:  python2-devel
20 20
 BuildRequires:  lapack-devel
21
+BuildRequires:  unzip
21 22
 
22 23
 Requires:       python2
23 24
 Requires:       python2-libs
... ...
@@ -63,5 +64,7 @@ python3 setup.py test
63 63
 %{_bindir}/f2py3
64 64
 
65 65
 %changelog
66
+*   Thu Mar 30 2017 Sarah Choi <sarahc@vmware.com> 1.12.1-1
67
+-   Upgrade version to 1.12.1
66 68
 *   Thu Mar 02 2017 Xiaolin Li <xiaolinl@vmware.com> 1.8.2-1
67 69
 -   Initial packaging for Photon
... ...
@@ -1,5 +1,5 @@
1 1
 Name:           python-pip
2
-Version:        8.1.2
2
+Version:        9.0.1
3 3
 Release:        1%{?dist}
4 4
 Url:            https://pypi.python.org/pypi/pip
5 5
 Summary:        The PyPA recommended tool for installing Python packages.
... ...
@@ -7,8 +7,8 @@ License:        MIT
7 7
 Group:          Development/Languages/Python
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10
-Source0:        https://pypi.python.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-%{version}.tar.gz
11
-%define sha1 pip=910e2dd5c533d351a7dc84bc9091893659afcbb0
10
+Source0:        https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-%{version}.tar.gz 
11
+%define sha1 pip=57ff41e99cb01b6a1c2b0999161589b726f0ec8b
12 12
 BuildRequires:  python2
13 13
 BuildRequires:  python2-libs
14 14
 BuildRequires:  python-setuptools
... ...
@@ -39,5 +39,7 @@ easy_install freezegun
39 39
 %{_bindir}/*
40 40
 
41 41
 %changelog
42
+*   Thu Mar 30 2017 Sarah Choi <sarahc@vmware.com> 9.0.1-1
43
+-   Upgrade version to 9.0.1
42 44
 *   Fri Sep 2 2016 Xiaolin Li <xiaolinl@vmware.com> 8.1.2-1
43 45
 -   Initial packaging for Photon
... ...
@@ -1,13 +1,13 @@
1 1
 Summary:       Python documentation generator
2 2
 Name:          python-sphinx
3
-Version:       1.5.1
3
+Version:       1.5.3
4 4
 Release:       1%{?dist}
5 5
 Group:         Development/Tools
6 6
 Vendor:        VMware, Inc.
7 7
 License:       BSD-2-Clause
8 8
 URL:           http://www.vmware.com
9
-Source0:       https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
10
-%define sha1 Sphinx=4c413bd6310f4452c5fbeb9493065fc3dd968210
9
+Source0:       https://pypi.python.org/packages/a7/df/4487783152b14f2b7cd0b0c9afb119b262c584bf972b90ab544b61b74c62/Sphinx-%{version}.tar.gz
10
+%define sha1 Sphinx=e296be1f697ba5eda7941570d718544df8182648
11 11
 Distribution:  Photon
12 12
 BuildRequires: python2
13 13
 BuildRequires: python2-libs
... ...
@@ -39,5 +39,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
39 39
 %{python_sitelib}/*
40 40
 
41 41
 %changelog
42
+*   Thu Mar 30 2017 Sarah Choi <sarahc@vmware.com> 1.5.3-1
43
+-   Upgrade version to 1.5.3
42 44
 *   Fri Dec 16 2016 Dheeraj Shetty <dheerajs@vmware.com> 1.5.1-1
43 45
 -   Initial