Browse code

auto spec version bump up: python_specs

- python-bcrypt: bump up to 3.2.0
- python-boto3: bump up to 1.14.49
- python-botocore: bump up to 1.17.49
- python-cffi: bump up to 1.14.2
- python-hypothesis: bump up to 5.29.0
- python-pywbem: bump up to 1.0.2
- python-sphinx: bump up to 3.2.1
- python-sqlalchemy: bump up to 1.3.19
- python-virtualenv: bump up to 20.0.31
- python-attrs: bump up to 20.1.0
- python-coverage: bump up to 5.2.1
- python-cryptography: bump up to 3.0

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

gerrit-photon authored on 2020/08/20 11:38:23
Showing 12 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Summary:        Attributes without boilerplate.
4 4
 Name:           python3-attrs
5
-Version:        19.3.0
5
+Version:        20.1.0
6 6
 Release:        1%{?dist}
7 7
 Url:            https://pypi.python.org/pypi/attrs
8 8
 License:        MIT
... ...
@@ -10,7 +10,7 @@ Group:          Development/Languages/Python
10 10
 Vendor:         VMware, Inc.
11 11
 Distribution:   Photon
12 12
 Source0:        attrs-%{version}.tar.gz
13
-%define sha1    attrs=5cad208b39fe854745c35b75f667eaf6400e2720
13
+%define sha1    attrs=6396ae15b2143157e48dbb318011454364663919
14 14
 
15 15
 BuildArch:      noarch
16 16
 
... ...
@@ -51,6 +51,8 @@ python3 setup.py test
51 51
 %{python3_sitelib}/*
52 52
 
53 53
 %changelog
54
+*   Thu Aug 20 2020 Gerrit Photon <photon-checkins@vmware.com> 20.1.0-1
55
+-   Automatic Version Bump
54 56
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 19.3.0-1
55 57
 -   Automatic Version Bump
56 58
 *   Thu Jun 11 2020 Tapas Kundu <tkundu@vmware.com> 18.2.0-4
... ...
@@ -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-bcrypt
4
-Version:        3.1.7
4
+Version:        3.2.0
5 5
 Release:        1%{?dist}
6 6
 Summary:        Good password hashing for your software and your servers.
7 7
 License:        Apache License, Version 2.0
... ...
@@ -10,7 +10,7 @@ Url:            http://pypi.python.org/packages/source/e/bcrypt/bcrypt-%{version
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution: 	Photon
12 12
 Source0:        bcrypt-%{version}.tar.gz
13
-%define sha1    bcrypt=7b8d7ef665bd654f55a206a8951fb63d96b335d8
13
+%define sha1    bcrypt=3b6246d6e291814441e6ac152b462f8dfc18f5bb
14 14
 
15 15
 BuildRequires:  python3
16 16
 BuildRequires:  python3-libs
... ...
@@ -47,6 +47,8 @@ python3 setup.py test
47 47
 %{python3_sitelib}/*
48 48
 
49 49
 %changelog
50
+*   Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 3.2.0-1
51
+-   Automatic Version Bump
50 52
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 3.1.7-1
51 53
 -   Automatic Version Bump
52 54
 *   Fri Jun 19 2020 Tapas Kundu <tkundu@vmware.com> 3.1.6-3
... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 Summary:        The AWS SDK for Python
5 5
 Name:           python3-boto3
6
-Version:        1.14.41
6
+Version:        1.14.49
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=cff68268f3303859d96b53f828418c6f3b04e611
14
+%define sha1    boto3=d0d26731546f953b50f5362789c233e59e36ecd7
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
+*   Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.49-1
49
+-   Automatic Version Bump
48 50
 *   Tue Aug 11 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.41-1
49 51
 -   Automatic Version Bump
50 52
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.28-1
... ...
@@ -3,7 +3,7 @@
3 3
 
4 4
 Summary:        Amazon Web Services Library.
5 5
 Name:           python3-botocore
6
-Version:        1.17.41
6
+Version:        1.17.49
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=43ae62baa2dcef9ae9bbd28e04181b8595064742
14
+%define sha1    botocore=16d6d05b5207cadd526a98f4b190b40118a96149
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
+*   Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 1.17.49-1
53
+-   Automatic Version Bump
52 54
 *   Tue Aug 11 2020 Gerrit Photon <photon-checkins@vmware.com> 1.17.41-1
53 55
 -   Automatic Version Bump
54 56
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 1.17.28-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.1
5
+Version:        1.14.2
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=7b067fdb46d184f6bfdadc11732df6f0340e553d
13
+%define sha1    cffi=6d2f277d1f1e3d9a09fc5df4bfcea63229e8e8d1
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
+*   Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.2-1
54
+-   Automatic Version Bump
53 55
 *   Tue Aug 11 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.1-1
54 56
 -   Automatic Version Bump
55 57
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 1.14.0-1
... ...
@@ -3,15 +3,15 @@
3 3
 
4 4
 Summary:        Code coverage measurement for Python.
5 5
 Name:           python3-coverage
6
-Version:        4.5.1
7
-Release:        3%{?dist}
6
+Version:        5.2.1
7
+Release:        1%{?dist}
8 8
 License:        Apache 2.0
9 9
 Group:          Development/Languages/Python
10 10
 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=ec7c2ee6eae78708bee08af8b85e03dd8d673ef2
14
+%define         sha1 coverage=3047b7b6d66d262fc83e982ca0a4bccbbc615667
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
+*   Wed Aug 26 2020 Gerrit Photon <photon-checkins@vmware.com> 5.2.1-1
59
+-   Automatic Version Bump
58 60
 *   Tue Jun 16 2020 Tapas Kundu <tkundu@vmware.com> 4.5.1-3
59 61
 -   Mass removal python2
60 62
 *   Mon Oct 21 2019 Shreyas B. <shreyasb@vmware.com> 4.5.1-2
... ...
@@ -2,15 +2,15 @@
2 2
 
3 3
 Summary:        Python cryptography library
4 4
 Name:           python3-cryptography
5
-Version:        2.8
6
-Release:        2%{?dist}
5
+Version:        3.0
6
+Release:        1%{?dist}
7 7
 Url:            https://pypi.python.org/pypi/cryptography
8 8
 License:        ASL 2.0
9 9
 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=94ef5dc1261a4388572ce3ad9af1515691276d2c
13
+%define sha1    cryptography=ffb2cbfae2e0a5816c225cd3c4b11f92ba02872d
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
+*   Wed Aug 26 2020 Gerrit Photon <photon-checkins@vmware.com> 3.0-1
70
+-   Automatic Version Bump
69 71
 *   Mon Jun 15 2020 Tapas Kundu <tkundu@vmware.com> 2.8-2
70 72
 -   Mass removal python2
71 73
 *   Tue Mar 03 2020 Tapas Kundu <tkundu@vmware.com> 2.8-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.24.2
4
+Version:        5.29.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=bf42931ddbffdbdc7e04869853416896f461a244
13
+%define sha1    hypothesis=0db65056131d988fdc9d880a0757fa1fabd3ba41
14 14
 BuildRequires:  python3
15 15
 BuildRequires:  python3-devel
16 16
 BuildRequires:  python3-setuptools
... ...
@@ -40,8 +40,11 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
40 40
 %files
41 41
 %defattr(-,root,root,-)
42 42
 %{python3_sitelib}/*
43
+%{_bindir}/hypothesis
43 44
 
44 45
 %changelog
46
+*   Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 5.29.0-1
47
+-   Automatic Version Bump
45 48
 *   Tue Aug 11 2020 Gerrit Photon <photon-checkins@vmware.com> 5.24.2-1
46 49
 -   Automatic Version Bump
47 50
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 5.23.2-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-pywbem
4
-Version:        1.0.1
4
+Version:        1.0.2
5 5
 Release:        1%{?dist}
6 6
 Summary:        Python WBEM Client
7 7
 Group:          Development/Libraries
... ...
@@ -11,7 +11,7 @@ Source0:        http://downloads.sourceforge.net/pywbem-%{version}.tar.gz
11 11
 Vendor:         VMware, Inc.
12 12
 Distribution:   Photon
13 13
 BuildArch:      noarch
14
-%define sha1 pywbem=3a079c96ee2fd28cc6a8dbd17f8e6c5c71fcaed3
14
+%define sha1 pywbem=9764ab5b67174e9ad2a506b5c0b3039c365fe96f
15 15
 BuildRequires:  python3-devel
16 16
 BuildRequires:  python3-pip
17 17
 BuildRequires:  python3-xml
... ...
@@ -64,6 +64,8 @@ rm -rf %{buildroot}
64 64
 %{python3_sitelib}/*
65 65
 
66 66
 %changelog
67
+*    Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 1.0.2-1
68
+-    Automatic Version Bump
67 69
 *    Tue Aug 11 2020 Gerrit Photon <photon-checkins@vmware.com> 1.0.1-1
68 70
 -    Automatic Version Bump
69 71
 *    Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 0.17.4-1
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Summary:       Python documentation generator
4 4
 Name:          python3-sphinx
5
-Version:       3.2.0
5
+Version:       3.2.1
6 6
 Release:       1%{?dist}
7 7
 Group:         Development/Tools
8 8
 License:       BSD-2-Clause
... ...
@@ -10,7 +10,7 @@ URL:           http://www.vmware.com
10 10
 Vendor:        VMware, Inc.
11 11
 Distribution:  Photon
12 12
 Source0:       https://pypi.python.org/packages/a7/df/4487783152b14f2b7cd0b0c9afb119b262c584bf972b90ab544b61b74c62/Sphinx-%{version}.tar.gz
13
-%define sha1    Sphinx=b2032281350605ae05a725e7c8f7fc6891d90fb4
13
+%define sha1    Sphinx=00491c562965c8e9d5f14fe83eef9a2211fa5ea5
14 14
 BuildRequires: python3
15 15
 BuildRequires: python3-libs
16 16
 BuildRequires: python3-devel
... ...
@@ -79,6 +79,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
79 79
 %{python3_sitelib}/*
80 80
 
81 81
 %changelog
82
+*   Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 3.2.1-1
83
+-   Automatic Version Bump
82 84
 *   Tue Aug 11 2020 Gerrit Photon <photon-checkins@vmware.com> 3.2.0-1
83 85
 -   Automatic Version Bump
84 86
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 3.1.2-1
... ...
@@ -2,7 +2,7 @@
2 2
 
3 3
 Summary:        The Python SQL Toolkit and Object Relational Mapper
4 4
 Name:           python3-sqlalchemy
5
-Version:        1.3.18
5
+Version:        1.3.19
6 6
 Release:        1%{?dist}
7 7
 Url:            http://www.sqlalchemy.org
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/29/18/a78469bc449d9f92f6269cc62d0d6fbe6bf394d1031b447ad5e54463c3a0/SQLAlchemy-%{version}.tar.gz
13
-%define sha1    SQLAlchemy=29c94cc3e7810548c60bfb296f60de15e6e00145
13
+%define sha1    SQLAlchemy=ebbe5bbd118de0358bfb6d3118a688899a856852
14 14
 BuildRequires:  python3-devel
15 15
 BuildRequires:  python3-libs
16 16
 BuildRequires:  python3-setuptools
... ...
@@ -42,6 +42,8 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
42 42
 %{python3_sitelib}/*
43 43
 
44 44
 %changelog
45
+*   Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 1.3.19-1
46
+-   Automatic Version Bump
45 47
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 1.3.18-1
46 48
 -   Automatic Version Bump
47 49
 *   Sat Jun 20 2020 Tapas Kundu <tkundu@vmware.com> 1.2.11-3
... ...
@@ -1,14 +1,14 @@
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-virtualenv
4
-Version:        20.0.30
4
+Version:        20.0.31
5 5
 Release:        1%{?dist}
6 6
 Summary:        Virtual Python Environment builder
7 7
 License:        MIT
8 8
 Group:          Development/Languages/Python
9 9
 Url:            https://pypi.python.org/pypi/virtualenv
10 10
 Source0:        virtualenv-%{version}.tar.gz
11
-%define sha1    virtualenv=3c08f64ada052b83365e57cfd29321e5d43ede42
11
+%define sha1    virtualenv=e645d4d1395b712b38fb4ec742e748ab3a47b88d
12 12
 Vendor:         VMware, Inc.
13 13
 Distribution:   Photon
14 14
 
... ...
@@ -44,6 +44,8 @@ python3 setup.py test
44 44
 %{python3_sitelib}/*
45 45
 
46 46
 %changelog
47
+*   Wed Aug 19 2020 Gerrit Photon <photon-checkins@vmware.com> 20.0.31-1
48
+-   Automatic Version Bump
47 49
 *   Tue Aug 11 2020 Gerrit Photon <photon-checkins@vmware.com> 20.0.30-1
48 50
 -   Automatic Version Bump
49 51
 *   Fri Jul 24 2020 Gerrit Photon <photon-checkins@vmware.com> 20.0.28-1