Compare commits

..

No commits in common. "6be4b7244e80fcd7af8f2e0b2f74ccbecc25957f" and "8b99f211546278a81f206dd103b7e853b59ab855" have entirely different histories.

3 changed files with 14 additions and 20 deletions

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

Binary file not shown.

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: 2.1.0 Version: 0.10.0
Release: 1 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/7a/8f/fc001b92ecc467cc32ab38398bd0bfb45df46e7523bf33c2ad22a505f06e/absl-py-2.1.0.tar.gz Source0: https://files.pythonhosted.org/packages/49/7c/1d9fa17c363b5ff395cc6f5fd03219b9d303f31268983325974570d0d500/absl-py-0.10.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-six Requires: python3-six
@ -73,9 +73,12 @@ will come in future releases.
The Abseil Python library is licensed under the terms of the Apache The Abseil Python library is licensed under the terms of the Apache
license. See [LICENSE](LICENSE) for more information. license. See [LICENSE](LICENSE) for more information.
%package -n python3-absl-py %package -n python3-absl-py
Summary: Abseil Python Common Libraries, see https://github.com/abseil/abseil-py. Summary: Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
Provides: python-absl-py = %{version}-%{release} Provides: python-absl-py
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-absl-py %description -n python3-absl-py
@ -140,6 +143,9 @@ will come in future releases.
The Abseil Python library is licensed under the terms of the Apache The Abseil Python library is licensed under the terms of the Apache
license. See [LICENSE](LICENSE) for more information. license. See [LICENSE](LICENSE) for more information.
%package help %package help
Summary: Development documents and examples for absl-py Summary: Development documents and examples for absl-py
Provides: python3-absl-py-doc Provides: python3-absl-py-doc
@ -205,8 +211,11 @@ will come in future releases.
The Abseil Python library is licensed under the terms of the Apache The Abseil Python library is licensed under the terms of the Apache
license. See [LICENSE](LICENSE) for more information. license. See [LICENSE](LICENSE) for more information.
%prep %prep
%autosetup -n absl-py-%{version} %autosetup -n absl-py-0.10.0
%build %build
%py3_build %py3_build
@ -246,20 +255,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jan 26 2024 wangjiang <wangjiang37@h-partners.com> - 2.1.0-1 * Sun Oct 04 2020 Python_Bot <Python_Bot@openeuler.org>
- Update package to version 2.1.0
* Wed Jul 12 2023 sunhui <sunhui@kylinos.cn> - 1.4.0-1
- Update package to version 1.4.0
* Wed Nov 23 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.3.0-1
- Update package to version 1.3.0
* 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
- clear out the __pycache__ folders after yum remove
* Sun Oct 04 2020 Python_Bot <Python_Bot@openeuler.org> - 0.10.0-1
- Package Spec generated - Package Spec generated