Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6be4b7244e
!9 Update package to version 2.1.0
From: @wangjiang37 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2024-02-01 07:49:44 +00:00
wangjiang
f848ac8550 Update package to version 2.1.0 2024-01-26 16:43:50 +08:00
openeuler-ci-bot
e6295a2758
!8 update package to version 1.4.0
From: @S--Sh 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2023-07-29 02:29:30 +00:00
sunhui
7ae336c5cf python-absl-py 2023-07-12 11:14:06 +08:00
openeuler-ci-bot
1ef65f2ba8
!7 Update package to version 1.3.0
From: @jxy_git 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
2022-11-30 02:11:55 +00:00
jxy_git
fa628f14f7 Update package to version 1.3.0 2022-11-23 14:25:28 +08:00
openeuler-ci-bot
90be2b64e7
!4 upgrade to 1.1.0
From: @xiezhipeng1 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2022-06-15 07:23:09 +00:00
Zhipeng Xie
9ce83d7578 upgrade to 1.1.0
Signed-off-by: Zhipeng Xie <xiezhipeng1@huawei.com>
2022-06-15 15:15:38 +08:00
openeuler-ci-bot
9740f4505f !3 [sync] PR-2: fix packaging error, clear out the __pycache__ folders after yum remove
From: @openeuler-sync-bot
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
2021-10-12 07:13:35 +00:00
blublue
adbb046a1c fix packaging error, clear out the __pycache__ folders after yum remove
(cherry picked from commit e0d8a04f42d1d012255208503fe08af081dcad25)
2021-10-12 14:31:34 +08:00
3 changed files with 20 additions and 14 deletions

Binary file not shown.

BIN
absl-py-2.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: 2.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/7a/8f/fc001b92ecc467cc32ab38398bd0bfb45df46e7523bf33c2ad22a505f06e/absl-py-2.1.0.tar.gz
BuildArch: noarch
Requires: python3-six
@ -73,12 +73,9 @@ will come in future releases.
The Abseil Python library is licensed under the terms of the Apache
license. See [LICENSE](LICENSE) for more information.
%package -n python3-absl-py
Summary: Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
Provides: python-absl-py
Provides: python-absl-py = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-absl-py
@ -143,9 +140,6 @@ will come in future releases.
The Abseil Python library is licensed under the terms of the Apache
license. See [LICENSE](LICENSE) for more information.
%package help
Summary: Development documents and examples for absl-py
Provides: python3-absl-py-doc
@ -211,11 +205,8 @@ will come in future releases.
The Abseil Python library is licensed under the terms of the Apache
license. See [LICENSE](LICENSE) for more information.
%prep
%autosetup -n absl-py-0.10.0
%autosetup -n absl-py-%{version}
%build
%py3_build
@ -255,5 +246,20 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sun Oct 04 2020 Python_Bot <Python_Bot@openeuler.org>
* Fri Jan 26 2024 wangjiang <wangjiang37@h-partners.com> - 2.1.0-1
- 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