diff --git a/SecretStorage-3.3.2.tar.gz b/SecretStorage-3.3.2.tar.gz deleted file mode 100644 index b2fe27f..0000000 Binary files a/SecretStorage-3.3.2.tar.gz and /dev/null differ diff --git a/SecretStorage-3.3.3.tar.gz b/SecretStorage-3.3.3.tar.gz new file mode 100644 index 0000000..d5c3b60 Binary files /dev/null and b/SecretStorage-3.3.3.tar.gz differ diff --git a/SecretStorage.spec b/SecretStorage.spec index b24d5cf..b3d65f7 100644 --- a/SecretStorage.spec +++ b/SecretStorage.spec @@ -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 - 3.3.3-1 +- Update to 3.3.3 + * Fri Jul 08 2022 chenchen - 3.3.2-1 - Update to 3.3.2