summaryrefslogtreecommitdiff
path: root/sysutils/py-salt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2022-08-27 08:22:04 +0200
committerKirill Ponomarev <krion@FreeBSD.org>2022-08-27 08:22:04 +0200
commitbe034f0f4b4e9c7018c02e2721f192b26f8c4289 (patch)
tree9b0199e4f5c870fa72c5c38b4619f1edcab7471d /sysutils/py-salt
parentscience/dimod: New port: DWave: Shared API for QUBO/Ising samplers (diff)
sysutils/py-salt: Update to 3005
Diffstat (limited to 'sysutils/py-salt')
-rw-r--r--sysutils/py-salt/Makefile3
-rw-r--r--sysutils/py-salt/distinfo6
-rw-r--r--sysutils/py-salt/files/patch-requirements_zeromq.txt10
3 files changed, 4 insertions, 15 deletions
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index 56e648cdcfc9..e527c2761cfe 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -1,6 +1,5 @@
PORTNAME= salt
-PORTVERSION= 3004.2
-PORTREVISION= 1
+PORTVERSION= 3005
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-salt/distinfo b/sysutils/py-salt/distinfo
index 962f2fa82aea..a00437778fc5 100644
--- a/sysutils/py-salt/distinfo
+++ b/sysutils/py-salt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655840123
-SHA256 (salt-3004.2.tar.gz) = 2fa644f6200d4e36b55846cb372b6e67b6ca0fbec0697f1d8d73e771b665ed70
-SIZE (salt-3004.2.tar.gz) = 17685127
+TIMESTAMP = 1661580885
+SHA256 (salt-3005.tar.gz) = 1d200c45b88046178ea56fb5a75726dc620cc5e51411076a04df80ff52f79cd4
+SIZE (salt-3005.tar.gz) = 17894520
diff --git a/sysutils/py-salt/files/patch-requirements_zeromq.txt b/sysutils/py-salt/files/patch-requirements_zeromq.txt
deleted file mode 100644
index b6b723131c02..000000000000
--- a/sysutils/py-salt/files/patch-requirements_zeromq.txt
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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"