From 9c19c1849a218be33f82d8e553d88e29ce14303e80f9c8c36ab662a826e355be Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 25 Apr 2025 08:33:50 +0000 Subject: [PATCH] Accepting request 1272579 from system:homeautomation:home-assistant - update to 2.6.2: * fixing tcp_interface 100% cpu usage bug - update to 2.6.0 * Enable setting things from more than one configuration section with --set, using a configuration transaction OBS-URL: https://build.opensuse.org/request/show/1272579 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-meshtastic?expand=0&rev=11 --- meshtastic-2.6.1.tar.gz | 3 --- meshtastic-2.6.2.tar.gz | 3 +++ python-meshtastic.changes | 13 +++++++++++++ python-meshtastic.spec | 5 +---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 meshtastic-2.6.1.tar.gz create mode 100644 meshtastic-2.6.2.tar.gz diff --git a/meshtastic-2.6.1.tar.gz b/meshtastic-2.6.1.tar.gz deleted file mode 100644 index f4a7bdc..0000000 --- a/meshtastic-2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70b1a6fd6d9119708a76605e391797a567ab2b5d05596cd5f0fd6443da5624ac -size 264912 diff --git a/meshtastic-2.6.2.tar.gz b/meshtastic-2.6.2.tar.gz new file mode 100644 index 0000000..c86a0f4 --- /dev/null +++ b/meshtastic-2.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1b9ed078f1f587ee05dfe0f0ea09ca930ba1c7fed9b91032de95545d330707 +size 265456 diff --git a/python-meshtastic.changes b/python-meshtastic.changes index 2f462b2..017325b 100644 --- a/python-meshtastic.changes +++ b/python-meshtastic.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 25 06:54:57 UTC 2025 - Adrian Schröter + +- update to 2.6.2: + * fixing tcp_interface 100% cpu usage bug + ------------------------------------------------------------------- Sat Apr 12 07:36:41 UTC 2025 - Dirk Müller @@ -15,6 +21,13 @@ Thu Mar 13 17:23:12 UTC 2025 - Dirk Müller * update README * update protobufs to v2.6.0 +------------------------------------------------------------------- +Thu Mar 13 16:09:55 UTC 2025 - Adrian Schröter + +- update to 2.6.0 + * Enable setting things from more than one configuration section + with --set, using a configuration transaction + ------------------------------------------------------------------- Thu Mar 6 11:28:09 UTC 2025 - Adrian Schröter diff --git a/python-meshtastic.spec b/python-meshtastic.spec index f5e9cb3..f8f7981 100644 --- a/python-meshtastic.spec +++ b/python-meshtastic.spec @@ -17,7 +17,7 @@ Name: python-meshtastic -Version: 2.6.1 +Version: 2.6.2 Release: 0 Summary: A Python client for use with Meshtastic devices License: GPL-3.0-only @@ -50,9 +50,6 @@ A Python client for use with Meshtastic devices. This small library (and example %prep %setup -q -n meshtastic-%{version} -# Remove hidden file -rm -v meshtastic/.gitignore - %build %pyproject_wheel