git: d346e0da103d - main - sysutils/py-salt: Update to 3006.24
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Apr 2026 06:31:05 UTC
The branch main has been updated by krion:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d346e0da103d2415b2eab56aa3568a50e1798fba
commit d346e0da103d2415b2eab56aa3568a50e1798fba
Author: Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2026-04-24 06:30:38 +0000
Commit: Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2026-04-24 06:31:02 +0000
sysutils/py-salt: Update to 3006.24
---
sysutils/py-salt/Makefile | 2 +-
sysutils/py-salt/distinfo | 6 +++---
sysutils/py-salt/files/patch-requirements_base.txt | 19 ++++++-------------
3 files changed, 10 insertions(+), 17 deletions(-)
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index 1ba2aed1c4de..b4699fb07d46 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= salt
-PORTVERSION= 3006.23
+PORTVERSION= 3006.24
PORTEPOCH= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
diff --git a/sysutils/py-salt/distinfo b/sysutils/py-salt/distinfo
index 68e321a89a80..07755f1899ef 100644
--- a/sysutils/py-salt/distinfo
+++ b/sysutils/py-salt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1772029286
-SHA256 (salt-3006.23.tar.gz) = 89a53ef52bb484f910a4e666810b0d096f0ad42005a54ffd035036d003865e1c
-SIZE (salt-3006.23.tar.gz) = 16480449
+TIMESTAMP = 1777011556
+SHA256 (salt-3006.24.tar.gz) = 7cee11d26f0c2b6c5c72fe10a0f531de9896fca23bae0a8026203da1c7f9fd22
+SIZE (salt-3006.24.tar.gz) = 16565973
diff --git a/sysutils/py-salt/files/patch-requirements_base.txt b/sysutils/py-salt/files/patch-requirements_base.txt
index 29ae46a45ae7..bdee1760d7b1 100644
--- a/sysutils/py-salt/files/patch-requirements_base.txt
+++ b/sysutils/py-salt/files/patch-requirements_base.txt
@@ -1,22 +1,17 @@
---- requirements/base.txt.orig 2026-02-23 20:07:08 UTC
+--- requirements/base.txt.orig 2026-04-24 00:00:00 UTC
+++ requirements/base.txt
-@@ -8,9 +8,9 @@
- certifi>=2024.7.4
- cffi>=2.0.0
+@@ -9,6 +9,6 @@
+ cherrypy>=18.6.1
# We need contextvars for salt-ssh
-contextvars
-croniter>=0.3.0,!=0.3.22; sys_platform != 'win32'
--cryptography>=46.0.5
+-cryptography>=46.0.7
+#contextvars
+#croniter>=0.3.0,!=0.3.22; sys_platform != 'win32'
+cryptography>=42.0.0
distro>=1.0.1
- frozenlist>=1.3.0; python_version < '3.11'
- frozenlist>=1.5.0; python_version >= '3.11'
-@@ -22,12 +22,12 @@
- Jinja2>=3.1.5
- jmespath>=1.1.0
- looseversion
+@@ -26,8 +26,8 @@
+ lxml>=6.0.2; sys_platform == 'win32'
-MarkupSafe<3.0.0
+MarkupSafe
msgpack>=1.0.0
@@ -27,5 +22,3 @@
+packaging>=21.3
+#psutil<6.0.0; python_version <= '3.9'
psutil>=5.0.0; python_version >= '3.10'
- PyYAML
- requests<2.32.0 ; python_version < '3.10'