Daniel A. Wozniak
66e5b97785
Add python 3.13 requirements files
2024-10-23 16:20:51 -07:00
Daniel A. Wozniak
1271a7b27e
Test fixes
...
- Add back cmd_json and cmd_yaml pillars for test fixes
- Remove broken tests and bump cache seed
- Fix filemap
- Restrict pyzmq to <25.1.1
- Fix pkg tests
- Fix performance test
- skip tests that failed due to zypperpkg module removal
- Fix tmp path so test passes on windows
- Remove files accidently added
2024-04-11 16:22:55 -07:00
Pedro Algarvio
34ab8c732b
Merge 3006.x into 3007.x
2024-02-19 13:10:20 +00:00
Daniel A. Wozniak
6703d19bce
Upgrade pyzmq on darwin due to build failure
2024-02-18 19:48:18 -07:00
Pedro Algarvio
4574d8722d
Bump to pyzmq==25.1.0
...
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-06-07 22:28:15 +01:00
cmcmarrow
13437829fc
Merge remote-tracking branch 'upstream/3006.x' into merge-forward/3006.x/master
2023-04-20 17:39:55 -05:00
Twangboy
e5c58d9ab9
Bump pyzmq to 25.0.2 on Windows
2023-04-13 12:32:43 +01:00
Daniel A. Wozniak
3caa552c64
Add python 3.11 to pkg and ci requirements
2023-04-12 06:47:29 +01:00
Daniel A. Wozniak
990728fe46
Bump pyzmq to latest version on Windows
2023-02-15 14:24:35 -07:00
Pedro Algarvio
3fa827925f
Fix pre-commit by changing the pyzmq requirements.
...
It's now `pyzmq>=20.0.0` on all platforms, and `<=22.0.3` just for windows.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-02-09 05:37:59 +00:00
Twangboy
17c44511a4
Update pyzmq on Windows
2022-11-04 08:15:12 -06:00
krionbsd
be9879c5d5
Remove max zeromq pinned version due to issues on FreeBSD
2021-11-03 11:48:12 -04:00
Wayne Werner
3c578c4459
Bump pyzmq minimum to more than 19.0.2 ( #60764 )
...
At least under arm64 debian 11, python 3.9, 19.0.2 is buggy.
Closes #60671
2021-08-24 08:57:13 -07:00
Pedro Algarvio
070597e525
Pin major pyzmq version to be <22.0.0
...
```
running build_ext
running configure
Using bundled libzmq
already have bundled/zeromq
already have platform.hpp
checking for timer_create
************************************************
************************************************
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -c /root/setup-tests/temp-dir/timer_create5xgtbi9g.c -o build/temp.linux-x86_64-3.7/root/setup-tests/temp-dir/timer_create5xgtbi9g.o
/root/setup-tests/temp-dir/timer_create5xgtbi9g.c: In function ‘main’:
/root/setup-tests/temp-dir/timer_create5xgtbi9g.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]
timer_create();
^~~~~~~~~~~~
gcc -pthread build/temp.linux-x86_64-3.7/root/setup-tests/temp-dir/timer_create5xgtbi9g.o -o build/temp.linux-x86_64-3.7/a.out
build/temp.linux-x86_64-3.7/root/setup-tests/temp-dir/timer_create5xgtbi9g.o: In function `main':
/root/setup-tests/temp-dir/timer_create5xgtbi9g.c:2: undefined reference to `timer_create'
collect2: error: ld returned 1 exit status
no timer_create, linking librt
************************************************
building 'zmq.libzmq' extension
creating build/temp.linux-x86_64-3.7/buildutils
creating build/temp.linux-x86_64-3.7/bundled
creating build/temp.linux-x86_64-3.7/bundled/zeromq
creating build/temp.linux-x86_64-3.7/bundled/zeromq/src
g++ -pthread -std=c++11 -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DZMQ_HAVE_CURVE=1 -DZMQ_USE_TWEETNACL=1 -DZMQ_USE_EPOLL=1 -DZMQ_IOTHREADS_USE_EPOLL=1 -DZMQ_POLL_BASED_ON_POLL=1 -Ibundled/zeromq/include -Ibundled -I/root/setup-tests/.venv/include -I/usr/include/python3.7m -c buildutils/initlibzmq.cpp -o build/temp.linux-x86_64-3.7/buildutils/initlibzmq.o
error: command 'g++' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for pyzmq
ERROR: Could not build wheels for pyzmq which use PEP 517 and cannot be installed directly
```
2021-06-14 17:25:51 -07:00
Imran Iqbal
38d3ecda0f
build(requirements/zeromq): limit pyzmq
for Python < 3.6
2021-01-22 08:08:31 +00:00
Bryce Larson
66d0e2e0da
update requirements for fedora33
2020-11-11 14:31:28 -07:00
Bryce Larson
4fa38953d2
update pyzmq requirement
2020-06-05 08:38:17 -07:00
Pedro Algarvio
396499c18a
Upgrade PyZMQ to 19.0.0 for Py >= 3.8
2020-04-26 20:47:17 -07:00
Pedro Algarvio
8faaa0928c
Fix crypto requirements generation
2019-12-11 16:10:47 +00:00
Pedro Algarvio
75693e5fe3
Use pycryptodomex on windows and PyCrypto on the rest
...
Because PyCrypto on windows needs to be patched.
2019-05-08 13:16:29 +01:00
Daniel Wallace
f99283751f
handle pyzmq for python3.4
2018-07-18 12:16:05 -05:00
TheBigBear
66585a2636
Update zeromq.txt
2015-08-26 23:04:59 +01:00
rallytime
fba0de8bfa
Update minimum version for pycrypto
2015-05-21 16:49:34 -06:00
Michael Steed
05a10f8690
fix #23695
...
- require pycrypto >= 2.1.0 in requirements/zeromq.txt
- remove old workaround for pycrypto < 2.1 from salt/cloud/__init__.py
2015-05-14 10:55:59 -06:00
Thomas S Hatch
13e546367b
update dev reqs for python 3
2015-05-11 10:53:49 -06:00
Justin Findlay
ad33589fac
move requirements files into requirements dir
2014-12-27 17:29:03 -07:00