Compare commits
10 Commits
8b99f21154
...
6be4b7244e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6be4b7244e | ||
|
|
f848ac8550 | ||
|
|
e6295a2758 | ||
|
|
7ae336c5cf | ||
|
|
1ef65f2ba8 | ||
|
|
fa628f14f7 | ||
|
|
90be2b64e7 | ||
|
|
9ce83d7578 | ||
|
|
9740f4505f | ||
|
|
adbb046a1c |
Binary file not shown.
BIN
absl-py-2.1.0.tar.gz
Normal file
BIN
absl-py-2.1.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user