File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8484
8585 - run : |
8686 mk python-release owner=libre-embedded \
87- repo=ifgen version=4.4.2
87+ repo=ifgen version=4.4.3
8888 if: |
8989 matrix.python-version == '3.12'
9090 && matrix.system == 'ubuntu-latest'
Original file line number Diff line number Diff line change 22 =====================================
33 generator=datazen
44 version=3.2.3
5- hash=10d6dbc1a49a7e9df18b9683c1d06dad
5+ hash=72371e50c5b57b71bee199190854d8db
66 =====================================
77-->
88
9- # ifgen ([ 4.4.2 ] ( https://pypi.org/project/ifgen/ ) )
9+ # ifgen ([ 4.4.3 ] ( https://pypi.org/project/ifgen/ ) )
1010
1111[ ![ python] ( https://img.shields.io/pypi/pyversions/ifgen.svg )] ( https://pypi.org/project/ifgen/ )
1212![ Build Status] ( https://github.com/libre-embedded/ifgen/workflows/Python%20Package/badge.svg )
Original file line number Diff line number Diff line change 11# =====================================
22# generator=datazen
33# version=3.2.3
4- # hash=9355bd94a05b19e7f6e7da5286675040
4+ # hash=520db3f30066c96a8613f5361eca3772
55# =====================================
66
77"""
1010
1111DESCRIPTION = "An interface generator for distributed computing."
1212PKG_NAME = "ifgen"
13- VERSION = "4.4.2 "
13+ VERSION = "4.4.3 "
Original file line number Diff line number Diff line change @@ -179,4 +179,4 @@ def cpp_struct_receiver(task: GenerateTask) -> None:
179179 writer .c_comment ("Continue if more bytes remain." )
180180 writer .write ("if (len)" )
181181 with writer .scope ():
182- writer .write ("handle_message(data, len);" )
182+ writer .write ("handle_message<endianness> (data, len);" )
Original file line number Diff line number Diff line change 11---
22major : 4
33minor : 4
4- patch : 2
4+ patch : 3
55entry : ig
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
44
55[project ]
66name = " ifgen"
7- version = " 4.4.2 "
7+ version = " 4.4.3 "
88description = " An interface generator for distributed computing."
99readme = " README.md"
1010requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments