!8 update to version 0.29.1

From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2023-11-29 07:37:12 +00:00 committed by Gitee
commit dafb229b9c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 11 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,16 @@
%global modname dbusmock %global modname dbusmock
Name: python-%{modname} Name: python-%{modname}
Version: 0.27.3 Version: 0.29.1
Release: 1 Release: 1
Summary: Mock D-Bus objects Summary: Mock D-Bus objects
License: LGPLv3+ License: LGPLv3+
URL: https://pypi.python.org/pypi/python-dbusmock URL: https://pypi.python.org/pypi/python-dbusmock
Source0: https://github.com/martinpitt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
##https://github.com/martinpitt/python-dbusmock/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: git
BuildRequires: python3-dbus BuildRequires: python3-dbus
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -31,7 +33,7 @@ Requires: python3-dbus, python3-gobject, dbus-x11
%description -n python3-dbusmock %_description %description -n python3-dbusmock %_description
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1 -S git
rm -rf python-%{modname}.egg-info rm -rf python-%{modname}.egg-info
%build %build
@ -48,6 +50,9 @@ rm -rf python-%{modname}.egg-info
%{python3_sitelib}/*%{modname}* %{python3_sitelib}/*%{modname}*
%changelog %changelog
* Tue Nov 21 2023 lwg <liweiganga@uniontech.com> - 0.29.1-1
- update to version 0.29.1
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.27.3-1 * Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.27.3-1
- Upgrade to 0.27.3 - Upgrade to 0.27.3

View File

@ -1,4 +1,4 @@
version_control: git version_control: github
src_repo: https://github.com/martinpitt/python-dbusmock.git src_repo: martinpitt/python-dbusmock
tag_prefix: "python-dbusmock" tag_prefix: "python-dbusmock"
seperator: "." separator: "."