- Update to new upstream release 0.4.1 * Always write output files with newlines. * test binary mode for stdout stream. * Doc: initial readme updates and conversion to rst format. * FIX error: 'TypeError: can only concatenate str (not "bytes") to str'. * cp210x: Provide baud rate table as bytearray to pyusb * cp210x: Convert return of pyusb.ctrl_transfer to bytearray * fix format of sample ini files + get rid of duplicate line, which made ConfigParser throw an exception + get rid of leading spaces, which made ConfigParser interpret those entries as being additional lines in a multi-line value for 120000 entry * ini: Allow inline comments OBS-URL: https://build.opensuse.org/request/show/1106131 OBS-URL: https://build.opensuse.org/package/show/hardware/cp210x-program?expand=0&rev=5
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Aug 27 09:38:29 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to new upstream release 0.4.1
|
|
* Always write output files with newlines.
|
|
* test binary mode for stdout stream.
|
|
* Doc: initial readme updates and conversion to rst format.
|
|
* FIX error: 'TypeError: can only concatenate str (not "bytes")
|
|
to str'.
|
|
* cp210x: Provide baud rate table as bytearray to pyusb
|
|
* cp210x: Convert return of pyusb.ctrl_transfer to bytearray
|
|
* fix format of sample ini files
|
|
+ get rid of duplicate line, which made ConfigParser throw an
|
|
exception
|
|
+ get rid of leading spaces, which made ConfigParser interpret
|
|
those entries as being additional lines in a multi-line value
|
|
for 120000 entry
|
|
* ini: Allow inline comments
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 26 06:54:05 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to new upstream release 0.4
|
|
* Port to Python3
|
|
* Add basic tests
|
|
* Fix -p option
|
|
* docs: fix example of reading EEPROM
|
|
- Drop not longer used patches (included upstream)
|
|
* 0001-docs-fix-example-of-reading-EEPROM.patch
|
|
* https://github.com/VCTLabs/cp210x-program/pull/3.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 25 10:11:59 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Use updated patch for the python3 conversion
|
|
* https://github.com/VCTLabs/cp210x-program/pull/3.patch
|
|
- Run testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 24 14:48:52 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 0.3
|
|
- Add patches:
|
|
* 0001-docs-fix-example-of-reading-EEPROM.patch
|
|
* https://github.com/VCTLabs/cp210x-program/pull/2.patch
|