forked from pool/python-zeroconf
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:
committed by
Git OBS Bridge
parent
9b7d197737
commit
e01b20e8ba
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f8289c8b846de417f122d4ba1ff9eac1c142b9e2b559aac68bb37e8010cfa78
|
|
||||||
size 56639
|
|
||||||
3
python-zeroconf-0.28.0.tar.gz
Normal file
3
python-zeroconf-0.28.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be27f3e9a81eaa7de3a9761662fce3936ea517471a700bedb6ae01bb3f9e2b1c
|
||||||
|
size 57295
|
||||||
@@ -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>
|
Mon Jun 8 19:36:00 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,19 +19,19 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-zeroconf
|
Name: python-zeroconf
|
||||||
Version: 0.27.1
|
Version: 0.28.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
|
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
|
||||||
License: LGPL-2.0-only
|
License: LGPL-2.0-only
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/jstasiak/python-zeroconf
|
URL: https://github.com/jstasiak/python-zeroconf
|
||||||
Source: https://github.com/jstasiak/python-zeroconf/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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 pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-ifaddr
|
Requires: python-ifaddr >= 0.1.7
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user