-
-
Notifications
You must be signed in to change notification settings - Fork 17.4k
python312Packages.materialx: 1.38.10 -> 1.39.0 #326466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
r-ryantm
wants to merge
1
commit into
NixOS:master
from
r-ryantm:auto-update/python312Packages.materialx
Closed
python312Packages.materialx: 1.38.10 -> 1.39.0 #326466
r-ryantm
wants to merge
1
commit into
NixOS:master
from
r-ryantm:auto-update/python312Packages.materialx
Conversation
This file contains hidden or 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
Member
|
This breaks downstream packages due to several errors in diff --git a/pkgs/development/python-modules/materialx/default.nix b/pkgs/development/python-modules/materialx/default.nix
index b1e11ba6de23..ff9f536c762a 100644
--- a/pkgs/development/python-modules/materialx/default.nix
+++ b/pkgs/development/python-modules/materialx/default.nix
@@ -12,19 +12,27 @@
openimageio,
imath,
python,
+ fetchpatch2,
}:
buildPythonPackage rec {
pname = "materialx";
- version = "1.38.10";
+ version = "1.39.1-rc1";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "MaterialX";
- rev = "v${version}";
- hash = "sha256-/kMHmW2dptZNtjuhE5s+jvPRIdtY+FRiVtMU+tiBgQo=";
+ rev = "refs/tags/v${version}";
+ hash = "sha256-xA91/QfBepO4E6i8sEC9jlcQMCPTK7wyiL2ztv4yzl8=";
};
+ patches = [
+ (fetchpatch2 {
+ url = "https://patch-diff.githubusercontent.com/raw/AcademySoftwareFoundation/MaterialX/pull/1971.patch?full_index=1";
+ hash = "sha256-M2/uZgzmWwrPbeYY4/1YGS9LAbPZFmEB52XVao9cXbA=";
+ })
+ ];
+
format = "other";
nativeBuildInputs = [Since this requires the |
Member
|
Also downstream package |
13 tasks
gador
added a commit
to gador/nixpkgs
that referenced
this pull request
Nov 3, 2024
This reverts commit 993ec32. MaterialX has some upstream issues which haven't been quite worked out, yet[1]. It is therefore reasonable to wait with an update in nixpkgs. It also breaks downstream packages like python312Packages.openusd as well as blender[2] [1]: PixarAnimationStudios/OpenUSD#3159 [2]: NixOS#326466 (comment) Signed-off-by: Florian Brandes <[email protected]>
gador
added a commit
to ShaddyDC/nixpkgs
that referenced
this pull request
Nov 3, 2024
This reverts commit 993ec32. MaterialX has some upstream issues which haven't been quite worked out, yet[1]. It is therefore reasonable to wait with an update in nixpkgs. It also breaks downstream packages like python312Packages.openusd as well as blender[2] [1]: PixarAnimationStudios/OpenUSD#3159 [2]: NixOS#326466 (comment) Signed-off-by: Florian Brandes <[email protected]>
wentasah
pushed a commit
to wentasah/nixpkgs
that referenced
this pull request
Nov 4, 2024
This reverts commit 993ec32. MaterialX has some upstream issues which haven't been quite worked out, yet[1]. It is therefore reasonable to wait with an update in nixpkgs. It also breaks downstream packages like python312Packages.openusd as well as blender[2] [1]: PixarAnimationStudios/OpenUSD#3159 [2]: NixOS#326466 (comment) Signed-off-by: Florian Brandes <[email protected]>
gador
added a commit
to gador/nixpkgs
that referenced
this pull request
Feb 8, 2025
This reverts commit e4d1e54. This is necessary, because 1.39 introduces breaking changes and downstream software (e.g. openUSD) needs to adapt, first. See NixOS#326466 (comment) and NixOS#380230
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: python
Python is a high-level, general-purpose programming language.
10.rebuild-darwin: 1-10
This PR causes between 1 and 10 packages to rebuild on Darwin.
10.rebuild-linux: 1-10
This PR causes between 1 and 10 packages to rebuild on Linux.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.
meta.description for python312Packages.materialx is: Open standard for representing rich material and look-development content in computer graphics
meta.homepage for python312Packages.materialx is: https://materialx.org
meta.changelog for python312Packages.materialx is: https://github.com/AcademySoftwareFoundation/MaterialX/blob/refs/tags/v1.39.0/CHANGELOG.md
Updates performed
To inspect upstream changes
Impact
Checks done
passthru.tests, if any, passedRebuild report (if merged into master) (click to expand)
Instructions to test this update (click to expand)
Either download from Cachix:
(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the
trusted-userslist or you can usesudosince root is effectively trusted.Or, build yourself:
Or:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
Pre-merge build results
We have automatically built all packages that will get rebuilt due to
this change.
This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.
Result of
nixpkgs-reviewrun on x86_64-linux 15 packages failed to build:
2 packages built:
Maintainer pings
cc @gador for testing.