Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a9eb29b896
!25 enable test
From: @sherlock2010 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-11-30 06:34:37 +00:00
sherlock2010
87fa5caff0 enable test 2023-11-28 12:18:51 +00:00
openeuler-ci-bot
f91d1801cf
!12 update to upstream version 1.7
From: @jianli-97 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-12-26 06:57:01 +00:00
jianli-97
3b492c0d57 update to upstream version 1.7 2022-12-15 21:37:39 +08:00
openeuler-ci-bot
4590ae8780
!10 Raise TimeoutError if a DBus call times out
From: @sherlock2010 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-24 11:43:02 +00:00
sherlock2010
ef6a02ee80 Raise TimeoutError if a DBus call times out 2022-10-24 02:19:55 +00:00
openeuler-ci-bot
1deff89b10
!6 update python-dasbus to 1.6
From: @yangl777 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-03-22 03:19:01 +00:00
yangl777
a8016bd900 update python-dasbus to 1.6 2022-03-21 15:08:48 +08:00
openeuler-ci-bot
f24b9269ff !2 fix source0 url
From: @lunankun
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2020-09-30 17:32:45 +08:00
lunankun
c04ab74793 fix source0 url 2020-09-30 16:06:38 +08:00
3 changed files with 34 additions and 4 deletions

Binary file not shown.

BIN
dasbus-1.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global srcname dasbus
Name: python-%{srcname}
Version: 1.3
Release: 1
Version: 1.7
Release: 2
Summary: DBus library in Python 3
License: LGPLv2+
URL: https://pypi.python.org/pypi/dasbus
Source0: https://github.com/rhinstaller/%{srcname}/archive/%{srcname}-%{version}.tar.gz
Source0: https://codeload.github.com/rhinstaller/%{srcname}/tar.gz/v%{version}#/%{srcname}-%{version}.tar.gz
BuildArch: noarch
@ -20,7 +20,7 @@ to use and extend.}
%package -n python3-%{srcname}
Summary: %{summary}
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-devel python3-setuptools python3-gobject-base python3-pytest dbus-daemon
Requires: python3-gobject-base
%{?python_provide:%python_provide python3-%{srcname}}
@ -35,6 +35,9 @@ Requires: python3-gobject-base
%install
%py3_install
%check
%{__python3} -m pytest -v
%files -n python3-%{srcname}
%license LICENSE
%doc README.md
@ -42,5 +45,32 @@ Requires: python3-gobject-base
%{python3_sitelib}/%{srcname}/
%changelog
* Tue Nov 28 2023 zhouyihang <zhouyihang3@h-partners.com> - 1.7-2
- Type: requirements
- ID: NA
- SUG: NA
- DESC: enable test
* Thu Dec 15 2022 lijian <lijian2@kylinos.cn> - 1.7-1
- update to upstream version 1.7
* Fri Oct 21 2022 zhouyihang <zhouyihang3@h-partners.com> - 1.6-2
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: Raise TimeoutError if a DBus call times out
* Mon Mar 21 2022 yanglu <yanglu72@h-partners.com> - 1.6-1
- Type: requirements
- ID: NA
- SUG: NA
- DESC: update python-dasbus to 1.6
* Wed Sep 30 2020 lunankun <lunankun@huawei.com> - 1.3-2
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: fix Source0 url
* Tue Jun 23 2020 fengtao <fengtao40@huawei.com> - 1.3-1
- package init