forked from pool/python-meshtastic
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:308ca54b666b680499e3025bbff50c1f40fe60a31c3ab9982a44ddeae2e9a012
|
|
||||||
size 271128
|
|
||||||
3
meshtastic-2.7.0.tar.gz
Normal file
3
meshtastic-2.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e963a9b5aedf1151a1c1cfa3954b037c63c4b016ac7893c2997c12378c1529f1
|
||||||
|
size 276256
|
||||||
@@ -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>
|
Sun Jul 13 13:42:20 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-meshtastic
|
Name: python-meshtastic
|
||||||
Version: 2.6.4
|
Version: 2.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python client for use with Meshtastic devices
|
Summary: A Python client for use with Meshtastic devices
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@@ -68,7 +68,7 @@ A Python client for use with Meshtastic devices. This small library (and example
|
|||||||
%python_libalternatives_reset_alternative meshtastic
|
%python_libalternatives_reset_alternative meshtastic
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSES/GPL-3.0-only.txt
|
%license LICENSE.md
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%python_alternative %{_bindir}/mesh-analysis
|
%python_alternative %{_bindir}/mesh-analysis
|
||||||
%python_alternative %{_bindir}/mesh-tunnel
|
%python_alternative %{_bindir}/mesh-tunnel
|
||||||
|
|||||||
Reference in New Issue
Block a user