Skip to content

Commit

Permalink
Merge branch 'dependabot/update-packman' into 'main'
Browse files Browse the repository at this point in the history
[dependabot] bump packman

See merge request omniverse/warp!541
  • Loading branch information
c0d1f1ed committed Jun 6, 2024
2 parents 609d0de + c775f5f commit ecb7704
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/packman/bootstrap/configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:: See the License for the specific language governing permissions and
:: limitations under the License.

set PM_PACKMAN_VERSION=7.21.1
set PM_PACKMAN_VERSION=7.23.1

:: Specify where packman command is rooted
set PM_INSTALL_PATH=%~dp0..
Expand Down
2 changes: 1 addition & 1 deletion tools/packman/bootstrap/install_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def generate_sha256_for_file(file_path: Union[str, os.PathLike]) -> str:


def install_common_module(package_path, install_path):
COMMON_SHA256 = "d4117f80ecc6dcc36444e04da85b125a4269f2abfe59a8984150138ad7d832c1"
COMMON_SHA256 = "0a2064434cca0170411c86f23349f9618556dc380d3589a2361db38ffeea9cac"
package_sha256 = generate_sha256_for_file(package_path)
if package_sha256 != COMMON_SHA256:
raise RuntimeError(
Expand Down
2 changes: 1 addition & 1 deletion tools/packman/packman
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
PM_CURL_SILENT="-s -S"
PM_WGET_QUIET="--quiet"
fi
export PM_PACKMAN_VERSION=7.21.1
export PM_PACKMAN_VERSION=7.23.1

# This is necessary for newer macOS
if [ `uname` == 'Darwin' ]; then
Expand Down
16 changes: 15 additions & 1 deletion tools/packman/packmanconf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Use this file to bootstrap packman into your Python environment (3.7.x). Simply
# Copyright 2021-2024 NVIDIA CORPORATION

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at

# http://www.apache.org/licenses/LICENSE-2.0

# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Use this file to bootstrap packman into your Python environment. Simply
# add the path by doing sys.insert to where packmanconf.py is located and then execute:
#
# >>> import packmanconf
Expand Down

0 comments on commit ecb7704

Please sign in to comment.