forked from C2Devel/botocore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython-botocore.spec
More file actions
242 lines (183 loc) · 9.23 KB
/
python-botocore.spec
File metadata and controls
242 lines (183 loc) · 9.23 KB
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
%global pkgname botocore
%define buildid @BUILDID@
Name: python-%{pkgname}
# NOTICE - Updating this package requires updating python-boto3
Version: 1.20.14
Release: ROCKIT50%{?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 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
%py3_build
%install
%py3_install
%files -n python%{python3_pkgversion}-%{pkgname}
%doc README.rst
%license LICENSE.txt
%{python3_sitelib}/%{pkgname}/
%{python3_sitelib}/%{pkgname}-*.egg-info/
%changelog
* Mon Oct 23 2024 Linar Nasyirov <lnasyyrov@k2.cloud> - 1.20.14-ROCKIT50
- ec2: remove required param from DescribeByoipCidrsRequest
- vendored: add support for python 3.12
* Mon Oct 07 2024 Evgenii Proskurnev <eproskurnev@k2.cloud> - 1.20.14-ROCKIT49
- botocore: add NLB provider support
- ec2: add VolumesCompatibleAvailabilityZones to launch templates
* Mon Aug 26 2024 Andrey Kulaev <akulaev@k2.cloud> - 1.20.14-ROCKIT48
- backup: add ResourceArns field to ListProtectedResourcesInput
* Wed Aug 07 2024 Evgenii Proskurnev <eproskurnev@k2.cloud> - 1.20.14-ROCKIT47
- add IAM API
- iam: Add IAM server certificates
* Tue Jul 23 2024 Linar Nasyyrov <lnasyyrov@k2.cloud> - 1.20.14-ROCKIT46
- ec2: add ramMonitoring as instance attribute
- spec: move to ROCKIT
* Thu Jul 11 2024 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC45
- botocore: set endpoints to type StringList
- botocore,bc: add last tag name of protected resource
- eks: add parameter deprecated
- eks: add IsDeprecatedVersion Cluster and ClusterDTO shape
- ec2: add DescribeQuotas method
- ec2: Add ModifySecurityGroupRules API
* Tue Jun 25 2024 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC44
- admin: use new iam changes
* Fri Jun 21 2024 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC43
- paas: modify load balancers section in describe service
- paas: add instanceQty field to Service and to CreateService method
- efs: add dns name to mount target description
- eks: add TotalCPUCount and TotalMemory to CompactEKSCluster
* Thu Apr 25 2024 Anastasia Berezko <aberezko@croc.ru> - 1.20.14-CROC42
- data: add admin service
* Thu Apr 04 2024 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC41
- eks: add private endpoint
* Mon Mar 11 2024 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC40
- paas: add methods for elasticsearch snapshot repositories
* Wed Feb 28 2024 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC39
- paas: add isRolledBack attribute to Service shape
* Wed Feb 14 2024 Evgenii Proskurnev <eproskurnev@croc.ru> - 1.20.14-CROC38
- botocore: remove unused fields from DatabaseBackup structure
* Wed Jan 31 2024 Anastasia Berezko <aberezko@croc.ru> - 1.20.14-CROC37
- eks: fix parameters types in cluster schema
- backup: add ResourcesCount to ListBackupSelections output
* Wed Jan 17 2024 Ivan Konov <ikonov@croc.ru> - 1.20.14-CROC36
- add method for load balancers
- allow environment version update
- add AWS Sudo ID to Json serializer, add available VLANs
* Mon Dec 11 2023 Grigoriy Kulagin <grkulagin@croc.ru> - 1.20.14-CROC35
- autoscaling: Modify types for c2-client compatibility
* Tue Nov 07 2023 Linar Nasyyrov <lnasyyrov@croc.ru> - 1.20.14-CROC34
- s3: move trail recorc in s3 to system users
- paas: add elk and prometheus
* Tue Oct 10 2023 Grigoriy Kulagin <grkulagin@croc.ru> - 1.20.14-CROC33
- as: Make Notification Configurations C2-compliant
- ec2: add extra host fields
- ec2: make host properties instance family field list of string
- ec2: add host type api
- ec2: add supported instance types to host type
* Tue Sep 26 2023 Anastasia Berezko <aberezko@croc.ru> - 1.20.14-CROC32
- paas: add methods for databases and users
* Wed Aug 29 2023 Grigoriy Kulagin <grkulagin@croc.ru> - 1.20.14-CROC31
- eks: fix eks parameters for terraform
* Tue Jun 30 2023 Evgenii Proskurnev <eproskurnev@croc.ru> - 1.20.14-CROC30
- create EKS nodegroups and EKS clusters
- paas: change backupSettings startTime type
* Mon Jun 05 2023 Ivan Konov <ikonov@croc.ru> - 1.20.14-CROC29
- ec2: add SharedOwners option in TransitGateway
* Tue May 23 2023 Evgenii Proskurnev <eproskurnev@croc.ru> - 1.20.14-CROC28
- paas: add backup_expiration_days field and ModifyBackup method
* Wed Apr 26 2023 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC27
- add none validator
- paas: add paas client
* Fri Apr 07 2023 Ivan Konov <ikonov@croc.ru> - 1.20.14-CROC26
- backup: add IsConsistent flag
- backup: add NextExecutionDate field
- backup: add UpdateBackupSelection method
* Wed Mar 20 2023 Evgenii Proskurnev <eproskurnev@croc.ru> - 1.20.14-CROC25
- s3: rebase on S3 Api upstream
- eks: add method for toggling certificate autoupdate
- C2DEVEL-12500: add DeleteWorker request
* Wed Mar 1 2023 Grigoriy Kulagin <grkulagin@croc.ru> - 1.20.14-CROC24
- C2DEVEL-12315: Add field for certificates auto-update
* Wed Jan 23 2023 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC23
- spec: add support for koji 8.4
* Mon Dec 19 2022 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC22
- ec2: add fields VolumeSizeInBytes and SizeInBytes
* Mon Dec 12 2022 Anastasia Berezko <aberezko@croc.ru> - 1.20.14-CROC21
- ec2: sync API with c2
* Wed Nov 30 2022 Anastasia Berezko <aberezko@croc.ru> - 1.20.14-CROC20
- C2DEVEL-11786: Return DesiredCapacity after policy execution
- ec2: sync API with c2
* Tue Nov 3 2022 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC19
- ec2: update params DescribeAccountAttributes
* Wed Oct 12 2022 Alexander Chernev <achernev@croc.ru> - 1.20.14-CROC18
- add aws_sudo_id to json based services (EKS)
* Thu Jul 14 2022 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC17
- ec2: add ReplacePrimaryNetworkInterface method
* Wed Jun 22 2022 Evgeny Kovalev <evgkovalev@croc.ru> - 1.20.14-CROC16
- ec2: add VirtualizationType,HighAvailable to LaunchTemplateData
* Wed Jun 01 2022 Andrey Kulaev <akulaev@croc.ru> - 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 <ikonov@croc.ru> - 1.20.14-CROC14
- ec2: add Switch and change Instance methods
* Tue May 17 2022 Andrey Kulaev <akulaev@croc.ru> - 1.20.14-CROC13
- ec2: add volume version ID to CreateSnapshotRequest
* Wed Apr 06 2022 Ivan Konov <ikonov@croc.ru> - 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 <ikonov@croc.ru> - 1.20.14-CROC11
- ec2: add Description to ModifySnapshotAttributeRequest
* Mon Feb 07 2022 Alexander Chernev <achernev@croc.ru> - 1.20.14-CROC10
- Technical Release
* Mon Feb 07 2022 Alexander Chernev <achernev@croc.ru> - 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 <kzakharov@croc.ru> - 1.20.14-CROC8
- spec: revert build for py2
- eks: add ModifyWorkersInstanceType operations
* Wed Nov 24 2021 Evgeny Kovalev <evgkovalev@croc.ru> - 1.20.14-CROC7
- eks: add ModifyUserData operations
* Tue Oct 26 2021 Alex Rudenko <arudenko@croc.ru> - 1.20.14-CROC6
- spec: add urllib3 1.25.6 to dependencies
- spec: remove build for py2
* Wed Oct 20 2021 Andrey Kulaev <akulaev@croc.ru> - 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 <akulaev@croc.ru> - 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 <akulaev@croc.ru> - 1.20.14-CROC3
- eks: fix shape name typo Bool -> Boolean
* Mon Jun 28 2021 Max Kotov <makotov@croc.ru> - 1.20.14-CROC2
- Introduce KS Public API
* Wed Feb 24 2021 Alexander Chernev <achernev@croc.ru> - 1.20.14-CROC1
- Update to latest botocore - 1.20.14