Update to 23.13.1
This commit is contained in:
parent
c73c2adee5
commit
5b77fe2cf8
BIN
keyring-23.13.1.tar.gz
Normal file
BIN
keyring-23.13.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-keyring
|
Name: python-keyring
|
||||||
Version: 23.5.0
|
Version: 23.13.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Store and access your passwords safely.
|
Summary: Store and access your passwords safely.
|
||||||
License: MIT License
|
License: MIT License
|
||||||
@ -32,6 +32,7 @@ Provides: python-keyring
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-pytest python3-wheel python3-importlib-metadata
|
||||||
|
|
||||||
%description -n python3-keyring
|
%description -n python3-keyring
|
||||||
On Linux, the KWallet backend relies on dbus-python_, which does not always
|
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.
|
install dbus-python as a system package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n keyring-%{version}
|
%autosetup -n keyring-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_install
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||||
@ -80,14 +81,21 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
|
%check
|
||||||
|
export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
||||||
|
pytest
|
||||||
|
|
||||||
%files -n python3-keyring -f filelist.lst
|
%files -n python3-keyring -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_pkgdocdir}
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 28 2022 renliang16 <renliang@uniontech.com> - 23.5.0-1
|
||||||
- Upgrade package python3-keyring to version 23.5.0
|
- Upgrade package python3-keyring to version 23.5.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user