File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ classifiers = [
2525]
2626dependencies = [
2727 " pyzmq" ,
28- " websockets" ,
28+ " websockets==12.0 " ,
2929 " PyYAML" ,
3030]
3131requires-python = " >=3.9"
Original file line number Diff line number Diff line change 11%define name recodex-monitor
22%define short_name monitor
33%define version 1.2.0
4- %define unmangled_version 56bfec2ffa5d4eff0d3b8b92bce3837175ca0b53
5- %define release 2
4+ %define unmangled_version 0086f2b6faa213766bc50f2746ee1bf0bdae77c1
5+ %define release 3
66
77Summary: Publish ZeroMQ messages through WebSockets
88Name: %{name }
@@ -26,7 +26,7 @@ Requires(preun): systemd
2626Requires(postun): systemd
2727# %{?fedora:Requires: python3-PyYAML python3-websockets python3-zmq}
2828# %{?rhel:Requires: python3-PyYAML python3-websockets python3-pyzmq}
29- Requires: python3-PyYAML python3-websockets python3-pyzmq
29+ Requires: python3-PyYAML python3-websockets <= 12.0 python3-pyzmq
3030
3131Source0: https://github.com/ReCodEx/%{short_name }/archive/%{unmangled_version }.tar.gz#/%{short_name}-%{unmangled_version}.tar.gz
3232
Original file line number Diff line number Diff line change 66pyzmq
77
88# WebSockets
9- websockets
9+ websockets == 12.0
1010
1111# Configuration parsing
1212PyYAML
You can’t perform that action at this time.
0 commit comments