forked from pool/python-zeroconf
Accepting request 685314 from devel:languages:python
- Update to 0.21.3: * no upstream changelog * dropped python2 support - Execute tests - Update requirements based on upstream requires OBS-URL: https://build.opensuse.org/request/show/685314 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=7
This commit is contained in:
3
0.21.3.tar.gz
Normal file
3
0.21.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c3aaed98f950b56c6e1aa440b56e0d48af49565cb4d7830a82cb3b01088aad8
|
||||
size 38336
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 11:58:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.21.3:
|
||||
* no upstream changelog
|
||||
* dropped python2 support
|
||||
- Execute tests
|
||||
- Update requirements based on upstream requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 19:04:17 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
|
||||
@@ -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 @@ is not tied to Bonjour or Avahi, does not use D-Bus and
|
||||
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}
|
||||
|
||||
%files %python_files
|
||||
%defattr(-,root,root,-)
|
||||
%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}
|
||||
%doc README.rst
|
||||
%license COPYING
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:434eab8da9525ae725d6842aae7e59d9ec6580bdc5ae84f3c225240bc6797f7a
|
||||
size 22769
|
||||
Reference in New Issue
Block a user