!2 Update package jeepney of version 0.7.1

From: @renliang16 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-07-27 05:41:48 +00:00 committed by Gitee
commit 854cad4880
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 8 deletions

Binary file not shown.

BIN
jeepney-0.7.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-jeepney Name: python-jeepney
Version: 0.6.0 Version: 0.7.1
Release: 1 Release: 1
Summary: Low-level, pure Python DBus protocol wrapper. Summary: Low-level, pure Python DBus protocol wrapper.
License: MIT License License: MIT License
URL: https://gitlab.com/takluyver/jeepney URL: https://gitlab.com/takluyver/jeepney
Source0: https://files.pythonhosted.org/packages/bb/4f/06017fbbe94eeaf1e7852c2dd7a065ca7d813e17b4500f4e842531d72593/jeepney-0.6.0.tar.gz Source0: https://files.pythonhosted.org/packages/09/0d/81744e179cf3aede2d117c20c6d5b97a62ffe16b2ca5d856e068e81c7a68/jeepney-0.7.1.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-testpath Requires: python3-testpath
@ -59,7 +59,7 @@ number of `more mature Python DBus bindings <https://www.freedesktop.org/wiki/So
%prep %prep
%autosetup -n jeepney-0.6.0 %autosetup -n jeepney-0.7.1
%build %build
%py3_build %py3_build
@ -99,5 +99,8 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Mon Jul 25 2022 renliang16 <renliang@uniontech.com> - 0.7.1-1
- Upgrade package python3-jeepney to version 0.7.1
* Thu Dec 3 2020 baizhonggui <baizhonggui@huawei.com> * Thu Dec 3 2020 baizhonggui <baizhonggui@huawei.com>
- Package init - Package init