14
0

Accepting request 822057 from home:mcalabkova:branches:devel:languages:python

- update to 0.28.0
  * Added support for passing text addresses to ServiceInfo.
  * Improved logging (includes fixing an incorrect logging call)

OBS-URL: https://build.opensuse.org/request/show/822057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=34
This commit is contained in:
Tomáš Chvátal
2020-07-21 11:15:53 +00:00
committed by Git OBS Bridge
parent 9b7d197737
commit e01b20e8ba
4 changed files with 13 additions and 6 deletions

View File

@@ -19,19 +19,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-zeroconf
Version: 0.27.1
Version: 0.28.0
Release: 0
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
License: LGPL-2.0-only
Group: Development/Languages/Python
URL: https://github.com/jstasiak/python-zeroconf
Source: https://github.com/jstasiak/python-zeroconf/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module ifaddr}
BuildRequires: %{python_module ifaddr >= 0.1.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ifaddr
Requires: python-ifaddr >= 0.1.7
BuildArch: noarch
%python_subpackages