automatic version update by autodist [release 0.44.0-1mamba;Tue Dec 20 2022]

This commit is contained in:
Automatic Build System 2024-01-05 16:55:27 +01:00
parent 92b79c9707
commit af75c80f8b

View File

@ -1,16 +1,20 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-zeroconf
Version: 0.39.4
Version: 0.44.0
Release: 1mamba
Summary: Multicast DNS Service Discovery for Python
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/jstasiak/python-zeroconf
URL: https://github.com/python-zeroconf/python-zeroconf
Source: https://pypi.debian.net/zeroconf/zeroconf-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(async-timeout)
BuildRequires: python3.7dist(ifaddr)
## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
@ -37,18 +41,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,\.egg-info/,d;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 README.rst
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
#%doc COPYING
%changelog
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 0.44.0-1mamba
- automatic version update by autodist
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 0.39.4-1mamba
- automatic version update by autodist