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

Meta python merge #397

Closed
wants to merge 3 commits into from
Closed

Meta python merge #397

wants to merge 3 commits into from

Conversation

threexc
Copy link
Contributor

@threexc threexc commented Jul 23, 2021

No description provided.

Upgrade to release 1.1.0:

- Update coverage
- Update run unittest
- CI: setup GHA

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 2.6.5:

- Fix a crash when there would be a 'TypeError object does not
  support item assignment' in the code we parse.
- Fix a crash when a AttributeInferenceError was raised when
  failing to find the real name in infer_import_from.

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Trevor Gamblin <[email protected]>
Upgrade to release 1.5.5:

- test_configure_extension: sorted expected

Signed-off-by: Leon Anavi <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Trevor Gamblin <[email protected]>
@kraj
Copy link
Contributor

kraj commented Jul 23, 2021

merged thx

@kraj kraj closed this Jul 23, 2021
@threexc threexc deleted the meta-python-merge branch July 27, 2021 12:20
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 31, 2022
Changelog:
==========
  Windows: migrate from SetupApi to CfgMgr32 (openembedded#362) - as per recommendation from Microsoft;
  Windows: add hid_winapi_get_container_id WinAPI-specific function (openembedded#379);
  Windows: improved error messages (openembedded#388);
  Windows: fixed out-of-boundary memory access for some of the function (openembedded#418);
  windows: Add .rc (openembedded#415);
  macOS: add hid_darwin_get_location_id macOS-specific function (openembedded#378);
  macOS: add macOS-specific function(s) to open device(s) in non-exclusive mode (openembedded#397);
  libusb: improved CMake dependency on Iconv (openembedded#405) - as a result, better support for NetBSD;
  general: documentation improvements;
  general: small code cleanups/improvements;

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request May 31, 2022
Changelog:
==========
  Windows: migrate from SetupApi to CfgMgr32 (openembedded#362) - as per recommendation from Microsoft;
  Windows: add hid_winapi_get_container_id WinAPI-specific function (openembedded#379);
  Windows: improved error messages (openembedded#388);
  Windows: fixed out-of-boundary memory access for some of the function (openembedded#418);
  windows: Add .rc (openembedded#415);
  macOS: add hid_darwin_get_location_id macOS-specific function (openembedded#378);
  macOS: add macOS-specific function(s) to open device(s) in non-exclusive mode (openembedded#397);
  libusb: improved CMake dependency on Iconv (openembedded#405) - as a result, better support for NetBSD;
  general: documentation improvements;
  general: small code cleanups/improvements;

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 30, 2023
* Fix-float-endianness-issue-on-big-endian-arch.patch removed because fixed in the new version.

Changelog:

* Fix baud rate handling with RTU under Linux
* Fix modbus_disable_quirks signature
* Remove Travis CI
* Move content about migration to libmodbus.org
* Avoid negative value in FD_SET call
* Test socket against positive value instead of -1
* Improvements to autotools by @ndim
* Fix doc links by @jordanjohnson56 (openembedded#653)
* Test the protocol id for 0 by @metapsychologe (openembedded#509)
* Fix double negative in tests
* New quirks handler (closes openembedded#38 openembedded#533)
* Fix bitwise OR in documentation
* Improve doc about slave ID in RTU
* Add .clang-format and format code (closes openembedded#394)
* Remove constraints on baud rate values
* Accept IP or device in arg of unit test progs
* Avoid compilation issue with VS2022 with strdup
* Display created files in configure.js
* Use strcpy_s under Windows
* Replace inet_addr by inet_pton calls
* Replace inet_ntoa by inet_ptop
* Update configure.ac/config.h.win32 for new inet functions
* Instructions to build libmodbus in a VS project
* Fix connection check for Windows RTU (closes openembedded#660, openembedded#662)
* Add CIFuzz Github action by @DavidKorczynski (openembedded#669)
* Convert a few int to unsigned int (openembedded#402)
* Major rewrite of documentation with Material for mkdocs
* Reduce memory use of TCP PI backend (closes openembedded#621)
* Fixed MODBUS_ERROR_RECOVERY_LINK not working on Windows (@embeddedmz)
* Replace Travis CI by GitHub CI
* Fix linker error for Windows (VCLinkerTool)
* Address check in single register / coil responses added (openembedded#463)
* Swap CRC bytes in request data but not at CRC computing (openembedded#397)
* Fix float endianness issue on big endian architecture
* Fix comment about EMBUNKEXC (closes openembedded#566)
* Fix network library detection on Haiku
* Fix typos (closes openembedded#620)

Signed-off-by: alperak <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
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.

3 participants