14
0

- update to 0.38.1:

* Dropped Python 3.6 support
  * Handle Service types that end with another service type
  * Improve performance of query scheduler
  * Avoid linear type searches in ServiceBrowsers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=57
This commit is contained in:
2022-01-03 10:30:56 +00:00
committed by Git OBS Bridge
parent aae081512b
commit 18c76bee2e
6 changed files with 21 additions and 11 deletions

View File

@@ -2,8 +2,9 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/jstasiak/python-zeroconf</param>
<param name="scm">git</param>
<param name="revision">0.37.0</param>
<param name="version">0.37.0</param>
<param name="revision">0.38.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">(.*)</param>
</service>
<service name="set_version" mode="disabled"/>
<service mode="buildtime" name="tar" />

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 3 10:29:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.38.1:
* Dropped Python 3.6 support
* Handle Service types that end with another service type
* Improve performance of query scheduler
* Avoid linear type searches in ServiceBrowsers
-------------------------------------------------------------------
Mon Nov 29 11:04:03 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,5 +1,4 @@
name: python-zeroconf
version: 0.37.0
mtime: 1637267453
commit: 2996e642f6b1abba1dbb8242ccca4cd4b96696f6
version: 0.38.1
mtime: 1640314073
commit: 6a11f24e1fc9d73f0dbb62efd834f17a9bd451c4

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zeroconf
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
Name: python-zeroconf
Version: 0.37.0
Version: 0.38.1
Release: 0
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
License: LGPL-2.0-only