Skip to content

Commit 2586ccc

Browse files
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
1 parent 9c85f7f commit 2586ccc

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/build_config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"pylon_sdks": ["8.0.1.16188"]
1010
},
1111
"macos": {
12-
"pylon_sdks": ["7.3.1.0011"]
12+
"pylon_sdks": ["7.3.2.0001"]
1313
}
1414
}

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
env:
3232
JF_URL: ${{ secrets.SDK_URL }}
3333
JF_ACCESS_TOKEN: ${{ secrets.SDK_TOKEN }}
34+
with:
35+
disable-auto-build-publish: true
36+
disable-job-summary: true
3437

3538
- name: Checkout repository
3639
uses: actions/checkout@v4

changelog.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Version 4.x.x
2-
- Date xxxx-xx-xx
1+
Version 4.1.0rc1
2+
- Date 2024-11-22
33
- Updated to pylon Camera Software Suite 8.0.1 on linux and windows.
44
This contains pylon C++ SDK 9.0.3 and pylon Data Processing C++ SDK 3.0.1.
5+
- Update to pylon 7.3.2 on macOS, which fixed a bug that caused a data encoding
6+
error when using the Compression Beyond feature on GigE cameras.
57
- We now use python 3.9 limited api to provide multi abi version wheels of pypylon.
68
- Removed PylonImage.AttachUserBuffer
79
- Added PylonImage.AttachMemoryView

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# which is not equal to the version on the outer tar.gz
2323
"Linux": "9.0.3",
2424
"Linux_armv7l": "6.2.0",
25-
"Darwin": "7.3.1",
26-
"Darwin_arm64": "7.3.1"
25+
"Darwin": "7.3.2",
26+
"Darwin_arm64": "7.3.2"
2727
}
2828

2929
################################################################################

0 commit comments

Comments
 (0)