Update package to version 1.3.0
This commit is contained in:
parent
90be2b64e7
commit
fa628f14f7
Binary file not shown.
BIN
absl-py-1.3.0.tar.gz
Normal file
BIN
absl-py-1.3.0.tar.gz
Normal file
Binary file not shown.
@ -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: 1.1.0
|
Version: 1.3.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/06/f8/d0a7a13128b8fc6e81486f476c2c5081dc29fa08a697b06cdd3eca46d055/absl-py-1.1.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/a8/66/2b190f1ad948a0f5a84026eb499c123256d19f48d159b1462a4a98634be3/absl-py-1.3.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
@ -73,12 +73,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 -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
|
Provides: python-absl-py = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-absl-py
|
%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
|
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
|
||||||
@ -211,9 +205,6 @@ 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-%{version}
|
||||||
|
|
||||||
@ -249,12 +240,15 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-absl-py -f filelist.lst
|
%files -n python3-absl-py -f filelist.lst
|
||||||
%{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Jun 13 2022 Zhipeng Xie <xiezhipeng1@huawei.com> - 1.1.0-1
|
||||||
- upgrade to 1.1.0
|
- upgrade to 1.1.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user