File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33330.9.1.1: Testing webhook for Marketplace scraping
34340.9.2: Rerelease for build system.
35350.9.3: Rerelease with rhel8.
36- 0.9.4: Add Passthrough Devices support.
36+ 0.9.4: Add Passthrough Devices support.
37+ 0.9.5: manylinux and dsl 1.5
Original file line number Diff line number Diff line change 1- version = '0.9.4 '
1+ version = '0.9.5 '
Original file line number Diff line number Diff line change 1+ if [[ $PY311 == 1 ]]
2+ then
3+ mkdir -p ./pydoc
4+ touch ./pydoc/__init__.py
5+ cat << EOF > ./pydoc/__init__.py
6+ def get_doc(*args):
7+ return ''
8+ EOF
9+ mkdir -p ./webbrowser
10+ touch ./webbrowser/__init__.py
11+ cat << EOF > ./webbrowser/__init__.py
12+ EOF
13+ git apply python311.patch
14+ echo patch applied
15+ fi
Original file line number Diff line number Diff line change 22 libvirt :
33 executor : central_deployment_agent
44 package_name : cloudify-libvirt-plugin
5- package_version : ' 0.9.4 '
5+ package_version : ' 0.9.5 '
66
77data_types :
88
Original file line number Diff line number Diff line change 22 libvirt :
33 executor : central_deployment_agent
44 package_name : cloudify-libvirt-plugin
5- package_version : ' 0.9.4 '
5+ package_version : ' 0.9.5 '
66
77blueprint_labels :
88 obj-type :
You can’t perform that action at this time.
0 commit comments