From 5d480fdeb76c74325fa1711dac810b36f5c92aa1 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 7 Feb 2023 16:35:59 +0100 Subject: [PATCH 1/2] bump imagecodecs version --- imagecodecs_src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagecodecs_src b/imagecodecs_src index 906a0d5..9568856 160000 --- a/imagecodecs_src +++ b/imagecodecs_src @@ -1 +1 @@ -Subproject commit 906a0d58aca1e74b4cd5e9a41a8a9cc53e66b717 +Subproject commit 95688564dc8312ad81ea082fe7404a537fb2ded9 From 0d7545beb70655c547759c81a6a5daaf3ad0e3d9 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 7 Feb 2023 16:40:57 +0100 Subject: [PATCH 2/2] bump referenced docker images --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f7ba978..4442254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,9 +2,9 @@ [tool.cibuildwheel] test-command = "python -m pytest {project}/imagecodecs_src/tests/ --timeout=300" test-requires = "-r requirements_azure.txt" -manylinux-x86_64-image = "cgohlke/imagecodecs_manylinux2014_x86_64:2022.12.22" -manylinux-i686-image = "cgohlke/imagecodecs_manylinux2014_i686:2022.12.22" -manylinux-pypy_x86_64-image = "cgohlke/imagecodecs_manylinux2014_x86_64:2022.12.22" +manylinux-x86_64-image = "cgohlke/imagecodecs_manylinux2014_x86_64:2023.1.23" +manylinux-i686-image = "cgohlke/imagecodecs_manylinux2014_i686:2023.1.23" +manylinux-pypy_x86_64-image = "cgohlke/imagecodecs_manylinux2014_x86_64:2023.1.23" before-build = "pip install oldest-supported-numpy cython auditwheel==4.0.0" environment = "AEC_TEST_EXTENDED=1 IMAGECODECS_CIBW=1" build = "cp3[8-9]* cp31[0-2]*" @@ -16,4 +16,4 @@ select = "*manylinux*" # use auditwheel=4.0.0 repair-wheel-command = "python -m auditwheel repair -w {dest_dir} {wheel}" # snappy-devel is required for building python-snappy -before-test = "yum install -y snappy-devel;pip install scikit_build; pip install cmake" \ No newline at end of file +before-test = "yum install -y snappy-devel;pip install scikit_build; pip install cmake"