From f37cc13b41a63cb60fe22149c18315f74fbcfda1 Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Mon, 26 Sep 2022 10:30:15 -0400 Subject: [PATCH 1/2] ENH: Bump to ITK v5.3rc04.post3 --- .github/workflows/build-test-package.yml | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 2c3c0e3..22f38ac 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -3,8 +3,8 @@ name: Build, test, package on: [push,pull_request] env: - itk-git-tag: "835dc01388d22c4b4c9a46b01dbdfe394ec23511" - itk-wheel-tag: "v5.3rc04.post2" # Same ITK C++ reference commit, different tag name + itk-git-tag: "171fb2ba33a87041f99328a2f26612ff33aa9cc8" + itk-wheel-tag: "v5.3rc04.post3" # Same ITK C++ reference commit, different tag name jobs: build-test-cxx: @@ -80,7 +80,7 @@ jobs: - name: 'Specific XCode version' run: | ls "/Applications" - sudo xcode-select -s "/Applications/Xcode_11.7.app" + sudo xcode-select -s "/Applications/Xcode_13.2.1.app" - name: Get specific version of CMake, Ninja uses: lukka/get-cmake@v3.18.3 diff --git a/setup.py b/setup.py index 9a4dec4..19af93e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='itk-splitcomponents', - version='2.0.8', + version='2.0.9', author='Matthew M. McCormick', author_email='matt.mccormick@kitware.com', packages=['itk'], @@ -50,6 +50,6 @@ keywords='ITK Higher-order Derivative Gradient', url=r'https://github.com/InsightSoftwareConsortium/ITKSplitComponents', install_requires=[ - r'itk>=5.3rc04.post2' + r'itk>=5.3rc04.post3' ] ) From 4ab0a64e30e66e572fd331505a886924a97b4f63 Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Mon, 3 Oct 2022 12:56:22 -0400 Subject: [PATCH 2/2] ENH: Update tarball list for Python CI --- .github/workflows/build-test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 22f38ac..c7cfbc8 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -57,7 +57,7 @@ jobs: - name: 'Build 🐍 Python 📦 package' run: | export ITK_PACKAGE_VERSION=${{ env.itk-wheel-tag }} - for tarball in "" "-manylinux2014"; do + for tarball in "-manylinux_2_28" "-manylinux2014"; do rm -rf ITKPythonPackage export TARBALL_SPECIALIZATION=${tarball} ./dockcross-manylinux-download-cache-and-build-module-wheels.sh cp${{ matrix.python-version }}