forked from boto/botocore
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpython-botocore.spec
150 lines (117 loc) · 5.46 KB
/
python-botocore.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
%global pkgname botocore
%define buildid @BUILDID@
Name: python-%{pkgname}
# NOTICE - Updating this package requires updating python-boto3
Version: 1.20.14
Release: CROC21%{?buildid}%{?dist}
Summary: Low-level, data-driven core of boto 3
License: ASL 2.0
URL: https://github.com/C2Devel/botocore.git
Source0: https://pypi.io/packages/source/b/botocore/botocore-%{version}.tar.gz
BuildArch: noarch
%description
A low-level interface to a growing number of Amazon Web Services. The
botocore package is the foundation for the AWS CLI as well as boto3.
%package -n python2-%{pkgname}
Summary: Low-level, data-driven core of boto 3
BuildRequires: python2-devel
BuildRequires: python2-setuptools
Requires: python2-jmespath >= 0.7.1
Requires: python2-dateutil >= 2.1
Requires: python2-urllib3 >= 1.24.1
Provides: python-botocore
%description -n python2-%{pkgname}
A low-level interface to a growing number of Amazon Web Services. The
botocore package is the foundation for the AWS CLI as well as boto3.
%package -n python%{python3_pkgversion}-%{pkgname}
Summary: Low-level, data-driven core of boto 3
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
Requires: python%{python3_pkgversion}-jmespath >= 0.7.1
Requires: python%{python3_pkgversion}-dateutil >= 2.1
Requires: python%{python3_pkgversion}-urllib3 >= 1.24.1
%description -n python%{python3_pkgversion}-%{pkgname}
A low-level interface to a growing number of Amazon Web Services. The
botocore package is the foundation for the AWS CLI as well as boto3.
%prep
%setup -q -n %{pkgname}-%{version}
rm -rf %{pkgname}.egg-info
# Remove online tests
rm -rf tests/integration
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%files -n python2-%{pkgname}
%doc README.rst
%license LICENSE.txt
%{python2_sitelib}/%{pkgname}/
%{python2_sitelib}/%{pkgname}-*.egg-info/
%files -n python%{python3_pkgversion}-%{pkgname}
%doc README.rst
%license LICENSE.txt
%{python3_sitelib}/%{pkgname}/
%{python3_sitelib}/%{pkgname}-*.egg-info/
%changelog
* Mon Dec 12 2022 Anastasia Berezko <[email protected]> - 1.20.14-CROC21
- ec2: sync API with c2
* Wed Nov 30 2022 Anastasia Berezko <[email protected]> - 1.20.14-CROC20
- C2DEVEL-11786: Return DesiredCapacity after policy execution
- ec2: sync API with c2
* Tue Nov 3 2022 Andrey Kulaev <[email protected]> - 1.20.14-CROC19
- ec2: update params DescribeAccountAttributes
* Wed Oct 12 2022 Alexander Chernev <[email protected]> - 1.20.14-CROC18
- add aws_sudo_id to json based services (EKS)
* Thu Jul 14 2022 Andrey Kulaev <[email protected]> - 1.20.14-CROC17
- ec2: add ReplacePrimaryNetworkInterface method
* Wed Jun 22 2022 Evgeny Kovalev <[email protected]> - 1.20.14-CROC16
- ec2: add VirtualizationType,HighAvailable to LaunchTemplateData
* Wed Jun 01 2022 Andrey Kulaev <[email protected]> - 1.20.14-CROC15
- ec2: add HighAvailable,VirtualizationType,KeyName to InstanceAttribute
- ec2: add highAvailable,virtualizationType,keyName to InstanceAttributeName
- ec2: add RootDeviceName,HighAvailable,VirtualizationType,KeyName to ModifyInstanceAttributeRequest
* Fri May 27 2022 Ivan Konov <[email protected]> - 1.20.14-CROC14
- ec2: add Switch and change Instance methods
* Tue May 17 2022 Andrey Kulaev <[email protected]> - 1.20.14-CROC13
- ec2: add volume version ID to CreateSnapshotRequest
* Wed Apr 06 2022 Ivan Konov <[email protected]> - 1.20.14-CROC12
- autoscaling: Modify types for c2-client compat
- spec: fix correct provides for requires in gear
* Tue Mar 01 2022 Ivan Konov <[email protected]> - 1.20.14-CROC11
- ec2: add Description to ModifySnapshotAttributeRequest
* Mon Feb 07 2022 Alexander Chernev <[email protected]> - 1.20.14-CROC10
- Technical Release
* Mon Feb 07 2022 Alexander Chernev <[email protected]> - 1.20.14-CROC9
- botocore: data: ec2: add CreateVolumeExportTask method
- botocore: data: ec2: add DescribeExportVolumeTasks method
- botocore: data: ec2: add Notify and Email fields to IE requests
- botocore: data: ec2: add Progress field to ExportTask structure
- eks: change requestUri of ModifyWorkersInstanceType method
- botocore: data: ec2: add VirtualizationType to ImportImage request
- botocore: data: ec2: add ImageName, Notify, Email to ImportImage request
- ec2: add volume versions
* Mon Nov 29 2021 Konstantin Zakharov <[email protected]> - 1.20.14-CROC8
- spec: revert build for py2
- eks: add ModifyWorkersInstanceType operations
* Wed Nov 24 2021 Evgeny Kovalev <[email protected]> - 1.20.14-CROC7
- eks: add ModifyUserData operations
* Tue Oct 26 2021 Alex Rudenko <[email protected]> - 1.20.14-CROC6
- spec: add urllib3 1.25.6 to dependencies
- spec: remove build for py2
* Wed Oct 20 2021 Andrey Kulaev <[email protected]> - 1.20.14-CROC5
- eks: use an already allocated public ip address
- eks: show EbsUser field
- eks: add Pod and Service Subnet CIDR to cluster model
* Mon Aug 23 2021 Andrey Kulaev <[email protected]> - 1.20.14-CROC4
- eks: deploying a high availability cluster in multiple AZ
- eks: add ModifySecurityGroups operations
- eks: add shapes Instance and InstanceList
- eks: use SecurityGroupIds instead of SecurityGroups
* Fri Jul 02 2021 Andrey Kulaev <[email protected]> - 1.20.14-CROC3
- eks: fix shape name typo Bool -> Boolean
* Mon Jun 28 2021 Max Kotov <[email protected]> - 1.20.14-CROC2
- Introduce KS Public API
* Wed Feb 24 2021 Alexander Chernev <[email protected]> - 1.20.14-CROC1
- Update to latest botocore - 1.20.14