Browse code

package update: python-jsonpatch, python-lxml

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

sarchoi authored on 2017/04/05 08:58:04
Showing 2 changed files
... ...
@@ -1,12 +1,12 @@
1 1
 Name:           python-jsonpatch
2
-Version:        1.9
3
-Release:        3%{?dist}
2
+Version:        1.15
3
+Release:        1%{?dist}
4 4
 Summary:        Applying JSON Patches in Python
5 5
 License:        Modified BSD License
6 6
 Group:          Development/Languages/Python
7
-Url:            https://pypi.python.org/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz
8
-Source0:        jsonpatch-%{version}.tar.gz
9
-%define sha1 jsonpatch=b45d37d581315e423451a9f0ea8dc091b6138254
7
+Url:		https://pypi.python.org/pypi/jsonpatch
8
+Source0:        https://pypi.python.org/packages/be/c1/947048a839120acefc13a614280be3289db404901d1a2d49b6310c6d5757/jsonpatch-%{version}.tar.gz
9
+%define sha1 jsonpatch=a678cb3d2a91fc350c7355361f0d3a0d9808d119
10 10
 
11 11
 BuildRequires: python2
12 12
 BuildRequires: python2-libs
... ...
@@ -38,6 +38,8 @@ python ext_tests.py && python tests.py
38 38
 %{_bindir}/jsonpatch
39 39
 
40 40
 %changelog
41
+*       Mon Apr 03 2017 Sarah Choi <sarahc@vmware.com> 1.15-1
42
+-       Update to 1.15
41 43
 *       Mon Oct 04 2016 ChangLee <changlee@vmware.com> 1.9-3
42 44
 -       Modified %check
43 45
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.9-2
... ...
@@ -2,13 +2,13 @@
2 2
 %{!?python3_sitelib: %define python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())")}
3 3
 Summary:        XML and HTML with Python
4 4
 Name:           python-lxml
5
-Version:        3.5.0b1
6
-Release:        4%{?dist}
5
+Version:        3.7.3
6
+Release:        1%{?dist}
7 7
 Group:          Development/Libraries
8 8
 License:        BSD
9 9
 URL:            http://lxml.de
10
-Source0:        https://github.com/lxml/lxml/archive/lxml-%{version}.tar.gz
11
-%define         sha1 lxml=59763f575c589069b4477b737129a0430df68252
10
+Source0:        https://pypi.python.org/packages/39/e8/a8e0b1fa65dd021d48fe21464f71783655f39a41f218293c1c590d54eb82/lxml-%{version}.tar.gz
11
+%define         sha1 lxml=bce8b3101ed0de7440f00d7960a6a7a46ce50433
12 12
 Vendor:         VMware, Inc.
13 13
 Distribution:   Photon
14 14
 BuildRequires:  python2-devel
... ...
@@ -39,7 +39,7 @@ Requires:       python3-libs
39 39
 Python 3 version.
40 40
 
41 41
 %prep
42
-%setup -q -n lxml-lxml-%{version}
42
+%setup -q -n lxml-%{version}
43 43
 
44 44
 %build
45 45
 %{__python} setup.py build
... ...
@@ -58,16 +58,18 @@ rm -rf %{buildroot}
58 58
 %files
59 59
 %defattr(-,root,root,-)
60 60
 %{python_sitearch}/lxml/*
61
-%{python_sitearch}/lxml-3.5.0b1-py2.7.egg-info
61
+%{python_sitearch}/lxml-%{version}-py2.7.egg-info
62 62
 
63 63
 %files -n python3-lxml
64 64
 %defattr(-,root,root,-)
65 65
 %{python3_sitelib}/*
66 66
 
67 67
 %changelog
68
+*   Mon Apr 03 2017 Sarah Choi <sarahc@vmware.com> 3.7.3-1
69
+-   Update to 3.7.3
68 70
 *   Wed Feb 08 2017 Xiaolin Li <xiaolinl@vmware.com> 3.5.0b1-4
69 71
 -   Added python3 site-packages.
70
-*   Mon Oct 04 2016 ChangLee <changlee@vmware.com> 3.5.0b1-3
72
+*   Tue Oct 04 2016 ChangLee <changlee@vmware.com> 3.5.0b1-3
71 73
 -   Modified %check
72 74
 *   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.5.0b1-2
73 75
 -   GA - Bump release of all rpms