!20 Update to 23.13.1

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-06-14 06:12:16 +00:00 committed by Gitee
commit adc01aaaab
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 13 additions and 5 deletions

BIN
keyring-23.13.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global _empty_manifest_terminate_build 0
Name: python-keyring
Version: 23.5.0
Version: 23.13.1
Release: 1
Summary: Store and access your passwords safely.
License: MIT License
@ -32,6 +32,7 @@ Provides: python-keyring
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pytest python3-wheel python3-importlib-metadata
%description -n python3-keyring
On Linux, the KWallet backend relies on dbus-python_, which does not always
@ -47,13 +48,13 @@ install correctly when using pip (compilation is needed). For best results,
install dbus-python as a system package.
%prep
%autosetup -n keyring-%{version}
%autosetup -n keyring-%{version} -p1
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -80,14 +81,21 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
export PYTHONPATH=%{buildroot}%{python3_sitelib}
pytest
%files -n python3-keyring -f filelist.lst
%dir %{python3_sitelib}/*
%{python3_sitelib}/*
%files help -f doclist.lst
%{_pkgdocdir}
%{_docdir}/*
%changelog
* Wed Jun 14 2023 yaoxin <yao_xin001@hoperun.com> - 23.13.1-1
- Update to 23.13.1
* Thu Jul 28 2022 renliang16 <renliang@uniontech.com> - 23.5.0-1
- Upgrade package python3-keyring to version 23.5.0