-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This version finally is officially py3.11 compatible. Drop the backported patch needed for that before. Fixes QubesOS/qubes-issues#8285
- Loading branch information
Showing
7 changed files
with
19 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
--- salt-3005/requirements/base.txt.fix 2022-08-25 17:13:58.740984435 -0600 | ||
+++ salt-3005/requirements/base.txt 2022-08-25 17:14:14.428036445 -0600 | ||
@@ -4,5 +4,4 @@ PyYAML | ||
MarkupSafe | ||
requests>=1.0.0 | ||
distro>=1.0.1 | ||
--- salt-3006.1/requirements/base.txt~ 2023-05-05 12:53:34.000000000 -0500 | ||
+++ salt-3006.1/requirements/base.txt 2023-05-24 09:59:08.874838801 -0500 | ||
@@ -9,4 +9,3 @@ | ||
packaging>=21.3 | ||
looseversion | ||
# We need contextvars for salt-ssh | ||
-contextvars | ||
psutil>=5.0.0 | ||
--- salt-3005/requirements/zeromq.txt.fix 2022-08-25 17:05:45.496349067 -0600 | ||
+++ salt-3005/requirements/zeromq.txt 2022-08-25 17:06:19.011460188 -0600 | ||
@@ -1,6 +1,4 @@ | ||
-r base.txt | ||
--- salt-3006.1/requirements/zeromq.txt~ 2023-05-05 12:53:34.000000000 -0500 | ||
+++ salt-3006.1/requirements/zeromq.txt 2023-05-24 10:02:57.943989348 -0500 | ||
@@ -2,4 +2,3 @@ | ||
-r crypto.txt | ||
|
||
-pyzmq<=20.0.0 ; python_version < "3.6" | ||
-pyzmq>=17.0.0 ; python_version < "3.9" | ||
-pyzmq>19.0.2 ; python_version >= "3.9" | ||
+pyzmq>=19.0.2 | ||
pyzmq>=20.0.0 | ||
-pyzmq==25.0.2 ; sys_platform == "win32" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4 | ||
1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
edfb60c93e2c5b03e4945870bd394b70bdc7598abe12056124bbf912dc29f23e08f6ef569352e3bcdd4d96f092bb6b8ab1765d13f582ea2d3512f85a92de5e95 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3005.1 | ||
3006.1 |