From e01b20e8bab85177eff3e397ae8b1c229cb0a673f8aa96c2c45a73b902cf7404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 21 Jul 2020 11:15:53 +0000 Subject: [PATCH] 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 --- python-zeroconf-0.27.1.tar.gz | 3 --- python-zeroconf-0.28.0.tar.gz | 3 +++ python-zeroconf.changes | 7 +++++++ python-zeroconf.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 python-zeroconf-0.27.1.tar.gz create mode 100644 python-zeroconf-0.28.0.tar.gz diff --git a/python-zeroconf-0.27.1.tar.gz b/python-zeroconf-0.27.1.tar.gz deleted file mode 100644 index e08d9fa..0000000 --- a/python-zeroconf-0.27.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f8289c8b846de417f122d4ba1ff9eac1c142b9e2b559aac68bb37e8010cfa78 -size 56639 diff --git a/python-zeroconf-0.28.0.tar.gz b/python-zeroconf-0.28.0.tar.gz new file mode 100644 index 0000000..5d23184 --- /dev/null +++ b/python-zeroconf-0.28.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be27f3e9a81eaa7de3a9761662fce3936ea517471a700bedb6ae01bb3f9e2b1c +size 57295 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 012e7c2..3008844 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 21 10:13:44 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-zeroconf.spec b/python-zeroconf.spec index d797cc1..66fb31f 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -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