mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update dependencies
This commit is contained in:
parent
81eb152643
commit
8404141f65
4 changed files with 18 additions and 17 deletions
|
@ -179,7 +179,7 @@ If (Test-Path "$($ini['Settings']['Python3Dir'])\python.exe") {
|
|||
DownloadFileWithProgress $url $file
|
||||
|
||||
Write-Output " - $script_name :: Installing $($ini[$bitPrograms]['Python3']) . . ."
|
||||
$p = Start-Process $file -ArgumentList "/Quiet InstallAllUsers=1 TargetDir=`"$($ini['Settings']['Python3Dir'])`" Include_doc=0 Include_tcltk=0 Include_test=0 Include_launcher=1 PrependPath=1 Shortcuts=0" -Wait -NoNewWindow -PassThru
|
||||
$p = Start-Process $file -ArgumentList "/Quiet InstallAllUsers=1 TargetDir=`"$($ini['Settings']['Python3Dir'])`" Include_doc=0 Include_tcltk=0 Include_test=0 Include_launcher=0 PrependPath=1 Shortcuts=0" -Wait -NoNewWindow -PassThru
|
||||
}
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
@ -15,7 +15,7 @@ Function Start_Process_and_test_exitcode {
|
|||
Begin { Write-Host "Executing Command: $fun $args" }
|
||||
|
||||
Process {
|
||||
$p = Start-Process "$fun" -ArgumentList "$args" -Wait -PassThru
|
||||
$p = Start-Process "$fun" -ArgumentList "$args" -Wait -NoNewWindow -PassThru
|
||||
If ($p.ExitCode -ne 0) {
|
||||
Write-Error "$descr returned exitcode $p.ExitCode."
|
||||
exit $p.ExitCode
|
||||
|
|
|
@ -2,26 +2,26 @@
|
|||
backports-abc==0.5; python_version < '3.0'
|
||||
backports.ssl-match-hostname==3.7.0.1
|
||||
certifi
|
||||
cffi==1.12.2
|
||||
CherryPy==17.4.1
|
||||
cryptography==2.6.1
|
||||
cffi==1.13.2
|
||||
CherryPy==17.4.2
|
||||
cryptography==2.8
|
||||
enum34==1.1.6
|
||||
futures==3.2.0 ; python_version < "3.0"
|
||||
futures==3.3.0 ; python_version < "3.0"
|
||||
gitdb==0.6.4
|
||||
GitPython==2.1.10
|
||||
GitPython==2.1.14
|
||||
idna==2.8
|
||||
ioloop==0.1a0
|
||||
ipaddress==1.0.22
|
||||
jinja2==2.10.1
|
||||
libnacl==1.6.1
|
||||
lxml==4.3.0
|
||||
Mako==1.0.7
|
||||
ipaddress==1.0.23
|
||||
jinja2==2.10.3
|
||||
libnacl==1.7.1
|
||||
lxml==4.4.2
|
||||
Mako==1.1.1
|
||||
markupsafe==1.1.1
|
||||
msgpack-python==0.5.6
|
||||
psutil==5.6.1
|
||||
pyasn1==0.4.5
|
||||
psutil==5.6.7
|
||||
pyasn1==0.4.8
|
||||
pycparser==2.19
|
||||
pycryptodomex==3.8.1
|
||||
pycryptodomex==3.9.4
|
||||
pycurl==7.43.0.2
|
||||
pymssql==2.1.4
|
||||
PyMySQL==0.9.3
|
||||
|
@ -37,4 +37,4 @@ singledispatch==3.4.0.3; python_version < '3.4'
|
|||
smmap==0.9.0
|
||||
timelib==0.2.4
|
||||
watchdog==0.9.0
|
||||
wheel==0.33.4
|
||||
wheel==0.33.6
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
pywin32==224
|
||||
pythonnet==2.4.0
|
||||
pywin32==227
|
||||
WMI==1.4.9
|
||||
|
|
Loading…
Add table
Reference in a new issue