upgrade to 1.1.0 for tensorflow 2.10 build

Signed-off-by: hubin <hubin73@huawei.com>
This commit is contained in:
hubin 2022-11-21 15:31:08 +08:00
parent 8b99f21154
commit 6f5582e0a4
3 changed files with 8 additions and 5 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
Name: python-absl-py
Version: 0.10.0
Version: 1.1.0
Release: 1
Summary: Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
License: Apache 2.0
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
Requires: python3-six
@ -215,7 +215,7 @@ license. See [LICENSE](LICENSE) for more information.
%prep
%autosetup -n absl-py-0.10.0
%autosetup -n absl-py-%{version}
%build
%py3_build
@ -249,11 +249,14 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-absl-py -f filelist.lst
%dir %{python3_sitelib}/*
%{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Sun Oct 04 2020 Python_Bot <Python_Bot@openeuler.org>
* Mon Nov 21 2022 Bin Hu <hubin73@huawei.com> - 1.1.0-1
- upgrade to 1.1.0
* Sun Oct 04 2020 Python_Bot <Python_Bot@openeuler.org> - 0.10.0-1
- Package Spec generated