File python-can.changes of Package python-can
-------------------------------------------------------------------
Fri Jul 28 13:37:35 UTC 2023 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Added 'python-can_winmate_ucan03.patch' for Winmate UCAN03 board
-------------------------------------------------------------------
Thu Feb 18 11:48:45 UTC 2021 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Add 'python-can_neousys_wdt.patch' for having Neosys CAN support
-------------------------------------------------------------------
Mon Oct 26 08:26:25 UTC 2020 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to version 3.3.4
- Last planned release with Python2 support! *fireworks*
* #916 Vector: Skip channels without CAN support
* #846 Use inter-process mutex to prevent concurrent neoVI device open.
* #901 Fix iteration in Bus.stop_all_periodic_tasks
* #850 Fix socket.error is a deprecated alias of OSError used on Python versions lower than 3.3.
* #879 Updating incorrect api documentation.
* #885 Fix recursion message in Message.getattr
* #845 Fix socketcan issue
-------------------------------------------------------------------
Fri Aug 14 06:46:52 UTC 2020 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to version 3.3.3
- Backported fixes from 4.x development branch which targets Python 3.
* #798 Backport caching msg.data value in neovi interface.
* #796 Fix Vector CANlib treatment of empty app name.
* #771 Handle empty CSV file.
* #741 ASCII reader can now handle FD frames.
* #740 Exclude test packages from distribution.
* #713 RTR crash fix in canutils log reader parsing RTR frames.
* #701 Skip J1939 messages in ASC Reader.
* #690 Exposes a configuration option to allow the CAN message player
to send error frames (and sets the default to not send error frames).
* #638 Fixes the semantics provided by periodic tasks in SocketCAN interface.
* #628 Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes.
* #617 Fixes the broken CANalyst-II interface.
* #605 Socketcan BCM status fix.
-------------------------------------------------------------------
Wed Oct 9 12:43:07 UTC 2019 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to version 3.3.2
Major features
--------------
* FD support added for Pcan by @bmeisels with input from
@markuspi, @christiansandberg & @felixdivo in PR #537
* This is the last version of python-can which will support Python 2.7
and Python 3.5. Support has been removed for Python 3.4 in this
release in PR #532
Other notable changes
---------------------
* #533 BusState is now an enum.
* #535 This release should automatically be published to PyPi by travis.
* #577 Travis-ci now uses stages.
* #548 A guide has been added for new io formats.
* #550 Finish moving from nose to pytest.
* #558 Fix installation on Windows.
* #561 Tests for MessageSync added.
General fixes, cleanup and docs changes can be found on the GitHub milestone
https://github.com/hardbyte/python-can/milestone/7?closed=1
Pulls: #522, #526, #527, #536, #540, #546, #547, #548, #533, #559, #569, #571, #572, #575
Backend Specific Changes
------------------------
pcan
~~~~
* FD
slcan
~~~~
* ability to set custom can speed instead of using predefined speed values. #553
socketcan
~~~~
* Bug fix to properly support 32bit systems. #573
usb2can
~~~~
* slightly better error handling
* multiple serial devices can be found
* support for the `_detect_available_configs()` API
Pulls #511, #535
vector
~~~~
* handle `app_name`. #525
-------------------------------------------------------------------
Tue Apr 30 09:15:58 UTC 2019 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Initial version 3.1.1