14
0

Accepting request 951682 from devel:languages:python

- update to 0.38.3:
  * Make decode errors more helpful in finding the source of the bad data

OBS-URL: https://build.opensuse.org/request/show/951682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=30
This commit is contained in:
2022-02-05 22:23:05 +00:00
committed by Git OBS Bridge
6 changed files with 14 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<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.38.1</param>
<param name="revision">0.38.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">(.*)</param>
</service>

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 4 22:29:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.38.3:
* Make decode errors more helpful in finding the source of the bad data
-------------------------------------------------------------------
Mon Jan 3 10:29:30 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,4 +1,4 @@
name: python-zeroconf
version: 0.38.1
mtime: 1640314073
commit: 6a11f24e1fc9d73f0dbb62efd834f17a9bd451c4
version: 0.38.3
mtime: 1643671426
commit: e42549cb70796d0577c97be96a09bca0056a5755

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-zeroconf
Version: 0.38.1
Version: 0.38.3
Release: 0
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
License: LGPL-2.0-only