Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python3-fasteners_0.16.3.bb #500

Closed
wants to merge 1 commit into from

Conversation

pchand20
Copy link

@pchand20 pchand20 commented Dec 6, 2021

fixing syntax error in recipe

fixing syntax error in recipe
@shr-project
Copy link
Contributor

see #497

@kraj
Copy link
Contributor

kraj commented Dec 8, 2021

Please use latest dunfell for core. Can we close this now ?

@kraj
Copy link
Contributor

kraj commented Jan 18, 2022

this is already fixed in master.

@kraj kraj closed this Jan 18, 2022
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 20, 2022
Changelog:
==========
 Fix comments generation for submessages (openembedded#788)
 Fix handling of spaces in arguments passed through protoc (openembedded#810)
 Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820)
 Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795)
 Fix compilation error with fixed size array and FT_POINTER (openembedded#630)
 Fix wrong format in Python Poetry project file (openembedded#811)
 Fix unnecessary generator message when using --quiet (#831)
 Fix enum_to_string with C++ (#838)
 Fix /* */ inside .proto file comment
 Workaround python-protobuf version issues (openembedded#787)
 Safeguard substraction in pb_read() with custom streams (openembedded#697)
 Always include pb_release() as function, instead of macro. (openembedded#802)
 Allow using = instead of : with generator option -s
 Allow specifying include format without special characters (openembedded#810)
 Allow including headers from inside of extern C (openembedded#814)
 Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601)
 Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827)
 Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791)
 Add --protoc-opt to nanopb_generator.py (openembedded#628)
 Add ENUMTYPE convenience macros (openembedded#803)
 Add Bazel build rules (openembedded#360, openembedded#500)
 Generator: keep order of messages when possible
 Test case improvements (openembedded#792)
 PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, #834, #839, #840)
 CMake build rule improvements (openembedded#822)
 CMakeLists: use protoc wrapper script by default (openembedded#769)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 20, 2022
Changelog:
==========
 Fix comments generation for submessages (openembedded#788)
 Fix handling of spaces in arguments passed through protoc (openembedded#810)
 Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820)
 Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795)
 Fix compilation error with fixed size array and FT_POINTER (openembedded#630)
 Fix wrong format in Python Poetry project file (openembedded#811)
 Fix unnecessary generator message when using --quiet (#831)
 Fix enum_to_string with C++ (#838)
 Fix /* */ inside .proto file comment
 Workaround python-protobuf version issues (openembedded#787)
 Safeguard substraction in pb_read() with custom streams (openembedded#697)
 Always include pb_release() as function, instead of macro. (openembedded#802)
 Allow using = instead of : with generator option -s
 Allow specifying include format without special characters (openembedded#810)
 Allow including headers from inside of extern C (openembedded#814)
 Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601)
 Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827)
 Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791)
 Add --protoc-opt to nanopb_generator.py (openembedded#628)
 Add ENUMTYPE convenience macros (openembedded#803)
 Add Bazel build rules (openembedded#360, openembedded#500)
 Generator: keep order of messages when possible
 Test case improvements (openembedded#792)
 PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, #834, #839, #840)
 CMake build rule improvements (openembedded#822)
 CMakeLists: use protoc wrapper script by default (openembedded#769)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Dec 21, 2022
Changelog:
==========
 Fix comments generation for submessages (openembedded#788)
 Fix handling of spaces in arguments passed through protoc (openembedded#810)
 Fix problems with multiple files and mangle_names option (openembedded#783, openembedded#820)
 Fix generator error when using M_STRIP_PACKAGE without package name (openembedded#795)
 Fix compilation error with fixed size array and FT_POINTER (openembedded#630)
 Fix wrong format in Python Poetry project file (openembedded#811)
 Fix unnecessary generator message when using --quiet (#831)
 Fix enum_to_string with C++ (#838)
 Fix /* */ inside .proto file comment
 Workaround python-protobuf version issues (openembedded#787)
 Safeguard substraction in pb_read() with custom streams (openembedded#697)
 Always include pb_release() as function, instead of macro. (openembedded#802)
 Allow using = instead of : with generator option -s
 Allow specifying include format without special characters (openembedded#810)
 Allow including headers from inside of extern C (openembedded#814)
 Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (openembedded#601)
 Add compile-time error message for when PB_FIELD_32BIT is needed (openembedded#680, openembedded#827)
 Add --c-style command line option for naming style (openembedded#199, openembedded#533, openembedded#791)
 Add --protoc-opt to nanopb_generator.py (openembedded#628)
 Add ENUMTYPE convenience macros (openembedded#803)
 Add Bazel build rules (openembedded#360, openembedded#500)
 Generator: keep order of messages when possible
 Test case improvements (openembedded#792)
 PlatformIO build rule improvements (openembedded#808, openembedded#809, openembedded#819, #834, #839, #840)
 CMake build rule improvements (openembedded#822)
 CMakeLists: use protoc wrapper script by default (openembedded#769)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Dec 23, 2022
Changelog:
==========
 Fix comments generation for submessages (#788)
 Fix handling of spaces in arguments passed through protoc (#810)
 Fix problems with multiple files and mangle_names option (#783, #820)
 Fix generator error when using M_STRIP_PACKAGE without package name (#795)
 Fix compilation error with fixed size array and FT_POINTER (#630)
 Fix wrong format in Python Poetry project file (#811)
 Fix unnecessary generator message when using --quiet (#831)
 Fix enum_to_string with C++ (#838)
 Fix /* */ inside .proto file comment
 Workaround python-protobuf version issues (#787)
 Safeguard substraction in pb_read() with custom streams (#697)
 Always include pb_release() as function, instead of macro. (#802)
 Allow using = instead of : with generator option -s
 Allow specifying include format without special characters (#810)
 Allow including headers from inside of extern C (#814)
 Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary dir (#601)
 Add compile-time error message for when PB_FIELD_32BIT is needed (#680, #827)
 Add --c-style command line option for naming style (#199, #533, #791)
 Add --protoc-opt to nanopb_generator.py (#628)
 Add ENUMTYPE convenience macros (#803)
 Add Bazel build rules (#360, #500)
 Generator: keep order of messages when possible
 Test case improvements (#792)
 PlatformIO build rule improvements (#808, #809, #819, #834, #839, #840)
 CMake build rule improvements (#822)
 CMakeLists: use protoc wrapper script by default (#769)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 25, 2023
Changelog:
==========
general: add hid_get_report_descriptor API function (openembedded#451)
macOS: fix retrieving USB Interface number on macOS 13.3 (openembedded#534)
macOS: Properly handle the close of run loop on macOS (openembedded#522)
libusb: fix crash in hid_enumerate() caused by a stale device handle (openembedded#526)
windows: alternative way to get USB Serial Number if not provided by HidD_GetSerialNumberString (openembedded#464)
windows: don't mark with dllexport in static build (openembedded#507/openembedded#515)
windows: Get Bluetooth device Model Number String instead of Device Name into product string (openembedded#500)
general: fixes (mostly error handling) of issues found by Coverity Scan (openembedded#552/openembedded#554/openembedded#555/openembedded#559/openembedded#560/openembedded#561)
general: variouse fixes and improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants