Hello community,
here is the log from the commit of package python-zeroconf for openSUSE:Factory
checked in at 2019-03-18 10:38:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zeroconf (Old)
and /work/SRC/openSUSE:Factory/.python-zeroconf.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zeroconf"
Mon Mar 18 10:38:30 2019 rev:7 rq:685314 version:0.21.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zeroconf/python-zeroconf.changes
2018-02-16 21:46:19.495511531 +0100
+++
/work/SRC/openSUSE:Factory/.python-zeroconf.new.28833/python-zeroconf.changes
2019-03-18 10:38:34.555487351 +0100
@@ -1,0 +2,9 @@
+Mon Mar 11 11:58:48 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.21.3:
+ * no upstream changelog
+ * dropped python2 support
+- Execute tests
+- Update requirements based on upstream requires
+
+-------------------------------------------------------------------
Old:
----
zeroconf-0.19.1.tar.gz
New:
----
0.21.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zeroconf.spec ++++++
--- /var/tmp/diff_new_pack.7mzSeP/_old 2019-03-18 10:38:35.095486890 +0100
+++ /var/tmp/diff_new_pack.7mzSeP/_new 2019-03-18 10:38:35.099486887 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zeroconf
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-zeroconf
-Version: 0.19.1
+Version: 0.21.3
Release: 0
Summary: Pure Python Multicast DNS Service Discovery Library
(Bonjour/Avahi compatible)
-License: LGPL-2.0
+License: LGPL-2.0-only
Group: Development/Languages/Python
-Url: https://github.com/jstasiak/python-zeroconf
-Source:
https://pypi.io/packages/source/z/zeroconf/zeroconf-%{version}.tar.gz
+URL: https://github.com/jstasiak/python-zeroconf
+Source:
https://github.com/jstasiak/python-zeroconf/archive/%{version}.tar.gz
+BuildRequires: %{python_module ifaddr}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-enum-compat
-Requires: python-netifaces
-Requires: python-six
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Requires: python-ifaddr
BuildArch: noarch
-
%python_subpackages
%description
@@ -43,17 +43,22 @@
does not force you to use a particular event loop or python-twisted.
%prep
-%setup -q -n zeroconf-%{version}
+%setup -q -n python-zeroconf-%{version}
%build
%python_build
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+# needs network interface test_launch_and_close
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} -v -k 'not test_launch_and_close'
-%files %python_files
-%defattr(-,root,root,-)
+%files %{python_files}
%doc README.rst
+%license COPYING
%{python_sitelib}/*
%changelog
++++++ zeroconf-0.19.1.tar.gz -> 0.21.3.tar.gz ++++++
++++ 3523 lines of diff (skipped)