From 6b146e057fa3427a1655500228d8951b521dd2269979cf9ab12f89388bee5e81 Mon Sep 17 00:00:00 2001 From: Frank Kunz Date: Thu, 16 Feb 2023 17:59:19 +0000 Subject: [PATCH] Accepting request 1066079 from home:akumar:branches:electronics - Update to new upstream version 2.4.25 - Fix Python dev-mode default handling - Do not touch /usr/lib/python3/dist-packages on Debian Linux - Convert Debian Linux package build to debhelper - Disable ADC calibration for 7p Bricks - Add missing pkg_resources dependency on Linux - Update all temperature readings with 10 Hz - Stop callback emulator from delivering results to destroyed plugins - Avoid crash while loading the 3D model in all IMU plugins - Avoid PyQt5 import problem with the Qt module - Fix accidental dependency on newer PyQt5 version on Linux OBS-URL: https://build.opensuse.org/request/show/1066079 OBS-URL: https://build.opensuse.org/package/show/electronics/brickv?expand=0&rev=30 --- brickv-2.4.23.tar.gz | 3 --- brickv-2.4.25.tar.gz | 3 +++ brickv.changes | 15 +++++++++++++++ brickv.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 brickv-2.4.23.tar.gz create mode 100644 brickv-2.4.25.tar.gz diff --git a/brickv-2.4.23.tar.gz b/brickv-2.4.23.tar.gz deleted file mode 100644 index 9189f7a..0000000 --- a/brickv-2.4.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cad7a2527ffd6749980e25a6ff3bda3c22a7defe2012036cebcda1165db1452 -size 9070950 diff --git a/brickv-2.4.25.tar.gz b/brickv-2.4.25.tar.gz new file mode 100644 index 0000000..a0ebf82 --- /dev/null +++ b/brickv-2.4.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c93398e69b826ada8e14ff3214a20dc6d25f7c57b73aa12e5d09fca544fd653 +size 9073018 diff --git a/brickv.changes b/brickv.changes index 8db0d30..b6e8122 100644 --- a/brickv.changes +++ b/brickv.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 15 16:18:51 UTC 2023 - Avinesh Kumar + +- Update to new upstream version 2.4.25 + - Fix Python dev-mode default handling + - Do not touch /usr/lib/python3/dist-packages on Debian Linux + - Convert Debian Linux package build to debhelper + - Disable ADC calibration for 7p Bricks + - Add missing pkg_resources dependency on Linux + - Update all temperature readings with 10 Hz + - Stop callback emulator from delivering results to destroyed plugins + - Avoid crash while loading the 3D model in all IMU plugins + - Avoid PyQt5 import problem with the Qt module + - Fix accidental dependency on newer PyQt5 version on Linux + ------------------------------------------------------------------- Wed Jan 25 21:58:05 UTC 2023 - Frank Kunz diff --git a/brickv.spec b/brickv.spec index d1eee00..89182a5 100644 --- a/brickv.spec +++ b/brickv.spec @@ -18,7 +18,7 @@ Name: brickv -Version: 2.4.23 +Version: 2.4.25 Release: 0 Summary: Tinkerforge Brick Viewer License: GPL-2.0-only