update to 0.34.2 [release 0.34.2-1mamba;Sat Jan 04 2025]

This commit is contained in:
Silvan Calarco 2025-01-06 10:02:40 +01:00
parent 545eac98ca
commit 7498e49920

View File

@ -1,5 +1,5 @@
Name: python-dbusmock
Version: 0.33.0
Version: 0.34.2
Release: 1mamba
Summary: Create mock objects on D-Bus
Group: System/Libraries
@ -7,13 +7,12 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.org/project/python-dbusmock/
Source: https://pypi.debian.net/python-dbusmock/python-dbusmock-%{version}.tar.gz
Source: https://pypi.debian.net/python-dbusmock/python_dbusmock-%{version}.tar.gz
License: LGPL
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
Requires: python >= %python_version
%description
%{summary}.
@ -23,7 +22,7 @@ Requires: python >= %python_version
%endif
%prep
%setup -q
%setup -q -n python_dbusmock-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -41,14 +40,12 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
## note: this list is just an example; modify as required
# %{python_sitearch}/%{name}.py*
# %{python_sitearch}/%{name}.so
%doc COPYING
## note: add extra documentation (if any)
# %doc NEWS README.rst
%changelog
* Sat Jan 04 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.34.2-1mamba
- update to 0.34.2
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 0.33.0-1mamba
- automatic version update by autodist