14
0
forked from pool/python-pyzmq

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
This commit is contained in:
2021-07-05 17:14:29 +00:00
committed by Git OBS Bridge
parent 5c0985d02e
commit 08d34f1648
5 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jul 5 16:30:37 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- 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 <alarrosa@suse.com>
- 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 <mcepl@suse.com>