Commit Graph

94 Commits

Author SHA256 Message Date
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
b4ee41ab67 Accepting request 580750 from home:aplanas:branches:devel:languages:python
- Recommends only for SUSE

OBS-URL: https://build.opensuse.org/request/show/580750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=60
2018-02-27 21:32:19 +00:00
Dominique Leuenberger
27ead7a18f Accepting request 575266 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/575266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=27
2018-02-14 08:44:44 +00:00
Tomáš Chvátal
960865ed7b Accepting request 575260 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/575260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=58
2018-02-10 19:37:25 +00:00
Dominique Leuenberger
09bd1d6cfc Accepting request 572412 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/572412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=26
2018-02-05 09:53:02 +00:00
Tomáš Chvátal
36f2e554fa Accepting request 572354 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/572354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=56
2018-02-04 11:23:16 +00:00
Dominique Leuenberger
548786e9b6 Accepting request 538784 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/538784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=25
2017-11-08 14:10:26 +00:00
Jan Matejek
4ab96b265a Accepting request 538222 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/538222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=54
2017-11-03 14:38:34 +00:00
Yuchen Lin
542e10da38 Accepting request 514750 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/514750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=24
2017-08-12 18:26:18 +00:00
Todd R
19efda1630 Accepting request 514749 from home:TheBlackCat:branches:devel:languages:python
- Remove docs. They aren't being built so they are not useful, and they break the build.

OBS-URL: https://build.opensuse.org/request/show/514749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=52
2017-08-06 04:49:42 +00:00
Dominique Leuenberger
655d21a3ca Accepting request 489468 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/489468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=23
2017-04-28 08:42:47 +00:00
Todd R
a30cf642c7 Accepting request 489467 from home:TheBlackCat:branches:devel:languages:python
- Update to 16.0.2
- Rebase skip_test_tracker.patch.
- Implement single-spec version.

OBS-URL: https://build.opensuse.org/request/show/489467
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=50
2017-04-19 21:45:05 +00:00
Dominique Leuenberger
3a1fa6ad85 Accepting request 356041 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/356041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=22
2016-01-28 16:24:17 +00:00
Todd R
e9b5013548 Accepting request 356031 from home:TheBlackCat:branches:devel:languages:python
update to version 15.2.0

OBS-URL: https://build.opensuse.org/request/show/356031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=48
2016-01-26 12:29:54 +00:00
Dominique Leuenberger
4384effcf1 Accepting request 329765 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/329765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=21
2015-09-17 07:18:43 +00:00
81eaaef7ee Accepting request 329757 from home:aplanas:branches:devel:languages:python
Skip one test that blocks the VM

OBS-URL: https://build.opensuse.org/request/show/329757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=46
2015-09-08 16:37:48 +00:00
Dominique Leuenberger
55bde21bc3 Accepting request 319236 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/319236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=20
2015-08-01 09:38:13 +00:00