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:
parent
5c0985d02e
commit
08d34f1648
@ -1,7 +1,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="M">8000</size>
|
||||
<size unit="M">9000</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</constraints>
|
||||
</constraints>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7f63ce127980d40f3e6a5fdb87abf17ce1a7c2bd8bf2c7560e1bbce8ab1f92d
|
||||
size 1218664
|
3
pyzmq-22.1.0.tar.gz
Normal file
3
pyzmq-22.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d
|
||||
size 1220515
|
Loading…
Reference in New Issue
Block a user