14
0
forked from pool/python-pyzmq

Accepting request 944483 from home:bnavigator:branches:devel:languages:python

- skip test_log due to flaky socket handling inside obs
  environments

OBS-URL: https://build.opensuse.org/request/show/944483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=100
This commit is contained in:
2022-01-08 12:37:17 +00:00
committed by Git OBS Bridge
parent d8af7e98df
commit cf75b87f4b
5 changed files with 61 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Jan 5 23:03:59 UTC 2022 - Ben Greiner <code@bnavigator.de>
- skip test_log due to flaky socket handling inside obs
environments
-------------------------------------------------------------------
Wed Oct 13 13:26:41 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 22.3.0:
- Fix strlcpy compilation issues on alpine, freebsd. Adds new
build-time dependency on packaging.
- In event-loop integration: warn instead of raise when
triggering callback on a socket whose context has been
closed.
- Bundled libzmq in wheels backport a patch to avoid crashes
due to inappropriate closing of libsodium's random generator
when using CurveZMQ.
- New ResourceWarnings when contexts and sockets are closed by
garbage collection, which can be a source of hangs and leaks
(matches open files)
-------------------------------------------------------------------
Wed Aug 11 10:15:01 UTC 2021 - Markéta Machová <mmachova@suse.com>