update to version 0.29.1
This commit is contained in:
parent
366fcc7a66
commit
d5577085b6
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
|
%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
|
||||||
|
|
||||||
|
|||||||
@ -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: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user