Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gpAux/client/install/src/windows/CreatePackage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ copy ..\..\..\..\..\gpMgmt\bin\gppylib\gpversion.py %GPDB_INSTALL_PATH%\bin\gppy
perl -pi.bak -e "s,\$Revision\$,%VERSION%," %GPDB_INSTALL_PATH%\bin\gpload.py
copy ..\..\..\..\..\gpMgmt\bin\gpload.bat %GPDB_INSTALL_PATH%\bin
REM Install PyYAML using pip instead of extracting from tarball
pip3 install --target=%GPDB_INSTALL_PATH%\lib\python PyYAML==5.4.1
pip3 install --target=%GPDB_INSTALL_PATH%\lib\python PyYAML==6.0.1
perl -p -e "s,__VERSION_PLACEHOLDER__,%VERSION%," greenplum-clients.wxs > greenplum-clients-%VERSION%.wxs
candle.exe -nologo greenplum-clients-%VERSION%.wxs -out greenplum-clients-%VERSION%.wixobj -dSRCDIR=%GPDB_INSTALL_PATH% -dVERSION=%VERSION%
light.exe -nologo -sval greenplum-clients-%VERSION%.wixobj -out greenplum-clients-x86_64.msi
6 changes: 3 additions & 3 deletions gpMgmt/bin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ endif
# This replaces the previously bundled tar.gz files to comply with Apache Release policy
#
MOCK_VERSION=1.0.1
PYGRESQL_VERSION=5.2
PSUTIL_VERSION=5.7.0
PYYAML_VERSION=5.4.1
PYGRESQL_VERSION=5.2.5
PSUTIL_VERSION=7.2.2
PYYAML_VERSION=6.0.1

download-python-deps:
@echo "--- Downloading Python dependencies for gpMgmt modules"
Expand Down
6 changes: 3 additions & 3 deletions python-dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
psutil==5.7.0
pygresql==5.2
pyyaml==5.4.1
psutil==7.2.2
pygresql==5.2.5
pyyaml==6.0.1
Loading