14
0

Accepting request 794518 from home:pgajdos:python

- version update to 0.25.1
  * Eliminated 5s hangup when calling Zeroconf.close(), thanks to Erik Montnemery
  * Reverted uniqueness assertions when browsing, they caused a regression
  Backwards incompatible:
  * Rationalized handling of TXT records. 
- deleted patches
  - python-zeroconf-disable-some-tests.patch (not needed, replaced by -k 'not ...')

OBS-URL: https://build.opensuse.org/request/show/794518
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=30
This commit is contained in:
Tomáš Chvátal
2020-04-16 09:13:20 +00:00
committed by Git OBS Bridge
parent 9739f9c25d
commit 3c8992a0e9
5 changed files with 17 additions and 53 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Apr 16 08:47:59 UTC 2020 - pgajdos@suse.com
- version update to 0.25.1
* Eliminated 5s hangup when calling Zeroconf.close(), thanks to Erik Montnemery
* Reverted uniqueness assertions when browsing, they caused a regression
Backwards incompatible:
* Rationalized handling of TXT records.
- deleted patches
- python-zeroconf-disable-some-tests.patch (not needed, replaced by -k 'not ...')
-------------------------------------------------------------------
Mon Mar 9 10:57:37 UTC 2020 - pgajdos@suse.com