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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f8289c8b846de417f122d4ba1ff9eac1c142b9e2b559aac68bb37e8010cfa78
size 56639

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be27f3e9a81eaa7de3a9761662fce3936ea517471a700bedb6ae01bb3f9e2b1c
size 57295

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 21 10:13:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.28.0
* Added support for passing text addresses to ServiceInfo.
* Improved logging (includes fixing an incorrect logging call)
-------------------------------------------------------------------
Mon Jun 8 19:36:00 UTC 2020 - Dirk Mueller <dmueller@suse.com>

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