From 2586ccc2336d5507ec0c0f2ef4b5d379f41f4b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rennfanz=2C=20Bj=C3=B6rn?= Date: Fri, 22 Nov 2024 14:06:27 +0100 Subject: [PATCH] Update reference version for macOS, update changedlog in preparation for pypylon 4.1.0rc1 build. Fixed an warning triggered by jfrog/setup-jfrog-cli tasklet --- .github/workflows/build_config.json | 2 +- .github/workflows/main.yml | 3 +++ changelog.txt | 6 ++++-- setup.py | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_config.json b/.github/workflows/build_config.json index 16e6fb1..ccfc666 100644 --- a/.github/workflows/build_config.json +++ b/.github/workflows/build_config.json @@ -9,6 +9,6 @@ "pylon_sdks": ["8.0.1.16188"] }, "macos": { - "pylon_sdks": ["7.3.1.0011"] + "pylon_sdks": ["7.3.2.0001"] } } diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9776b6..046b6a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,9 @@ jobs: env: JF_URL: ${{ secrets.SDK_URL }} JF_ACCESS_TOKEN: ${{ secrets.SDK_TOKEN }} + with: + disable-auto-build-publish: true + disable-job-summary: true - name: Checkout repository uses: actions/checkout@v4 diff --git a/changelog.txt b/changelog.txt index dee3240..3f4f4f0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,9 @@ -Version 4.x.x - - Date xxxx-xx-xx +Version 4.1.0rc1 + - Date 2024-11-22 - Updated to pylon Camera Software Suite 8.0.1 on linux and windows. This contains pylon C++ SDK 9.0.3 and pylon Data Processing C++ SDK 3.0.1. + - Update to pylon 7.3.2 on macOS, which fixed a bug that caused a data encoding + error when using the Compression Beyond feature on GigE cameras. - We now use python 3.9 limited api to provide multi abi version wheels of pypylon. - Removed PylonImage.AttachUserBuffer - Added PylonImage.AttachMemoryView diff --git a/setup.py b/setup.py index 705eef7..cc41572 100755 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ # which is not equal to the version on the outer tar.gz "Linux": "9.0.3", "Linux_armv7l": "6.2.0", - "Darwin": "7.3.1", - "Darwin_arm64": "7.3.1" + "Darwin": "7.3.2", + "Darwin_arm64": "7.3.2" } ################################################################################