Browse code

python-Pygments, python-prompt_toolkit: Upgraded

python-Pygments and python-prompt_toolkit are upgraded to versions 2.3.1 and 2.0.8 respectively.

Change-Id: I8f74913586e983538054e8455788a2f4db16710f
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6766
Tested-by: michellew <michellew@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

dweepadvani authored on 2019/02/20 23:33:12
Showing 2 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 Summary:        Pygments is a syntax highlighting package written in Python.
5 5
 Name:           python-Pygments
6
-Version:        2.2.0
6
+Version:        2.3.1
7 7
 Release:        1%{?dist}
8 8
 License:        BSD
9 9
 Group:          Development/Languages/Python
... ...
@@ -11,7 +11,7 @@ Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Url:            https://pypi.python.org/pypi/Pygments
13 13
 Source0:        https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
14
-%define         sha1 Pygments=5c6714bd6fd950c1478889f7b72fc7f6771d5163
14
+%define         sha1 Pygments=88f8da2d10cb21362a9e04b154932892c2695670
15 15
 
16 16
 BuildRequires:  python2
17 17
 BuildRequires:  python2-libs
... ...
@@ -78,5 +78,7 @@ popd
78 78
 %{_bindir}/*
79 79
 
80 80
 %changelog
81
+*   Wed Feb 20 2019 Dweep Advani <dadvani@vmware.com> 2.3.1-1
82
+-   Upgraded to version 2.3.1
81 83
 *   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 2.2.0-1
82 84
 -   Initial packaging for Photon
... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 Summary:        Library for building powerful interactive command lines in Python.
5 5
 Name:           python-prompt_toolkit
6
-Version:        1.0.14
6
+Version:        2.0.8
7 7
 Release:        1%{?dist}
8 8
 License:        BSD
9 9
 Group:          Development/Languages/Python
... ...
@@ -11,7 +11,7 @@ Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Url:            https://pypi.python.org/pypi/prompt_toolkit
13 13
 Source0:        https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-%{version}.tar.gz
14
-%define         sha1 prompt_toolkit=fa723a6f33927917cc4d98a4f82b0d82970a80e7
14
+%define         sha1 prompt_toolkit=173350aa955e6b0d82363c25ed94eb151a39863b
15 15
 
16 16
 BuildRequires:  python2
17 17
 BuildRequires:  python2-libs
... ...
@@ -69,5 +69,7 @@ popd
69 69
 %{python3_sitelib}/*
70 70
 
71 71
 %changelog
72
+*   Wed Feb 20 2019 Dweep Advani <dadvani@vmware.com> 2.0.8-1
73
+-   Upgraded to version 2.0.8
72 74
 *   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 1.0.14-1
73 75
 -   Initial packaging for Photon