diff --git a/keyring-23.4.0.tar.gz b/keyring-23.4.0.tar.gz deleted file mode 100644 index e41314eba60c2fa5e1393227a49dab488b650480..0000000000000000000000000000000000000000 Binary files a/keyring-23.4.0.tar.gz and /dev/null differ diff --git a/keyring-23.9.3.tar.gz b/keyring-23.9.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c5cd8c0f6de2168718237b92f282a286d950d24f Binary files /dev/null and b/keyring-23.9.3.tar.gz differ diff --git a/python-keyring.spec b/python-keyring.spec index 0aad79d2b25cb3b933643eab1cdb7265890f6605..c4d13e60ceb05c4b8b297bfb3de0681dbd931381 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-keyring -Version: 23.4.0 +Version: 23.9.3 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-wheel %description -n python3-keyring On Linux, the KWallet backend relies on dbus-python_, which does not always @@ -50,10 +51,10 @@ install dbus-python as a system package. %autosetup -n keyring-%{version} %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 @@ -84,10 +85,17 @@ mv %{buildroot}/doclist.lst . %files -n python3-keyring -f filelist.lst %dir %{python3_sitelib}/* +%exclude %{python3_sitelib}/keyring/__pycache__/*.pyc +%exclude %{python3_sitelib}/keyring/*/__pycache__/*.pyc +%exclude %{python3_sitelib}/keyring/*/*/__pycache__/*.pyc + %files help -f doclist.lst %{_pkgdocdir} %changelog +* Fri Apr 12 2024 OpenStack_SIG - 23.9.3-1 +- Upgrade package to version 23.9.3 + * Mon Dec 27 2021 zhangjiapeng - 23.4.0-1 - Update to 23.4.0