Remove python-boto3, python-botocore specs (#2757)
This commit is contained in:
parent
f69850553c
commit
38c6e6f6f8
File diff suppressed because one or more lines are too long
|
@ -2986,8 +2986,6 @@
|
|||
"python-atomicwrites",
|
||||
"python-attrs",
|
||||
"python-bcrypt",
|
||||
"python-boto3",
|
||||
"python-botocore",
|
||||
"python-certifi",
|
||||
"python-cffi",
|
||||
"python-chardet",
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"boto3-1.10.21.tar.gz": "5bf29131570b945574ea02ba05dedbd727341ddd7a1256e04dd286492eb3602c"
|
||||
}
|
||||
}
|
|
@ -1,70 +0,0 @@
|
|||
Summary: The AWS SDK for Python
|
||||
Name: python-boto3
|
||||
Version: 1.10.21
|
||||
Release: 4%{?dist}
|
||||
License: Apache 2.0
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/boto/boto3
|
||||
Source0: https://github.com/boto/boto3/archive/%{version}.tar.gz#/boto3-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The AWS SDK for Python
|
||||
|
||||
%package -n python3-boto3
|
||||
Summary: python3-boto3
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-xml
|
||||
Requires: python3
|
||||
Requires: python3-botocore
|
||||
Requires: python3-dateutil
|
||||
Requires: python3-jmespath
|
||||
|
||||
%description -n python3-boto3
|
||||
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python,
|
||||
which allows Python developers to write software that makes use of services like
|
||||
Amazon S3 and Amazon EC2
|
||||
|
||||
%prep
|
||||
%autosetup -n boto3-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%{python3} setup.py test
|
||||
|
||||
%files -n python3-boto3
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 11 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.10.21-4
|
||||
- Fixing invalid source URL.
|
||||
|
||||
* Wed Oct 20 2021 Thomas Crain <thcrain@microsoft.com> - 1.10.21-3
|
||||
- Add license to python3 package
|
||||
- Remove python2 package
|
||||
- Lint spec
|
||||
|
||||
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.10.21-2
|
||||
- Added %%license line automatically
|
||||
|
||||
* Wed Mar 18 2020 Henry Beberman <henry.beberman@microsoft.com> 1.10.21-1
|
||||
- Update to 1.10.21. License verified.
|
||||
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.9.0-2
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
|
||||
* Sun Sep 09 2018 Tapas Kundu <tkundu@vmware.com> 1.9.0-1
|
||||
- Update to version 1.9.0
|
||||
|
||||
* Wed Jan 24 2018 Kumar Kaushik <kaushikk@vmware.com> 1.5.9-1
|
||||
- Initial packaging for photon.
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"botocore-1.23.52.tar.gz": "a59020d3fd9659c9e7a9e010d007ec9d7efe66077774940d2f30fbb8fec05c77"
|
||||
}
|
||||
}
|
|
@ -1,80 +0,0 @@
|
|||
Summary: Amazon Web Services Library.
|
||||
Name: python-botocore
|
||||
Version: 1.23.52
|
||||
Release: 3%{?dist}
|
||||
License: ASL 2.0
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/boto/botocore
|
||||
#Source0: https://github.com/boto/botocore/archive/refs/tags/%{version}.tar.gz
|
||||
Source0: 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 python3-botocore
|
||||
Summary: python3-botocore
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-xml
|
||||
Requires: python3
|
||||
%if %{with_check}
|
||||
BuildRequires: python3-pip
|
||||
%endif
|
||||
|
||||
%description -n python3-botocore
|
||||
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
|
||||
%autosetup -n botocore-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
pip3 install tox
|
||||
tox -e py%{python3_version_nodots}
|
||||
|
||||
%files -n python3-botocore
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE.txt
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 15 2022 Muhammad Falak <mwani@microsoft.com> - 1.23.52-3
|
||||
- Use `py%{python3_version_nodots}` instead of harcoding `py39`
|
||||
|
||||
* Thu Mar 03 2022 Muhammad Falak <mwani@microsfot.com> - 1.23.52-2
|
||||
- Drop un-needed BRs for `%check` section.
|
||||
- Switch to tox for testing.
|
||||
|
||||
* Wed Feb 09 2022 Nick Samson <nisamson@microsoft.com> - 1.23.52-1
|
||||
- Upgraded to 1.23.52, updated Source0 URL
|
||||
|
||||
* Wed Oct 20 2021 Thomas Crain <thcrain@microsoft.com> - 1.13.21-3
|
||||
- Add license to python3 package, fix license tag
|
||||
- Remove python2 package
|
||||
- Lint spec
|
||||
|
||||
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.13.21-2
|
||||
- Added %%license line automatically
|
||||
|
||||
* Wed Mar 18 2020 Henry Beberman <henry.beberman@microsoft.com> - 1.13.21-1
|
||||
- Update to 1.13.21. License verified.
|
||||
|
||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> - 1.12.0-3
|
||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||
|
||||
* Mon Jan 14 2019 Tapas Kundu <tkundu@vmware.com> - 1.12.0-2
|
||||
- Fix make check
|
||||
|
||||
* Sun Sep 09 2018 Tapas Kundu <tkundu@vmware.com> - 1.12.0-1
|
||||
- Update to version 1.12.0
|
||||
|
||||
* Sun Jan 07 2018 Kumar Kaushik <kaushikk@vmware.com> - 1.8.15-1
|
||||
- Initial packaging for photon.
|
|
@ -22039,26 +22039,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "other",
|
||||
"other": {
|
||||
"name": "python-boto3",
|
||||
"version": "1.10.21",
|
||||
"downloadUrl": "https://github.com/boto/boto3/archive/1.10.21.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "other",
|
||||
"other": {
|
||||
"name": "python-botocore",
|
||||
"version": "1.23.52",
|
||||
"downloadUrl": "https://github.com/boto/botocore/archive/refs/tags/1.23.52.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": {
|
||||
"type": "other",
|
||||
|
|
Loading…
Reference in New Issue