Browse code

auto spec version bump up: python_specs

- python-Pygments: bump up to 2.7.1
- python-boto3: bump up to 1.15.5
- python-botocore: bump up to 1.18.5
- python-cffi: bump up to 1.14.3
- python-coverage: bump up to 5.3
- python-hypothesis: bump up to 5.36.0
- python-pyrsistent: bump up to 0.17.3
- python-pytest: bump up to 6.0.2
- python-cryptography: bump up to 3.1.1
- python-gevent: bump up to 20.9.0
- python-greenlet: bump up to 0.4.17

Change-Id: Id394a6e4b06f1267f744d0ea0cebbeccd3bc2b48
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/11237
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Michelle Wang <michellew@vmware.com>

gerrit-photon authored on 2020/09/22 12:06:29
Showing 11 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Summary:        Pygments is a syntax highlighting package written in Python.
4 4
 Name:           python3-Pygments
5
-Version:        2.6.1
5
+Version:        2.7.1
6 6
 Release:        1%{?dist}
7 7
 License:        BSD
8 8
 Group:          Development/Languages/Python
... ...
@@ -10,7 +10,7 @@ Vendor:         VMware, Inc.
10 10
 Distribution:   Photon
11 11
 Url:            https://pypi.python.org/pypi/Pygments
12 12
 Source0:        https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
13
-%define         sha1 Pygments=46071466f3251bcaf88008cc534af8d84ccda79b
13
+%define         sha1 Pygments=664ea7ce520e32ff07d3f40567f0c913996619b9
14 14
 
15 15
 BuildRequires:  python3-devel
16 16
 BuildRequires:  python3-libs
... ...
@@ -61,6 +61,8 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
61 61
 %{_bindir}/*
62 62
 
63 63
 %changelog
64
+*   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 2.7.1-1
65
+-   Automatic Version Bump
64 66
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 2.6.1-1
65 67
 -   Automatic Version Bump
66 68
 *   Sat Jun 20 2020 Tapas Kundu <tkundu@vmware.com> 2.4.2-2
... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 Summary:        The AWS SDK for Python
5 5
 Name:           python3-boto3
6
-Version:        1.14.59
6
+Version:        1.15.5
7 7
 Release:        1%{?dist}
8 8
 License:        Apache 2.0
9 9
 Group:          Development/Languages/Python
... ...
@@ -11,7 +11,7 @@ Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Url:            https://github.com/boto/boto3
13 13
 Source0:        https://github.com/boto/boto3/archive/boto3-%{version}.tar.gz
14
-%define sha1    boto3=1eb2fecfea550b9180f2723babb3f2f5c3233971
14
+%define sha1    boto3=9a04b57f9fd92177db60ec266dffbab4308f4178
15 15
 BuildRequires:  python3-devel
16 16
 BuildRequires:  python3-libs
17 17
 BuildRequires:  python3-setuptools
... ...
@@ -45,6 +45,8 @@ python3 setup.py test
45 45
 %{python3_sitelib}/*
46 46
 
47 47
 %changelog
48
+*   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 1.15.5-1
49
+-   Automatic Version Bump
48 50
 *   Thu Sep 10 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.59-1
49 51
 -   Automatic Version Bump
50 52
 *   Wed Sep 09 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.58-1
... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 Summary:        Amazon Web Services Library.
5 5
 Name:           python3-botocore
6
-Version:        1.17.59
6
+Version:        1.18.5
7 7
 Release:        1%{?dist}
8 8
 License:        Apache 2.0
9 9
 Group:          Development/Languages/Python
... ...
@@ -11,7 +11,7 @@ Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Url:            https://github.com/boto/botocore
13 13
 Source0:        https://github.com/boto/botocore/archive/botocore-%{version}.tar.gz
14
-%define sha1    botocore=43f1fb03bb24ee135a0f906990560743cf9e92ef
14
+%define sha1    botocore=63897f732c9d145adf42d56e2a45cf77d4127e9d
15 15
 BuildRequires:  python3-devel
16 16
 BuildRequires:  python3-libs
17 17
 BuildRequires:  python3-setuptools
... ...
@@ -49,6 +49,8 @@ nosetests tests/unit
49 49
 %{python3_sitelib}/*
50 50
 
51 51
 %changelog
52
+*   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 1.18.5-1
53
+-   Automatic Version Bump
52 54
 *   Thu Sep 10 2020 Gerrit Photon <photon-checkins@vmware.com> 1.17.59-1
53 55
 -   Automatic Version Bump
54 56
 *   Wed Sep 09 2020 Gerrit Photon <photon-checkins@vmware.com> 1.17.58-1
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Summary:        Interface for Python to call C code
4 4
 Name:           python3-cffi
5
-Version:        1.14.2
5
+Version:        1.14.3
6 6
 Release:        1%{?dist}
7 7
 Url:            https://pypi.python.org/pypi/cffi
8 8
 License:        MIT
... ...
@@ -10,7 +10,7 @@ Group:          Development/Languages/Python
10 10
 Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Source0:        https://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
13
-%define sha1    cffi=6d2f277d1f1e3d9a09fc5df4bfcea63229e8e8d1
13
+%define sha1    cffi=7199374653c1927e8d3c523b6498b149acdb6f7e
14 14
 
15 15
 BuildRequires:  python3
16 16
 BuildRequires:  python3-libs
... ...
@@ -50,6 +50,8 @@ python3 setup.py test
50 50
 %{python3_sitelib}/*
51 51
 
52 52
 %changelog
53
+*   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.3-1
54
+-   Automatic Version Bump
53 55
 *   Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.2-1
54 56
 -   Automatic Version Bump
55 57
 *   Tue Aug 11 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.1-1
... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 Summary:        Code coverage measurement for Python.
5 5
 Name:           python3-coverage
6
-Version:        5.2.1
6
+Version:        5.3
7 7
 Release:        1%{?dist}
8 8
 License:        Apache 2.0
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/coverage
13 13
 Source0:        https://files.pythonhosted.org/packages/source/c/coverage/coverage-%{version}.tar.gz
14
-%define         sha1 coverage=3047b7b6d66d262fc83e982ca0a4bccbbc615667
14
+%define         sha1 coverage=0931102f6bfdfd021f9c0488a88950721d9a111b
15 15
 
16 16
 BuildRequires:  python3
17 17
 BuildRequires:  python3-libs
... ...
@@ -55,6 +55,8 @@ LANG=en_US.UTF-8 tox -e py36
55 55
 %{_bindir}/coverage-%{python3_version}
56 56
 
57 57
 %changelog
58
+*   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 5.3-1
59
+-   Automatic Version Bump
58 60
 *   Wed Aug 26 2020 Gerrit Photon <photon-checkins@vmware.com> 5.2.1-1
59 61
 -   Automatic Version Bump
60 62
 *   Tue Jun 16 2020 Tapas Kundu <tkundu@vmware.com> 4.5.1-3
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Summary:        Python cryptography library
4 4
 Name:           python3-cryptography
5
-Version:        3.1
5
+Version:        3.1.1
6 6
 Release:        1%{?dist}
7 7
 Url:            https://pypi.python.org/pypi/cryptography
8 8
 License:        ASL 2.0
... ...
@@ -10,7 +10,7 @@ Group:          Development/Languages/Python
10 10
 Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Source0:        https://pypi.io/packages/source/c/cryptography/cryptography-%{version}.tar.gz
13
-%define sha1    cryptography=cf1a47ca0186d3430d3412e6a8aa314f532daac3
13
+%define sha1    cryptography=8ec7007b147e683ab85e03867d5d28174a0686cc
14 14
 BuildRequires:  openssl-devel
15 15
 BuildRequires:  python3
16 16
 BuildRequires:  python3-devel
... ...
@@ -66,6 +66,8 @@ python3 setup.py test
66 66
 %{python3_sitelib}/*
67 67
 
68 68
 %changelog
69
+*   Tue Sep 22 2020 Gerrit Photon <photon-checkins@vmware.com> 3.1.1-1
70
+-   Automatic Version Bump
69 71
 *   Tue Sep 01 2020 Gerrit Photon <photon-checkins@vmware.com> 3.1-1
70 72
 -   Automatic Version Bump
71 73
 *   Wed Aug 26 2020 Gerrit Photon <photon-checkins@vmware.com> 3.0-1
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Summary:        Coroutine-based network library
4 4
 Name:           python3-gevent
5
-Version:        20.6.2
5
+Version:        20.9.0
6 6
 Release:        1%{?dist}
7 7
 License:        MIT
8 8
 Group:          Development/Languages/Python
... ...
@@ -10,7 +10,7 @@ Vendor:         VMware, Inc.
10 10
 Distribution:   Photon
11 11
 Url:            https://pypi.python.org/pypi/gevent
12 12
 Source0:        gevent-%{version}.tar.gz
13
-%define sha1    gevent=03389b622ae39715879dbfb6b71624abc8a03017
13
+%define sha1    gevent=1529da346fcc86b3462d559d0f09440504e0b1d9
14 14
 
15 15
 BuildRequires:  python3
16 16
 BuildRequires:  python3-devel
... ...
@@ -60,6 +60,8 @@ nosetests
60 60
 %{python3_sitelib}/*
61 61
 
62 62
 %changelog
63
+*   Tue Sep 22 2020 Gerrit Photon <photon-checkins@vmware.com> 20.9.0-1
64
+-   Automatic Version Bump
63 65
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 20.6.2-1
64 66
 -   Automatic Version Bump
65 67
 *   Sat Jun 20 2020 Tapas Kundu <tkundu@vmware.com> 1.3.6-3
... ...
@@ -2,15 +2,15 @@
2 2
 
3 3
 Summary:        Lightweight in-process concurrent programming
4 4
 Name:           python3-greenlet
5
-Version:        0.4.16
6
-Release:        2%{?dist}
5
+Version:        0.4.17
6
+Release:        1%{?dist}
7 7
 License:        MIT
8 8
 Group:          Development/Languages/Python
9 9
 Vendor:         VMware, Inc.
10 10
 Distribution:   Photon
11 11
 URL:            https://pypi.python.org/pypi/greenlet
12 12
 Source0:        greenlet-%{version}.tar.gz
13
-%define sha1    greenlet=28ada3e2cbea1cd2a7031ccd8e8bee3064a21470
13
+%define sha1    greenlet=59d0c79e82ac60c3fe00179d355e34493aebae27
14 14
 
15 15
 BuildRequires:  python3
16 16
 BuildRequires:  python3-libs
... ...
@@ -45,6 +45,8 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
45 45
 /usr/include/python3.8/greenlet/greenlet.h
46 46
 
47 47
 %changelog
48
+*   Tue Sep 22 2020 Gerrit Photon <photon-checkins@vmware.com> 0.4.17-1
49
+-   Automatic Version Bump
48 50
 *   Sun Jul 26 2020 Tapas Kundu <tkundu@vmware.com> 0.4.16-2
49 51
 -   Use python3.8
50 52
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 0.4.16-1
... ...
@@ -1,7 +1,7 @@
1 1
 %{!?python3_sitelib: %define python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())")}
2 2
 
3 3
 Name:           python3-hypothesis
4
-Version:        5.34.1
4
+Version:        5.36.0
5 5
 Release:        1%{?dist}
6 6
 Summary:        Python library for creating unit tests which are simpler to write and more powerful
7 7
 License:        MPLv2.0
... ...
@@ -10,7 +10,7 @@ Url:            https://github.com/HypothesisWorks/hypothesis-python
10 10
 Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Source0:        https://pypi.python.org/packages/cf/d5/b3d491e4b5094be0ef69b910d637096c8e23f84a9bdc4eba0b869220d1f0/hypothesis-%{version}.tar.gz
13
-%define sha1    hypothesis=3712e59fc2d29535062ba4567dd398953d2de799
13
+%define sha1    hypothesis=257d56fd045881cd8155ddb434c189aa3780c449
14 14
 BuildRequires:  python3
15 15
 BuildRequires:  python3-devel
16 16
 BuildRequires:  python3-setuptools
... ...
@@ -43,6 +43,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
43 43
 %{_bindir}/hypothesis
44 44
 
45 45
 %changelog
46
+*   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 5.36.0-1
47
+-   Automatic Version Bump
46 48
 *   Thu Sep 10 2020 Gerrit Photon <photon-checkins@vmware.com> 5.34.1-1
47 49
 -   Automatic Version Bump
48 50
 *   Wed Sep 09 2020 Gerrit Photon <photon-checkins@vmware.com> 5.33.2-1
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Summary:        Persistent/Functional/Immutable data structures
4 4
 Name:           python3-pyrsistent
5
-Version:        0.16.0
5
+Version:        0.17.3
6 6
 Release:        1%{?dist}
7 7
 License:        MIT License (MIT)
8 8
 Group:          Development/Languages/Python
... ...
@@ -10,7 +10,7 @@ Vendor:         VMware, Inc.
10 10
 Distribution:   Photon
11 11
 Url:            https://pypi.org/project/pyrsistent
12 12
 Source0:        https://files.pythonhosted.org/packages/9f/0d/cbca4d0bbc5671822a59f270e4ce3f2195f8a899c97d0d5abb81b191efb5/pyrsistent-%{version}.tar.gz
13
-%define sha1    pyrsistent=48762e23b0c926b8bb5d5bf9c233b6beb2b76a41
13
+%define sha1    pyrsistent=d762223188b86093fa89ddb239a24bdf972a1259
14 14
 BuildRequires:  python3-devel
15 15
 BuildRequires:  python3-libs
16 16
 BuildRequires:  python3-six
... ...
@@ -52,5 +52,7 @@ python3 setup.py test
52 52
 %{python3_sitelib}/*
53 53
 
54 54
 %changelog
55
+*   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 0.17.3-1
56
+-   Automatic Version Bump
55 57
 *   Thu Jul 30 2020 Tapas Kundu <tkundu@vmware.com> 0.16.0-1
56 58
 -   Initial packaging for Photon
... ...
@@ -2,7 +2,7 @@
2 2
 %{!?python3_version: %define python3_version %(python3 -c "import sys; sys.stdout.write(sys.version[:3])")}
3 3
 
4 4
 Name:           python3-pytest
5
-Version:        6.0.1
5
+Version:        6.0.2
6 6
 Release:        1%{?dist}
7 7
 Summary:        pytest is a mature full-featured Python testing tool that helps you write better programs
8 8
 License:        MIT
... ...
@@ -11,7 +11,7 @@ URL:            https://docs.pytest.org
11 11
 Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 Source0:        https://pypi.python.org/packages/00/e9/f77dcd80bdb2e52760f38dbd904016da018ab4373898945da744e5e892e9/pytest-%{version}.tar.gz
14
-%define sha1    pytest=8a1ed060b297682c9aa41b371386a925cc92a814
14
+%define sha1    pytest=bc14d7c0f9c0a8299ffdc5a7c0bec1563b4052ac
15 15
 
16 16
 BuildRequires:  python3
17 17
 BuildRequires:  python3-devel
... ...
@@ -55,6 +55,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
55 55
 %{python3_sitelib}/*
56 56
 
57 57
 %changelog
58
+*   Mon Sep 21 2020 Gerrit Photon <photon-checkins@vmware.com> 6.0.2-1
59
+-   Automatic Version Bump
58 60
 *   Tue Aug 11 2020 Gerrit Photon <photon-checkins@vmware.com> 6.0.1-1
59 61
 -   Automatic Version Bump
60 62
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 5.4.3-1