Richard Brown
8b74d3dd7a
Accepting request 1005981 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1005981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=51
2022-09-27 18:13:01 +00:00
c288e52fa5
Accepting request 1005944 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/1005944
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=106
2022-09-26 06:50:05 +00:00
Dominique Leuenberger
f5088e0fa2
Accepting request 997535 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/997535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=50
2022-08-18 14:48:53 +00:00
1e2446ada8
Accepting request 997459 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/997459
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=104
2022-08-17 12:36:38 +00:00
Dominique Leuenberger
a84f0ac5d7
Accepting request 985714 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/985714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=49
2022-06-30 11:17:53 +00:00
4dd5258c73
Accepting request 985673 from home:bnavigator:branches:devel:languages:python
...
- Update to 23.2.0
* Use zmq.Event enums in parse_monitor_message for nicer reprs
* Fix building bundled libzmq with ZMQ_DRAFT_API=1
* Fix subclassing zmq.Context with additional arguments in the
constructor. Subclasses may now have full control over the
signature, rather than purely adding keyword-only arguments
* Typos and other small fixes
- Release 23.1.0
* Fix global name of zmq.EVENT_HANDSHAKE_* constants
* Fix constants missing when using import zmq.green as zmq
* {func}zmq.utils.monitor.recv_monitor_msg now supports async
Sockets.
- Release 23.0.0
* all zmq constants are now available as Python enums (e.g.
zmq.SocketType.PULL, zmq.SocketOption.IDENTITY), generated
statically from zmq.h instead of at compile-time. This means
that checks for the presence of a constant (hasattr(zmq,
'RADIO')) is not a valid check for the presence of a feature.
This practice has never been robust, but it may have worked
sometimes. Use direct checks via e.g. {func}zmq.has or
{func}zmq.zmq_version_info.
* A bit more type coverage of Context.term and Context.socket
* Remove all use of deprecated stdlib distutils
* Update to Cython 0.29.30 (required for Python 3.11
compatibility)
* Compatibility with Python 3.11.0b1
* Switch to myst for docs
* Deprecate zmq.utils.strtypes, now unused
* Updates to autoformatting, linting
- Drop less-flaky.patch: pytest-rerunfailures without the flaky
OBS-URL: https://build.opensuse.org/request/show/985673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=102
2022-06-29 07:22:58 +00:00
Dominique Leuenberger
4c5eccc363
Accepting request 944927 from devel:languages:python
...
- Skip test_log due to flaky socket handling inside obs environments.
- Add less-flaky.patch to increase flakiness of test_retry_poll
and test_timeout.
- 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)
OBS-URL: https://build.opensuse.org/request/show/944927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=48
2022-01-09 21:49:49 +00:00
43553bba95
Fix changes
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=101
2022-01-08 12:46:01 +00:00
cf75b87f4b
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
2022-01-08 12:37:17 +00:00
Richard Brown
33feb5f44e
Accepting request 911433 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/911433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=47
2021-08-16 08:08:53 +00:00
d8af7e98df
Accepting request 911422 from home:mcalabkova:branches:devel:languages:python
...
- Update to 22.2.1
* Nicer reprs of contexts and sockets
* Memory allocated by recv(copy=False) is no longer read-only
* asyncio: Always reference current loop instead of attaching to
the current loop at instantiation time. This fixes e.g. contexts
and/or sockets instantiated prior to a call to asyncio.run.
OBS-URL: https://build.opensuse.org/request/show/911422
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=99
2021-08-11 11:58:04 +00:00
Dominique Leuenberger
15b04d4c6c
Accepting request 904240 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/904240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=46
2021-07-10 20:54:01 +00:00
08d34f1648
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
2021-07-05 17:14:29 +00:00
Richard Brown
59f2fc339f
Accepting request 878513 from devel:languages:python
...
- Clean up of SPEC file, while investigating test suite errors.
OBS-URL: https://build.opensuse.org/request/show/878513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=45
2021-03-16 14:43:45 +00:00
5c0985d02e
No curly braces on python macro
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=96
2021-03-12 09:29:19 +00:00
c76bc5642a
- Clean up of SPEC file, while investigating test suite errors.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=95
2021-03-12 09:13:54 +00:00
Dominique Leuenberger
554be26110
Accepting request 872203 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/872203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=44
2021-02-16 21:34:10 +00:00
6dd4546c28
Accepting request 872200 from home:bnavigator:branches:devel:languages:python
...
- Update to 22.0.3
- Don't test numpy on python36 flavor, because python36-numpy is
no longer available in Tumbleweed (NEP 29)
- Make sure we use the Cython backend, not CFFI, wich is for PyPy.
* fixes gh#zeromq/pyzmq#1431 and gh#zeromq/pyzmq#1432
- Remove skip_test_tracker.patch
- Got an oom error on the build service: Require at least 8GB of
RAM through _constraints file
OBS-URL: https://build.opensuse.org/request/show/872200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=93
2021-02-14 20:39:30 +00:00
Dominique Leuenberger
09b3d175db
Accepting request 850815 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/850815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=43
2020-11-30 08:53:03 +00:00
fff7603583
Accepting request 850785 from home:adamm:branches:devel:libraries:c_c++
...
- update to version 20.0.0:
* fix build with ZeroMQ 4.3.3
* drops support for Python < 3.5
* Respect $PKG_CONFIG env for finding libzmq when building from source
* :meth:`.Socket.bind` and :meth:`.Socket.connect`
can now be used as context managers.
* Hold GIL while calling ``zmq_curve_`` functions,
which may fix apparent threadsafety issues.
- skip_test_tracker.patch: refreshed
OBS-URL: https://build.opensuse.org/request/show/850785
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=91
2020-11-25 19:58:48 +00:00
Dominique Leuenberger
01ae17bc51
Accepting request 843235 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/843235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=42
2020-10-29 08:48:41 +00:00
b4b08599f7
- Skip failing tests (gh#zeromq/pyzmq#1431 or gh#zeromq/pyzmq#1432)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=89
2020-10-14 14:00:08 +00:00
e692e8accd
- Use pytest_arch macro instead of the construct we had there.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=88
2020-10-14 10:21:46 +00:00
Dominique Leuenberger
2519ca33e3
Accepting request 837381 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/837381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=41
2020-09-29 16:59:12 +00:00
Tomáš Chvátal
a6cf51f986
Accepting request 837195 from home:frispete:python
...
- raise test timeout limit to 5m and define an console encoding
OBS-URL: https://build.opensuse.org/request/show/837195
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=86
2020-09-25 10:25:59 +00:00
Dominique Leuenberger
e90924ce9e
Accepting request 832907 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/832907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=40
2020-09-10 20:46:32 +00:00
Tomáš Chvátal
0b86a68440
Accepting request 832769 from home:bmwiedemann:branches:devel:languages:python
...
Add timeout to tests (boo#1176232)
tests currently finish in 47s so well below the 180s timeout
OBS-URL: https://build.opensuse.org/request/show/832769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=84
2020-09-08 07:07:40 +00:00
Dominique Leuenberger
ff83723a5b
Accepting request 826796 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/826796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=39
2020-08-25 10:36:20 +00:00
Tomáš Chvátal
81ffc1a2bf
Accepting request 826782 from home:jayvdb:py-submit
...
- Re-activate test suite on x86_64, replacing nose with pytest
OBS-URL: https://build.opensuse.org/request/show/826782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=82
2020-08-15 09:16:40 +00:00
Dominique Leuenberger
c045b9d918
Accepting request 824350 from devel:languages:python
...
- update to version 19.0.2:
- Regenerate Cython sources with 0.29.21 in sdists for compatibility with Python 3.9
- Handle underlying socket being closed in ZMQStream with warning instead of error
- Improvements to socket cleanup during process teardown
- Fix debug-builds on Windows
- Avoid importing ctypes during startup on Windows
- Documentation improvements
- Raise ``AttributeError`` instead of ``ZMQError(EINVAL)`` on attempts to read write-only attributes,
for compatibility with mocking
OBS-URL: https://build.opensuse.org/request/show/824350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=38
2020-08-06 15:31:58 +00:00
ce3ebaeb8b
- update to version 19.0.2:
...
- Regenerate Cython sources with 0.29.21 in sdists for compatibility with Python 3.9
- Handle underlying socket being closed in ZMQStream with warning instead of error
- Improvements to socket cleanup during process teardown
- Fix debug-builds on Windows
- Avoid importing ctypes during startup on Windows
- Documentation improvements
- Raise ``AttributeError`` instead of ``ZMQError(EINVAL)`` on attempts to read write-only attributes,
for compatibility with mocking
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=80
2020-08-04 16:06:35 +00:00
Dominique Leuenberger
0850635814
Accepting request 802283 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/802283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=37
2020-05-11 11:26:05 +00:00
Tomáš Chvátal
6a1f6b44f5
Accepting request 802263 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/802263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=78
2020-05-09 17:30:03 +00:00
Dominique Leuenberger
cfa3a76658
Accepting request 782792 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/782792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=36
2020-03-11 17:42:39 +00:00
Tomáš Chvátal
265b48e519
Accepting request 782710 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/782710
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=76
2020-03-09 06:51:23 +00:00
Dominique Leuenberger
c0800d4c86
Accepting request 749104 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/749104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=35
2019-11-22 09:25:02 +00:00
Tomáš Chvátal
e585913a58
Accepting request 749065 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/749065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=74
2019-11-17 07:47:58 +00:00
Dominique Leuenberger
b056a88145
Accepting request 725983 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/725983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=34
2019-08-27 08:11:53 +00:00
Tomáš Chvátal
bb1898f616
Accepting request 725965 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/725965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=72
2019-08-25 23:06:40 +00:00
Dominique Leuenberger
a52e149495
Accepting request 713879 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/713879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=33
2019-07-30 11:00:07 +00:00
Tomáš Chvátal
72ba581842
Accepting request 713769 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/713769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=70
2019-07-07 20:05:24 +00:00
Dominique Leuenberger
6cfddb7c6a
Accepting request 683644 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/683644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=32
2019-03-12 08:46:04 +00:00
Thomas Bechtold
6308cbf25e
Accepting request 683600 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/683600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=68
2019-03-11 05:17:53 +00:00
Dominique Leuenberger
00d8e35203
Accepting request 630382 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/630382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=31
2018-08-28 07:20:09 +00:00
Tomáš Chvátal
87e0a6cd5f
Accepting request 630321 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/630321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=66
2018-08-19 08:12:59 +00:00
Dominique Leuenberger
09dced66ab
Accepting request 622509 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/622509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=30
2018-07-14 18:25:34 +00:00
Tomáš Chvátal
dfed4dd991
Accepting request 622503 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/622503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=64
2018-07-13 20:12:55 +00:00
Dominique Leuenberger
6a6b920023
Accepting request 583920 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/583920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=29
2018-03-08 09:58:59 +00:00
Tomáš Chvátal
56ffa01200
Accepting request 583912 from home:aplanas:branches:devel:languages:python
...
Allows Recommends and Suggest in Fedora
OBS-URL: https://build.opensuse.org/request/show/583912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=62
2018-03-07 14:43:00 +00:00
Dominique Leuenberger
8cdcd937d9
Accepting request 580798 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/580798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=28
2018-03-05 12:37:09 +00:00