Browse code

auto spec version bump up: ecdsa - ecdsa: bump up to 0.15 put all the BuildRequires found in subpackages on Top

Change-Id: I1de81767b3ea5a9390adbff584981dbe7c837df3
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/9731
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: anisha kumari <kanisha@vmware.com>

gerrit-photon authored on 2020/06/23 11:50:47
Showing 1 changed files
... ...
@@ -3,8 +3,8 @@
3 3
 
4 4
 Summary:        ECDSA cryptographic signature library (pure python)
5 5
 Name:           ecdsa
6
-Version:        0.13
7
-Release:        5%{?dist}
6
+Version:        0.15
7
+Release:        1%{?dist}
8 8
 License:        MIT
9 9
 Group:          System Environment/Security
10 10
 Vendor:         VMware, Inc.
... ...
@@ -12,13 +12,17 @@ Distribution:   Photon
12 12
 URL:            https://pypi.python.org/pypi/ecdsa
13 13
 
14 14
 Source0:        https://pypi.python.org/packages/source/e/ecdsa/%{name}-%{version}.tar.gz
15
-%define         sha1 ecdsa=7bcf6d1773d08bcc4bdd28cd05c545969f5aa162
15
+%define         sha1 ecdsa=5ac84f3012d807793bcb98a8e9c86c63b9965596
16 16
 
17 17
 BuildArch:      noarch
18 18
 
19 19
 BuildRequires:  python-setuptools
20 20
 BuildRequires:  python2-devel
21
+BuildRequires:  python3-devel
22
+BuildRequires:  python3-setuptools
23
+BuildRequires:  python3-xml
21 24
 
25
+Requires:       python3
22 26
 Requires:       python2
23 27
 
24 28
 %description
... ...
@@ -31,9 +35,6 @@ into other protocols.
31 31
 
32 32
 %package -n     python3-ecdsa
33 33
 Summary:        python3-ecdsa
34
-BuildRequires:  python3-devel
35
-BuildRequires:  python3-setuptools
36
-BuildRequires:  python3-xml
37 34
 Requires:       python3
38 35
 %description -n python3-ecdsa
39 36
 
... ...
@@ -72,6 +73,8 @@ python3 setup.py test
72 72
 %{python3_sitelib}/*
73 73
 
74 74
 %changelog
75
+*   Mon Jun 22 2020 Gerrit Photon <photon-checkins@vmware.com> 0.15-1
76
+-   Automatic Version Bump
75 77
 *   Mon Jun 19 2017 Xiaolin Li <xiaolinl@vmware.com> 0.13-5
76 78
 -   Add python3-setuptools and python3-xml to python3 sub package Buildrequires.
77 79
 *   Thu Jun 01 2017 Dheeraj Shetty <dheerajs@vmware.com> 0.13-4