14
0

Accepting request 1298148 from home:glaubitz:branches:devel:languages:python

- Update to 2.7.0
  * Add check for poetry install to regen-protobufs.sh
  * Add seeed xiao esp32s3 support
  * Plumb reply_id into sendText and sendData
  * Allow forced UTF-8 encoding for --export-config
  * Add handling of clientNotification on FromRadio
  * add --set-is-unmessageable to CLI commands
  * Add Ringtone and Canned Messages to --export-config and --configure
  * Export missing defaults when set False
  * Protobufs are updated to 2.7.4
- Replace LICENSES/GPL-3.0-only.txt with LICENSE.md in %license section

OBS-URL: https://build.opensuse.org/request/show/1298148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-meshtastic?expand=0&rev=18
This commit is contained in:
2025-08-08 10:50:13 +00:00
committed by Git OBS Bridge
parent 47bde9dc04
commit a1ff8f76f2
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 7 13:02:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.7.0
* Add check for poetry install to regen-protobufs.sh
* Add seeed xiao esp32s3 support
* Plumb reply_id into sendText and sendData
* Allow forced UTF-8 encoding for --export-config
* Add handling of clientNotification on FromRadio
* add --set-is-unmessageable to CLI commands
* Add Ringtone and Canned Messages to --export-config and --configure
* Export missing defaults when set False
* Protobufs are updated to 2.7.4
- Replace LICENSES/GPL-3.0-only.txt with LICENSE.md in %license section
-------------------------------------------------------------------
Sun Jul 13 13:42:20 UTC 2025 - Dirk Müller <dmueller@suse.com>