upgrade to 1.1.0

Signed-off-by: Zhipeng Xie <xiezhipeng1@huawei.com>
This commit is contained in:
Zhipeng Xie 2022-06-15 14:58:42 +08:00
parent 9740f4505f
commit 9ce83d7578
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
absl-py-1.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-absl-py Name: python-absl-py
Version: 0.10.0 Version: 1.1.0
Release: 2 Release: 1
Summary: Abseil Python Common Libraries, see https://github.com/abseil/abseil-py. Summary: Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
License: Apache 2.0 License: Apache 2.0
URL: https://github.com/abseil/abseil-py URL: https://github.com/abseil/abseil-py
Source0: https://files.pythonhosted.org/packages/49/7c/1d9fa17c363b5ff395cc6f5fd03219b9d303f31268983325974570d0d500/absl-py-0.10.0.tar.gz Source0: https://files.pythonhosted.org/packages/06/f8/d0a7a13128b8fc6e81486f476c2c5081dc29fa08a697b06cdd3eca46d055/absl-py-1.1.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-six Requires: python3-six
@ -215,7 +215,7 @@ license. See [LICENSE](LICENSE) for more information.
%prep %prep
%autosetup -n absl-py-0.10.0 %autosetup -n absl-py-%{version}
%build %build
%py3_build %py3_build
@ -255,6 +255,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jun 13 2022 Zhipeng Xie <xiezhipeng1@huawei.com> - 1.1.0-1
- upgrade to 1.1.0
* Wed Jun 02 2021 guoqinglan <guoqinglan@uniontech.com> - 0.10.0-2 * Wed Jun 02 2021 guoqinglan <guoqinglan@uniontech.com> - 0.10.0-2
- clear out the __pycache__ folders after yum remove - clear out the __pycache__ folders after yum remove