!13 Update to 3.3.3

From: @chen-jan 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-06-07 09:25:32 +00:00 committed by Gitee
commit 5c0e7e49a1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 8 deletions

Binary file not shown.

BIN
SecretStorage-3.3.3.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global package_description \ %global package_description \
This module provides a way for securely storing passwords and other secrets. This module provides a way for securely storing passwords and other secrets.
Name: python-SecretStorage Name: python-SecretStorage
Version: 3.3.2 Version: 3.3.3
Release: 1 Release: 1
Summary: Python bindings to FreeDesktop.org Secret Service API Summary: Python bindings to FreeDesktop.org Secret Service API
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/mitya57/secretstorage URL: https://github.com/mitya57/secretstorage
Source0: https://files.pythonhosted.org/packages/bc/3b/6e294fcaa5aed4059f2aa01a1ee7d343953521f8e0f6965ebcf63c950269/SecretStorage-3.3.2.tar.gz Source0: %{pypi_source SecretStorage}
BuildArch: noarch BuildArch: noarch
%description %description
%{package_description} %{package_description}
@ -63,13 +63,8 @@ fi
if [ -d usr/sbin ]; then if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
fi fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
fi
popd popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check %check
# %{__python3} setup.py test # %{__python3} setup.py test
@ -77,10 +72,13 @@ mv %{buildroot}/doclist.lst .
%files -n python3-SecretStorage -f filelist.lst %files -n python3-SecretStorage -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jun 07 2023 chenchen <chen_aka_jan@163.com> - 3.3.3-1
- Update to 3.3.3
* Fri Jul 08 2022 chenchen <chen_aka_jan@163.com> - 3.3.2-1 * Fri Jul 08 2022 chenchen <chen_aka_jan@163.com> - 3.3.2-1
- Update to 3.3.2 - Update to 3.3.2