!8 update to version 0.29.1
From: @lwg99 Reviewed-by: @open-bot Signed-off-by: @open-bot
This commit is contained in:
commit
dafb229b9c
Binary file not shown.
BIN
python-dbusmock-0.29.1.tar.gz
Normal file
BIN
python-dbusmock-0.29.1.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,16 @@
|
||||
%global modname dbusmock
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 0.27.3
|
||||
Version: 0.29.1
|
||||
Release: 1
|
||||
Summary: Mock D-Bus objects
|
||||
License: LGPLv3+
|
||||
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
|
||||
BuildRequires: git
|
||||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
@ -31,7 +33,7 @@ Requires: python3-dbus, python3-gobject, dbus-x11
|
||||
%description -n python3-dbusmock %_description
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%autosetup -n %{name}-%{version} -p1 -S git
|
||||
rm -rf python-%{modname}.egg-info
|
||||
|
||||
%build
|
||||
@ -48,6 +50,9 @@ rm -rf python-%{modname}.egg-info
|
||||
%{python3_sitelib}/*%{modname}*
|
||||
|
||||
%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
|
||||
- Upgrade to 0.27.3
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://github.com/martinpitt/python-dbusmock.git
|
||||
version_control: github
|
||||
src_repo: martinpitt/python-dbusmock
|
||||
tag_prefix: "python-dbusmock"
|
||||
seperator: "."
|
||||
separator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user