!6 Upgrade to 23.0.0 to support OpenStack-W

From: @huangtianhua
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-07-14 06:00:50 +00:00 committed by Gitee
commit 59467c88ab
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
keyring-23.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-keyring Name: python-keyring
Version: 21.5.0 Version: 23.0.0
Release: 1 Release: 1
Summary: Store and access your passwords safely. Summary: Store and access your passwords safely.
License: MIT License License: MIT License
URL: https://github.com/jaraco/keyring URL: https://github.com/jaraco/keyring
Source0: https://files.pythonhosted.org/packages/c9/5a/c7aefc112d75872ea2099c494b84ba6e108b20584264929e614c60939368/keyring-21.5.0.tar.gz Source0: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-setuptools_scm BuildRequires: python3-setuptools_scm
BuildRequires: python3-toml BuildRequires: python3-toml
@ -31,6 +31,8 @@ Summary: Store and access your passwords safely.
Provides: python-keyring Provides: python-keyring
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-keyring %description -n python3-keyring
On Linux, the KWallet backend relies on dbus-python_, which does not always On Linux, the KWallet backend relies on dbus-python_, which does not always
install correctly when using pip (compilation is needed). For best results, install correctly when using pip (compilation is needed). For best results,
@ -78,6 +80,7 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-keyring -f filelist.lst %files -n python3-keyring -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
@ -85,6 +88,9 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Wed Jul 14 2021 huangtianhua <huangtianhua@huawei.com> - 23.0.0-1
- Upgrade to 23.0.0 to support OpenStack-W
* Thu 03 2020 baizhonggui <baizhonggui@huawei.com> - 21.5.0-1 * Thu 03 2020 baizhonggui <baizhonggui@huawei.com> - 21.5.0-1
- Update to 21.5.0 - Update to 21.5.0