Compare commits

..

No commits in common. "a9eb29b89697519f5f1690e0852ea9327c5b553f" and "110199b94ad5f45f5f3e61f48189029bcc651732" have entirely different histories.

3 changed files with 4 additions and 34 deletions

BIN
dasbus-1.3.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global srcname dasbus
Name: python-%{srcname}
Version: 1.7
Release: 2
Version: 1.3
Release: 1
Summary: DBus library in Python 3
License: LGPLv2+
URL: https://pypi.python.org/pypi/dasbus
Source0: https://codeload.github.com/rhinstaller/%{srcname}/tar.gz/v%{version}#/%{srcname}-%{version}.tar.gz
Source0: https://github.com/rhinstaller/%{srcname}/archive/%{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 python3-gobject-base python3-pytest dbus-daemon
BuildRequires: python3-devel python3-setuptools
Requires: python3-gobject-base
%{?python_provide:%python_provide python3-%{srcname}}
@ -35,9 +35,6 @@ Requires: python3-gobject-base
%install
%py3_install
%check
%{__python3} -m pytest -v
%files -n python3-%{srcname}
%license LICENSE
%doc README.md
@ -45,32 +42,5 @@ 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