Skip to content
Merged
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
10 changes: 10 additions & 0 deletions Boost/patches/enum.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/libs/python/src/object/enum.cpp 2025-05-13 11:34:50.838894911 -0700
+++ b/libs/python/src/object/enum.cpp 2025-05-13 11:35:07.317490405 -0700
@@ -113,7 +113,6 @@
#if PY_VERSION_HEX < 0x03000000
| Py_TPFLAGS_CHECKTYPES
#endif
- | Py_TPFLAGS_HAVE_GC
| Py_TPFLAGS_BASETYPE, /* tp_flags */
0, /* tp_doc */
0, /* tp_traverse */
8 changes: 8 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
------

- Cortex : Updated to version 10.5.13.1.
- Minizip : Updated to version 3.0.10.
- OpenColorIO : Updated to version 2.3.2.
- OpenEXR : Updated to version 3.2.4.
- OpenSubdiv : Updated to version 3.6.0.
- OpenVDB : Updated to version 11.0.0.
- Python : Updated to version 3.11.12.
- PySide : Updated to version 5.15.16.
- Qt : Updated to version 5.15.16.
- USD : Updated to version 25.05.

9.1.0 (relative to 9.0.0)
Expand Down
2 changes: 1 addition & 1 deletion Minizip/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/zlib-ng/minizip-ng/archive/refs/tags/3.0.9.tar.gz",
"https://github.com/zlib-ng/minizip-ng/archive/refs/tags/3.0.10.tar.gz",

],

Expand Down
11 changes: 11 additions & 0 deletions Minizip/patches/version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/mz.h 2025-05-13 09:53:18.702514054 -0700
+++ b/mz.h 2025-05-13 09:53:29.271092945 -0700
@@ -15,7 +15,7 @@

/* MZ_VERSION */
#define MZ_VERSION ("3.0.10")
-#define MZ_VERSION_BUILD (03000a)
+#define MZ_VERSION_BUILD (030010)

/* MZ_ERROR */
#define MZ_OK (0) /* zlib */
4 changes: 2 additions & 2 deletions OpenColorIO/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.2.1.tar.gz",
"https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.3.2.tar.gz",
"https://github.com/imageworks/OpenColorIO-Configs/archive/v1.0_r2.tar.gz",

],
Expand Down Expand Up @@ -30,7 +30,7 @@
" -D CMAKE_PREFIX_PATH={buildDir}"
" -D Python_ROOT_DIR={buildDir}"
" -D Python_FIND_STRATEGY=LOCATION"
" -D pystring_INCLUDE_DIR={buildDir}/include"
" -D pystring_INCLUDE_DIR={buildDir}/include/pystring"
" -D BUILD_SHARED_LIBS=ON"
" -D OCIO_INSTALL_EXT_PACKAGES=NONE"
" -D OCIO_BUILD_APPS=OFF"
Expand Down
2 changes: 1 addition & 1 deletion OpenEXR/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.1.13.tar.gz"
"https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.2.4.tar.gz"

],

Expand Down
2 changes: 1 addition & 1 deletion OpenSubdiv/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_5_1.tar.gz"
"https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_6_0.tar.gz"

],

Expand Down
2 changes: 1 addition & 1 deletion OpenVDB/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/AcademySoftwareFoundation/openvdb/archive/refs/tags/v10.1.0.tar.gz"
"https://github.com/AcademySoftwareFoundation/openvdb/archive/refs/tags/v11.0.0.tar.gz"

],

Expand Down
2 changes: 1 addition & 1 deletion PySide/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.14-src/pyside-setup-opensource-src-5.15.14.tar.xz"
"https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.16-src/pyside-setup-opensource-src-5.15.16.tar.xz"

],

Expand Down
6 changes: 3 additions & 3 deletions Python/config.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{

"downloads" : [ "https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tgz" ],
"downloads" : [ "https://www.python.org/ftp/python/3.11.12/Python-3.11.12.tgz" ],

"publicVariables" : {

"pythonVersion" : "3.10",
"pythonVersion" : "3.11",
"pythonMajorVersion" : "3",
"pythonMinorVersion" : "10",
"pythonMinorVersion" : "11",
"pythonIncludeDir" : "{buildDir}/include/python{pythonVersion}",
"pythonLibDir" : "{buildDir}/lib",

Expand Down
2 changes: 1 addition & 1 deletion Qt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://download.qt.io/official_releases/qt/5.15/5.15.14/single/qt-everywhere-opensource-src-5.15.14.tar.xz"
"https://download.qt.io/official_releases/qt/5.15/5.15.16/single/qt-everywhere-opensource-src-5.15.16.tar.xz"

],

Expand Down
Loading