Update to 3.3.3
This commit is contained in:
parent
29703033f7
commit
0522c6cd1c
Binary file not shown.
BIN
SecretStorage-3.3.3.tar.gz
Normal file
BIN
SecretStorage-3.3.3.tar.gz
Normal file
Binary file not shown.
@ -2,12 +2,12 @@
|
||||
%global package_description \
|
||||
This module provides a way for securely storing passwords and other secrets.
|
||||
Name: python-SecretStorage
|
||||
Version: 3.3.2
|
||||
Version: 3.3.3
|
||||
Release: 1
|
||||
Summary: Python bindings to FreeDesktop.org Secret Service API
|
||||
License: BSD-3-Clause
|
||||
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
|
||||
%description
|
||||
%{package_description}
|
||||
@ -63,13 +63,8 @@ fi
|
||||
if [ -d usr/sbin ]; then
|
||||
find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
|
||||
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
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%check
|
||||
# %{__python3} setup.py test
|
||||
@ -77,10 +72,13 @@ mv %{buildroot}/doclist.lst .
|
||||
%files -n python3-SecretStorage -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%files help
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Update to 3.3.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user