From f6d1d30a493b73b25af761fcffb176c43f81e97aaba8941536aaa4e1155c10b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 7 Mar 2025 09:38:43 +0000 Subject: [PATCH] Accepting request 1250615 from system:homeautomation:home-assistant - update to version 2.5.12 * Added descriptive FileNotFoundError handler for serial device connection * catch unhandled OSError when serial port in use * Add optional CLI parameter to specify node info fields to show with --nodes parameter. * 464: allow for 0x node prefix values * Add text message port cli option * Add new channels from an add URL with the new --ch-add-url option OBS-URL: https://build.opensuse.org/request/show/1250615 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-meshtastic?expand=0&rev=5 --- meshtastic-2.5.11.tar.gz | 3 --- meshtastic-2.5.12.tar.gz | 3 +++ python-meshtastic.changes | 11 +++++++++++ python-meshtastic.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 meshtastic-2.5.11.tar.gz create mode 100644 meshtastic-2.5.12.tar.gz diff --git a/meshtastic-2.5.11.tar.gz b/meshtastic-2.5.11.tar.gz deleted file mode 100644 index 563aa50..0000000 --- a/meshtastic-2.5.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89ccf0f1f1fb2c1520a58b8ad416d90825ee5fd725760fd0a1dc54057163ebe6 -size 254091 diff --git a/meshtastic-2.5.12.tar.gz b/meshtastic-2.5.12.tar.gz new file mode 100644 index 0000000..e6eddaa --- /dev/null +++ b/meshtastic-2.5.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0517b45d4469bf4ca715f9a148a3446aca112148df3f3286517a8ab92714b2b8 +size 255801 diff --git a/python-meshtastic.changes b/python-meshtastic.changes index 866c538..fa606ca 100644 --- a/python-meshtastic.changes +++ b/python-meshtastic.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Mar 6 11:28:09 UTC 2025 - Adrian Schröter + +- update to version 2.5.12 + * Added descriptive FileNotFoundError handler for serial device connection + * catch unhandled OSError when serial port in use + * Add optional CLI parameter to specify node info fields to show with --nodes parameter. + * 464: allow for 0x node prefix values + * Add text message port cli option + * Add new channels from an add URL with the new --ch-add-url option + ------------------------------------------------------------------- Wed Feb 19 19:12:47 UTC 2025 - Matej Cepl diff --git a/python-meshtastic.spec b/python-meshtastic.spec index 6800c47..4bc2c33 100644 --- a/python-meshtastic.spec +++ b/python-meshtastic.spec @@ -17,7 +17,7 @@ Name: python-meshtastic -Version: 2.5.11 +Version: 2.5.12 Release: 0 Summary: A Python client for use with Meshtastic devices License: GPL-3.0-only