Compare commits

..

No commits in common. "109fbbf45748d686ecc6519236ad311b243b0313" and "f2a203f8c89a604856f33106f9d5f7c9080e9bdc" have entirely different histories.

3 changed files with 19 additions and 30 deletions

View File

@ -1,29 +1,31 @@
%global commit 5a0117a8e848aebc8a0cb1f2f62c016ff8eec481568ba6714c48e23a01c1 %global srcname s3transfer
%global _description \ %global _description \
S3transfer is a Python library for managing Amazon S3 transfers. S3transfer is a Python library for managing Amazon S3 transfers.
Name: python-s3transfer Name: python-%{srcname}
Version: 0.5.2 Version: 0.2.1
Release: 1 Release: 1
Summary: Amazon S3 Transfer Manager Summary: Amazon S3 Transfer Manager
License: ASL 2.0 License: ASL 2.0
URL: https://pypi.org/project/s3transfer/ URL: https://pypi.org/project/s3transfer/
Source0: https://files.pythonhosted.org/packages/7e/19/f82e4af435a19b28bdbfba63f338ea20a264f4df4beaf8f2ab9bfa34072b/s3transfer-0.5.2.tar.gz Source0: %{pypi_source}
BuildArch: noarch
BuildArch: noarch
%description %{_description} %description %{_description}
%package -n python3-s3transfer %package -n python3-%{srcname}
Summary: %{summary} Summary: %{summary}
BuildRequires: python3-devel python3-setuptools BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-s3transfer %{_description} %description -n python3-%{srcname} %{_description}
Python 3 version. Python 3 version.
%prep %prep
%autosetup -n s3transfer-%{version} %autosetup -n %{srcname}-%{version}
rm -vrf *.egg-info rm -vrf *.egg-info
%build %build
@ -32,25 +34,12 @@ rm -vrf *.egg-info
%install %install
%py3_install %py3_install
%files -n python3-s3transfer %files -n python3-%{srcname}
%license LICENSE.txt %license LICENSE.txt
%doc README.rst %doc README.rst
%{python3_sitelib}/s3transfer/ %{python3_sitelib}/%{srcname}/
%{python3_sitelib}/s3transfer-*.egg-info/ %{python3_sitelib}/%{srcname}-*.egg-info/
%changelog %changelog
* Wed Jul 27 2022 liksh <liks11@chinaunicom.cn> - 0.5.2-1
- Upgrade for openstack yoga
* Fri Jan 21 2022 yangping <yangping69@huawei.com> - 0.5.0-1
- Package update to 0.5.0
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 0.3.4-1
- Package update to 0.3.4
* Tue Nov 17 2020 leiju <leiju4@huawei.com> - 0.3.0-1
- Update to 0.3.0
* Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.1-1 * Fri Oct 30 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 0.2.1-1
- Init python-s3transfer project - Init python-s3transfer project

BIN
s3transfer-0.2.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.