From 08d34f16489c19194b8dd8f6134c00c337141ca4a64bce27faf9fd69dacb83ed Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 5 Jul 2021 17:14:29 +0000 Subject: [PATCH] Accepting request 904236 from home:alarrosa:branches:devel:languages:python Update to 22.1.0 and increase the memory constraint since it sometimes results in an error such as: [ 401s] ../tests/test_socket.py::TestSocket::test_large_send [ 374.574996] Out of memory: Killed process 3386 (pytest-3.6) total-vm:6451008kB, anon-rss:2193620kB, file-rss:0kB, shmem-rss:0kB, UID:399 pgtables:8652kB oom_score_adj:0 - Update to 22.1.0 * New features: - asyncio: experimental support for Proactor eventloop if tornado 6.1 is available by running a selector in a background thread. * Fixes: - Windows: fix type of socket.FD option in win-amd64 - asyncio: Cancel timers when using HWM with async Sockets * Other changes: - Windows: update bundled libzmq dll URLs for Windows. Windows wheels no longer include concrt140.dll. - adopt pre-commit for formatting, linting - Increase memory constraint from 8000M to 9000M since build sometimes fails with "Out of memory" errors. OBS-URL: https://build.opensuse.org/request/show/904236 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=98 --- _constraints | 4 ++-- python-pyzmq.changes | 22 ++++++++++++++++++++++ python-pyzmq.spec | 2 +- pyzmq-22.0.3.tar.gz | 3 --- pyzmq-22.1.0.tar.gz | 3 +++ 5 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 pyzmq-22.0.3.tar.gz create mode 100644 pyzmq-22.1.0.tar.gz diff --git a/_constraints b/_constraints index f177dba..d4ded92 100644 --- a/_constraints +++ b/_constraints @@ -1,7 +1,7 @@ - 8000 + 9000 - \ No newline at end of file + diff --git a/python-pyzmq.changes b/python-pyzmq.changes index 8e02fa0..55f2ffe 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Jul 5 16:30:37 UTC 2021 - Antonio Larrosa + +- Update to 22.1.0 + * New features: + - asyncio: experimental support for Proactor eventloop if + tornado 6.1 is available by running a selector in a + background thread. + * Fixes: + - Windows: fix type of socket.FD option in win-amd64 + - asyncio: Cancel timers when using HWM with async Sockets + * Other changes: + - Windows: update bundled libzmq dll URLs for Windows. Windows + wheels no longer include concrt140.dll. + - adopt pre-commit for formatting, linting + +------------------------------------------------------------------- +Mon Jul 5 16:16:46 UTC 2021 - Antonio Larrosa + +- Increase memory constraint from 8000M to 9000M since build + sometimes fails with "Out of memory" errors. + ------------------------------------------------------------------- Fri Mar 12 09:13:28 UTC 2021 - Matej Cepl diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 9b33d41..3789035 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -25,7 +25,7 @@ %bcond_with tests %endif Name: python-pyzmq -Version: 22.0.3 +Version: 22.1.0 Release: 0 Summary: Python bindings for 0MQ License: BSD-3-Clause AND LGPL-3.0-or-later diff --git a/pyzmq-22.0.3.tar.gz b/pyzmq-22.0.3.tar.gz deleted file mode 100644 index cd7fdfc..0000000 --- a/pyzmq-22.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7f63ce127980d40f3e6a5fdb87abf17ce1a7c2bd8bf2c7560e1bbce8ab1f92d -size 1218664 diff --git a/pyzmq-22.1.0.tar.gz b/pyzmq-22.1.0.tar.gz new file mode 100644 index 0000000..a912986 --- /dev/null +++ b/pyzmq-22.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d +size 1220515