diff --git a/botocore-1.10.41.tar.gz b/botocore-1.10.41.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b68a2fc5f8e6b1c145aee7aa21cbf80bebf8e265 Binary files /dev/null and b/botocore-1.10.41.tar.gz differ diff --git a/python-botocore.spec b/python-botocore.spec new file mode 100644 index 0000000000000000000000000000000000000000..f2ffbeec9d1c64bda548a88a3ec302fa80aa20db --- /dev/null +++ b/python-botocore.spec @@ -0,0 +1,39 @@ +Name: python-botocore +Version: 1.10.41 +Release: 5 +Summary: The Low-level core functionality of boto 3 +License: ASL 2.0 +URL: https://github.com/boto/botocore +Source0: https://pypi.io/packages/source/b/botocore/botocore-%{version}.tar.gz +Patch0000: 0001-Fix-date-util-version-for-EL7.patch +BuildArch: noarch +%description +A low-level interface to a growing number of Amazon Web Services. + +%package -n python3-botocore +Summary: The Low-level core functionality of boto 3 +BuildRequires: python3-devel python3-setuptools +Requires: python3-jmespath >= 0.7.1 python3-dateutil >= 2.1 python3-docutils >= 0.10 +%{?python_provide:%python_provide python3-botocore} +%description -n python3-botocore +A low-level interface to a growing number of Amazon Web Services. + +%prep +%autosetup -n botocore-%{version} -p1 +sed -i -e '1 d' botocore/vendored/requests/packages/chardet/chardetect.py +sed -i -e '1 d' botocore/vendored/requests/certs.py + +%build +%py3_build + +%install +%py3_install + +%files -n python3-botocore +%doc README.rst LICENSE.txt +%{python3_sitelib}/botocore/ +%{python3_sitelib}/botocore-*.egg-info/ + +%changelog +* Sun Jun 14 2020 yanan li - 1.10.41-5 +- Package init diff --git a/python-botocore.yaml b/python-botocore.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dd7beae81f6f4de4900cb8ed7904cc37c2b2585d --- /dev/null +++ b/python-botocore.yaml @@ -0,0 +1,5 @@ +git_url: https://github.com/boto/botocore.git +version_control: github +src_repo: boto/botocore +tag_prefix: "^" +seperator: "."