Skip to content

CHORE: Bump usd-core from 25.2 to 25.5#1157

Merged
pyansys-ci-bot merged 2 commits intomainfrom
dependabot/pip/usd-core-25.5
May 5, 2025
Merged

CHORE: Bump usd-core from 25.2 to 25.5#1157
pyansys-ci-bot merged 2 commits intomainfrom
dependabot/pip/usd-core-25.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2025

Bumps usd-core from 25.2 to 25.5.

Release notes

Sourced from usd-core's releases.

Version 25.05

Changelog

Sourced from usd-core's changelog.

Change Log

[25.05] - 2025-04-28

We anticipate moving to the VFX Reference Platform CY2023 in an upcoming release.

Build

  • Various fixes and changes to build_usd.py:

    • zlib dependency now removed for Linux and macOS builds when explicitly requested. Also added zlib as a requiredDependency if HDF5 is enabled. (PR: #3501, #3551)
    • Fixed Blosc (required for OpenVDB) builds for Xcode 16.3. (Issue: #3600)
    • Added "--vulkan" param to build script to expose building with Vulkan support enabled. (PR: #2849)
    • Updated to build with MaterialX v1.39.3.
    • Updated to use '-j' cmake parameter for parallel builds, instead of handling multiproc logic explicitly for each platform. (Issue: #2486, #2722, PR: #2755)
  • Bumped CMake minimum to 3.26 on all platforms.

  • Added support for building on Windows ARM64 devices. (PR: #3430)

  • Removed deprecated boost::python support. Python bindings now exclusively use the internal pxr_boost::python library. As noted in an earlier release, the PXR_USE_BOOST_PYTHON CMake option has been removed.

  • Removed dependency on the deprecated distutils package. (Issue: #3389, PR: #3417)

  • Fixed GCC 15 build issues. (PR: #3487)

  • Removed usage of Boost_NO_BOOST_CMAKE from USD builds, except for OpenImageIO, which requires Boost_NO_BOOST_CMAKE to be set, otherwise it sets it to ON. (Issue: #3601, PR: #3485)

  • Replaced find_package with find_dependency calls in pxrConfig.cmake.in. (PR: #3205)

... (truncated)

Commits
  • 25f3d3d Merge release v25.05
  • 822f0ae Update VERSIONS.md to reflect OpenImageIO 2.5.16.0.
  • 6010c4c Add UIPropertyValueSourceColor for Usd.ResolveInfoSourceSpline
  • 35f3cae Update release notes to provide regression fixes contributions for 25.05
  • 9bda500 Add tests for ArchGetFileName with utf8 path
  • bdbf7c4 Fix ArchGetFileName on windows for file paths with special characters
  • 4b201cd Attempting to fix embedded line break in 25.05 release notes
  • 8de23df - Update GitHub Actions pypi workflow to accommodate removal of Ubuntu 20.04 ...
  • c41945c [hioAvif] Fixed reading of raw image data
  • 6ebc75f release notes for 25.05 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [usd-core](https://github.com/PixarAnimationStudios/OpenUSD) from 25.2 to 25.5.
- [Release notes](https://github.com/PixarAnimationStudios/OpenUSD/releases)
- [Changelog](https://github.com/PixarAnimationStudios/OpenUSD/blob/dev/CHANGELOG.md)
- [Commits](PixarAnimationStudios/OpenUSD@v25.02...v25.05)

---
updated-dependencies:
- dependency-name: usd-core
  dependency-version: '25.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot Related to dependabot dependencies Related with project dependencies labels May 5, 2025
@dependabot dependabot Bot requested a review from a team as a code owner May 5, 2025 19:48
@dependabot dependabot Bot added the maintenance Package and maintenance related label May 5, 2025
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) May 5, 2025 19:48
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 5, 2025
@pyansys-ci-bot pyansys-ci-bot merged commit e23b76d into main May 5, 2025
53 checks passed
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/usd-core-25.5 branch May 5, 2025 20:04
@codacy-production
Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for cb6c7771
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (cb6c777) Report Missing Report Missing Report Missing
Head commit (b742b63) 2536 2199 86.71%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1157) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.71%. Comparing base (285bf39) to head (b742b63).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1157      +/-   ##
==========================================
- Coverage   86.79%   86.71%   -0.08%     
==========================================
  Files          39       39              
  Lines        2536     2536              
==========================================
- Hits         2201     2199       -2     
- Misses        335      337       +2     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Related to dependabot dependencies Related with project dependencies documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant