14
0

Accepting request 984602 from home:yarunachalam:branches:devel:languages:python

- update to 0.38.7: 
  * Performance improvements for parsing incoming packet data (#1076) @bdraco

OBS-URL: https://build.opensuse.org/request/show/984602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=62
This commit is contained in:
Antoine Belvire
2022-06-25 15:51:56 +00:00
committed by Git OBS Bridge
parent 25aef74ad4
commit 5f5cc14fd3
6 changed files with 15 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<param name="url">https://github.com/jstasiak/python-zeroconf</param> <param name="url">https://github.com/jstasiak/python-zeroconf</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">0.38.6</param> <param name="revision">0.38.7</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">(.*)</param> <param name="versionrewrite-pattern">(.*)</param>
</service> </service>

View File

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

View File

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

View File

@@ -3,6 +3,12 @@ Sat Jun 25 15:21:12 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
- Ignore flakey test (gh#jstasiak/python-zeroconf#1077). - Ignore flakey test (gh#jstasiak/python-zeroconf#1077).
-------------------------------------------------------------------
Wed Jun 22 20:45:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to 0.38.7:
* Performance improvements for parsing incoming packet data (#1076) @bdraco
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 4 12:14:38 UTC 2022 - Dirk Müller <dmueller@suse.com> Sat Jun 4 12:14:38 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,4 +1,5 @@
name: python-zeroconf name: python-zeroconf
version: 0.38.6 version: 0.38.7
mtime: 1651864316 mtime: 1655228959
commit: 1aa7842ae0f914c10465ae977551698046406d55 commit: f3a9f804914fec37e961f80f347c4e706c4bae33

View File

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