Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2021 06:35:08 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ddffa24d1a49 - main - sysutils/py-salt: remove pyzmq<22.0.0 pin from requirements to fix some states execution.
Message-ID:  <202110270635.19R6Z8V3078166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ddffa24d1a494a4354d84b553f08f493e0220c11

commit ddffa24d1a494a4354d84b553f08f493e0220c11
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2021-10-27 06:33:33 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2021-10-27 06:33:33 +0000

    sysutils/py-salt: remove pyzmq<22.0.0 pin from requirements to fix some states execution.
---
 sysutils/py-salt/Makefile                            |  1 +
 sysutils/py-salt/files/patch-requirements_zeromq.txt | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index eb09188b9c2c..65c495719ef4 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	salt
 PORTVERSION=	3004
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-salt/files/patch-requirements_zeromq.txt b/sysutils/py-salt/files/patch-requirements_zeromq.txt
new file mode 100644
index 000000000000..b6b723131c02
--- /dev/null
+++ b/sysutils/py-salt/files/patch-requirements_zeromq.txt
@@ -0,0 +1,10 @@
+--- requirements/zeromq.txt.old	2021-10-27 08:27:29.631303000 +0200
++++ requirements/zeromq.txt	2021-10-27 08:27:56.967052000 +0200
+@@ -2,5 +2,5 @@
+ -r crypto.txt
+ 
+ pyzmq<=20.0.0 ; python_version < "3.6"
+-pyzmq>=17.0.0,<22.0.0 ; python_version < "3.9"
+-pyzmq>19.0.2,<22.0.0 ; python_version >= "3.9"
++pyzmq>=17.0.0 ; python_version < "3.9"
++pyzmq>19.0.2 ; python_version >= "3.9"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110270635.19R6Z8V3078166>