From 6c3ae224710b6b57306a9cbc96e1651a9f23141a Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 30 Aug 2025 20:40:05 -0700 Subject: [PATCH 1/7] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2948568..3730906 100644 --- a/setup.py +++ b/setup.py @@ -312,7 +312,7 @@ def run(self): setup( name='yara-python-dex', - version='1.0.7', + version='1.0.8', description='Python interface for YARA', long_description=readme, long_description_content_type='text/markdown', From 99570afde8716f519d8c165cc4330c0be1e1f584 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 30 Aug 2025 20:41:03 -0700 Subject: [PATCH 2/7] Update build_arm.yml --- .github/workflows/build_arm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 05de431..3151fd1 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -1,4 +1,4 @@ -name: Build aarch64 Linux +name: Build & Publish aarch64 Linux on: release: types: [created] @@ -30,7 +30,7 @@ jobs: - name: Get submodules run: git submodule update --init --recursive - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v3.1.4 env: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_SKIP: "pp*" From 65d9adc72a95f82fc58cca93ddcc188a08c4b4f4 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 30 Aug 2025 20:41:28 -0700 Subject: [PATCH 3/7] Update build_publish.yml --- .github/workflows/build_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index 65789e8..cd1d944 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -1,4 +1,4 @@ -name: Build +name: Build & Publish on: release: @@ -19,7 +19,7 @@ jobs: name: Install Python - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.3 + run: python -m pip install cibuildwheel==3.1.4 - name: Get submodules run: git submodule update --init --recursive From 7e00009671644661a20531fe5634e006e66961a9 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 30 Aug 2025 20:41:44 -0700 Subject: [PATCH 4/7] Update build_test.yml --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index e89ffeb..9c3992d 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -17,7 +17,7 @@ jobs: name: Install Python - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.3 + run: python -m pip install cibuildwheel==3.1.4 - name: Get submodules run: git submodule update --init --recursive From 809787b45d3cffd154de1022cbd99a8935d65875 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 30 Aug 2025 20:45:01 -0700 Subject: [PATCH 5/7] Update build_arm.yml --- .github/workflows/build_arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 3151fd1..3b217cf 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -30,7 +30,7 @@ jobs: - name: Get submodules run: git submodule update --init --recursive - name: Build wheels - uses: pypa/cibuildwheel@v3.1.4 + uses: pypa/cibuildwheel@v2.23.3 env: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_SKIP: "pp*" From 4f948ff4272101489f9095dd5c615aa74e25e118 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 30 Aug 2025 20:45:18 -0700 Subject: [PATCH 6/7] Update build_publish.yml --- .github/workflows/build_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index cd1d944..30465d1 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -19,7 +19,7 @@ jobs: name: Install Python - name: Install cibuildwheel - run: python -m pip install cibuildwheel==3.1.4 + run: python -m pip install cibuildwheel==2.23.3 - name: Get submodules run: git submodule update --init --recursive From d89ee4a2ddbaad31725bc3effdedbb5eb385dc94 Mon Sep 17 00:00:00 2001 From: Ajin Abraham Date: Sat, 30 Aug 2025 20:45:32 -0700 Subject: [PATCH 7/7] Update build_test.yml --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 9c3992d..273866b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -17,7 +17,7 @@ jobs: name: Install Python - name: Install cibuildwheel - run: python -m pip install cibuildwheel==3.1.4 + run: python -m pip install cibuildwheel==2.23.3 - name: Get submodules run: git submodule update --init --recursive