Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qmk_hid for openSUSE:Factory checked 
in at 2026-01-12 10:26:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qmk_hid (Old)
 and      /work/SRC/openSUSE:Factory/.qmk_hid.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qmk_hid"

Mon Jan 12 10:26:57 2026 rev:4 rq:1326703 version:0.1.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/qmk_hid/python-qmk_gui.changes   2025-07-16 
17:36:43.695902096 +0200
+++ /work/SRC/openSUSE:Factory/.qmk_hid.new.1928/python-qmk_gui.changes 
2026-01-12 10:35:54.245498989 +0100
@@ -1,0 +2,6 @@
+Mon Jan  5 12:41:07 UTC 2026 - Nico Krapp <[email protected]>
+
+- Update to 0.1.13
+  * No change
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/qmk_hid/qmk_hid.changes  2025-04-27 
22:54:19.932229009 +0200
+++ /work/SRC/openSUSE:Factory/.qmk_hid.new.1928/qmk_hid.changes        
2026-01-12 10:35:54.333502611 +0100
@@ -1,0 +2,6 @@
+Mon Jan  5 12:40:27 UTC 2026 - Nico Krapp <[email protected]>
+
+- Update to 0.1.13
+  * Bump Rust version and dependencies
+
+-------------------------------------------------------------------

Old:
----
  qmk_hid-0.1.12+git44.tar.gz

New:
----
  qmk_hid-0.1.13.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-qmk_gui.spec ++++++
--- /var/tmp/diff_new_pack.G4D0ZS/_old  2026-01-12 10:35:56.825605174 +0100
+++ /var/tmp/diff_new_pack.G4D0ZS/_new  2026-01-12 10:35:56.825605174 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qmk_gui
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %bcond_without libalternatives
 %define tag_version 0.1.12
 Name:           python-qmk_gui
-Version:        0.1.12+git44
+Version:        0.1.13
 Release:        0
 Summary:        Python GUI for qmk_hid
 License:        BSD-3-Clause

++++++ qmk_hid.spec ++++++
--- /var/tmp/diff_new_pack.G4D0ZS/_old  2026-01-12 10:35:56.897608137 +0100
+++ /var/tmp/diff_new_pack.G4D0ZS/_new  2026-01-12 10:35:56.901608302 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qmk_hid
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define qmk_version 0.28.5
 Name:           qmk_hid
-Version:        0.1.12+git44
+Version:        0.1.13
 Release:        0
 Summary:        Commandline tool for interacting with QMK devices over HID
 License:        BSD-3-Clause

++++++ qmk_hid-0.1.12+git44.tar.gz -> qmk_hid-0.1.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmk_hid-0.1.12+git44/.github/workflows/ci.yml 
new/qmk_hid-0.1.13/.github/workflows/ci.yml
--- old/qmk_hid-0.1.12+git44/.github/workflows/ci.yml   2024-11-26 
07:46:36.000000000 +0100
+++ new/qmk_hid-0.1.13/.github/workflows/ci.yml 2025-12-28 09:11:20.000000000 
+0100
@@ -1,6 +1,8 @@
 name: Rust CI
 on:
   push:
+  paths-ignore:
+    - 'python/**'
 
 jobs:
   # Enable later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qmk_hid-0.1.12+git44/.github/workflows/python-ci.yaml 
new/qmk_hid-0.1.13/.github/workflows/python-ci.yaml
--- old/qmk_hid-0.1.12+git44/.github/workflows/python-ci.yaml   2024-11-26 
07:46:36.000000000 +0100
+++ new/qmk_hid-0.1.13/.github/workflows/python-ci.yaml 2025-12-28 
09:11:20.000000000 +0100
@@ -1,6 +1,8 @@
 name: Python CI
 on:
   push:
+  paths:
+    - 'python/**'
 
 jobs:
   build-gui:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmk_hid-0.1.12+git44/Cargo.lock 
new/qmk_hid-0.1.13/Cargo.lock
--- old/qmk_hid-0.1.12+git44/Cargo.lock 2024-11-26 07:46:36.000000000 +0100
+++ new/qmk_hid-0.1.13/Cargo.lock       2025-12-28 09:11:20.000000000 +0100
@@ -1,12 +1,12 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 [[package]]
 name = "anstream"
-version = "0.6.15"
+version = "0.6.21"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
+checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
 dependencies = [
  "anstyle",
  "anstyle-parse",
@@ -19,55 +19,60 @@
 
 [[package]]
 name = "anstyle"
-version = "1.0.8"
+version = "1.0.13"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
+checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
 
 [[package]]
 name = "anstyle-parse"
-version = "0.2.5"
+version = "0.2.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
+checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
 dependencies = [
  "utf8parse",
 ]
 
 [[package]]
 name = "anstyle-query"
-version = "1.1.1"
+version = "1.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
+checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
 dependencies = [
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
 ]
 
 [[package]]
 name = "anstyle-wincon"
-version = "3.0.4"
+version = "3.0.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
+checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
 dependencies = [
  "anstyle",
- "windows-sys 0.52.0",
+ "once_cell_polyfill",
+ "windows-sys 0.61.2",
 ]
 
 [[package]]
 name = "cc"
-version = "1.1.10"
+version = "1.2.51"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
+checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203"
+dependencies = [
+ "find-msvc-tools",
+ "shlex",
+]
 
 [[package]]
 name = "cfg-if"
-version = "1.0.0"
+version = "1.0.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
+checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 
 [[package]]
 name = "clap"
-version = "4.5.15"
+version = "4.5.53"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc"
+checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
 dependencies = [
  "clap_builder",
  "clap_derive",
@@ -75,9 +80,9 @@
 
 [[package]]
 name = "clap_builder"
-version = "4.5.15"
+version = "4.5.53"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
+checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
 dependencies = [
  "anstream",
  "anstyle",
@@ -87,9 +92,9 @@
 
 [[package]]
 name = "clap_derive"
-version = "4.5.13"
+version = "4.5.49"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
+checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 dependencies = [
  "heck",
  "proc-macro2",
@@ -99,15 +104,21 @@
 
 [[package]]
 name = "clap_lex"
-version = "0.7.2"
+version = "0.7.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
+checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 
 [[package]]
 name = "colorchoice"
-version = "1.0.2"
+version = "1.0.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
+checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
+
+[[package]]
+name = "find-msvc-tools"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff"
 
 [[package]]
 name = "heck"
@@ -117,9 +128,9 @@
 
 [[package]]
 name = "hidapi"
-version = "2.6.1"
+version = "2.6.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9e58251020fe88fe0dae5ebcc1be92b4995214af84725b375d08354d0311c23c"
+checksum = "565dd4c730b8f8b2c0fb36df6be12e5470ae10895ddcc4e9dcfbfb495de202b0"
 dependencies = [
  "cc",
  "cfg-if",
@@ -130,34 +141,40 @@
 
 [[package]]
 name = "is_terminal_polyfill"
-version = "1.70.1"
+version = "1.70.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
+checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
 
 [[package]]
 name = "libc"
-version = "0.2.155"
+version = "0.2.178"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
+checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
+
+[[package]]
+name = "once_cell_polyfill"
+version = "1.70.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
 
 [[package]]
 name = "pkg-config"
-version = "0.3.30"
+version = "0.3.32"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
+checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.86"
+version = "1.0.104"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
+checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
 dependencies = [
  "unicode-ident",
 ]
 
 [[package]]
 name = "qmk_hid"
-version = "0.1.12"
+version = "0.1.13"
 dependencies = [
  "clap",
  "hidapi",
@@ -166,18 +183,24 @@
 
 [[package]]
 name = "quote"
-version = "1.0.36"
+version = "1.0.42"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
+checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
 dependencies = [
  "proc-macro2",
 ]
 
 [[package]]
+name = "shlex"
+version = "1.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
+
+[[package]]
 name = "static_vcruntime"
-version = "2.0.0"
+version = "3.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b"
+checksum = "ff7589a1859b09232522bb9edf076ca7fcf14ded96685d3fa629db73023ffbb7"
 
 [[package]]
 name = "strsim"
@@ -187,9 +210,9 @@
 
 [[package]]
 name = "syn"
-version = "2.0.74"
+version = "2.0.111"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7"
+checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -198,9 +221,9 @@
 
 [[package]]
 name = "unicode-ident"
-version = "1.0.12"
+version = "1.0.22"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
+checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
 
 [[package]]
 name = "utf8parse"
@@ -209,21 +232,27 @@
 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
 
 [[package]]
+name = "windows-link"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
+
+[[package]]
 name = "windows-sys"
 version = "0.48.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
 dependencies = [
- "windows-targets 0.48.5",
+ "windows-targets",
 ]
 
 [[package]]
 name = "windows-sys"
-version = "0.52.0"
+version = "0.61.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
+checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
 dependencies = [
- "windows-targets 0.52.6",
+ "windows-link",
 ]
 
 [[package]]
@@ -232,29 +261,13 @@
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
 dependencies = [
- "windows_aarch64_gnullvm 0.48.5",
- "windows_aarch64_msvc 0.48.5",
- "windows_i686_gnu 0.48.5",
- "windows_i686_msvc 0.48.5",
- "windows_x86_64_gnu 0.48.5",
- "windows_x86_64_gnullvm 0.48.5",
- "windows_x86_64_msvc 0.48.5",
-]
-
-[[package]]
-name = "windows-targets"
-version = "0.52.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
-dependencies = [
- "windows_aarch64_gnullvm 0.52.6",
- "windows_aarch64_msvc 0.52.6",
- "windows_i686_gnu 0.52.6",
- "windows_i686_gnullvm",
- "windows_i686_msvc 0.52.6",
- "windows_x86_64_gnu 0.52.6",
- "windows_x86_64_gnullvm 0.52.6",
- "windows_x86_64_msvc 0.52.6",
+ "windows_aarch64_gnullvm",
+ "windows_aarch64_msvc",
+ "windows_i686_gnu",
+ "windows_i686_msvc",
+ "windows_x86_64_gnu",
+ "windows_x86_64_gnullvm",
+ "windows_x86_64_msvc",
 ]
 
 [[package]]
@@ -264,85 +277,37 @@
 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
 
 [[package]]
-name = "windows_aarch64_gnullvm"
-version = "0.52.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
-
-[[package]]
 name = "windows_aarch64_msvc"
 version = "0.48.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
 
 [[package]]
-name = "windows_aarch64_msvc"
-version = "0.52.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
-
-[[package]]
 name = "windows_i686_gnu"
 version = "0.48.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
 
 [[package]]
-name = "windows_i686_gnu"
-version = "0.52.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
-
-[[package]]
-name = "windows_i686_gnullvm"
-version = "0.52.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
-
-[[package]]
 name = "windows_i686_msvc"
 version = "0.48.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
 
 [[package]]
-name = "windows_i686_msvc"
-version = "0.52.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
-
-[[package]]
 name = "windows_x86_64_gnu"
 version = "0.48.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
 
 [[package]]
-name = "windows_x86_64_gnu"
-version = "0.52.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
-
-[[package]]
 name = "windows_x86_64_gnullvm"
 version = "0.48.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
 
 [[package]]
-name = "windows_x86_64_gnullvm"
-version = "0.52.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
-
-[[package]]
 name = "windows_x86_64_msvc"
 version = "0.48.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
-
-[[package]]
-name = "windows_x86_64_msvc"
-version = "0.52.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmk_hid-0.1.12+git44/Cargo.toml 
new/qmk_hid-0.1.13/Cargo.toml
--- old/qmk_hid-0.1.12+git44/Cargo.toml 2024-11-26 07:46:36.000000000 +0100
+++ new/qmk_hid-0.1.13/Cargo.toml       2025-12-28 09:11:20.000000000 +0100
@@ -1,7 +1,7 @@
 [package]
 name = "qmk_hid"
-version = "0.1.12"
-edition = "2021"
+version = "0.1.13"
+edition = "2024"
 license = "BSD-3-Clause"
 description = "Commandline tool to interact with QMK devices via their raw HID 
interface"
 authors = ["Daniel Schaefer <[email protected]>"]
@@ -10,9 +10,7 @@
 
 [dependencies]
 clap = { version = "4.5", features = ["derive"] }
-# hidapi 2.6.2 needs nightly
-# See: https://github.com/ruabmbua/hidapi-rs/pull/158
-hidapi = { version = "=2.6.1" }
+hidapi = { version = "=2.6.4" }
 
 [build-dependencies]
-static_vcruntime = "2.0"
+static_vcruntime = "3.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmk_hid-0.1.12+git44/python/qmk_hid/protocol.py 
new/qmk_hid-0.1.13/python/qmk_hid/protocol.py
--- old/qmk_hid-0.1.12+git44/python/qmk_hid/protocol.py 2024-11-26 
07:46:36.000000000 +0100
+++ new/qmk_hid-0.1.13/python/qmk_hid/protocol.py       2025-12-28 
09:11:20.000000000 +0100
@@ -124,7 +124,7 @@
                 print("Usage Page not matching")
             continue
         # Lots of false positives, so at least skip Framework false positives
-        if vid == FWK_VID and pid not in [0x12, 0x13, 0x14, 0x18, 0x19]:
+        if vid == FWK_VID and pid not in [0x12, 0x13, 0x14, 0x18, 0x19, 0x30]:
             if verbose:
                 print("False positive, device is not allowed")
             continue
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmk_hid-0.1.12+git44/rust-toolchain.toml 
new/qmk_hid-0.1.13/rust-toolchain.toml
--- old/qmk_hid-0.1.12+git44/rust-toolchain.toml        2024-11-26 
07:46:36.000000000 +0100
+++ new/qmk_hid-0.1.13/rust-toolchain.toml      2025-12-28 09:11:20.000000000 
+0100
@@ -1,5 +1,5 @@
 [toolchain]
 profile = "default"
-channel = "1.75.0"
+channel = "1.92.0"
 components = ["rust-src", "clippy", "rustfmt"]
 targets = ["x86_64-unknown-uefi"]

++++++ qmk_hid.obsinfo ++++++
--- /var/tmp/diff_new_pack.G4D0ZS/_old  2026-01-12 10:35:57.185619990 +0100
+++ /var/tmp/diff_new_pack.G4D0ZS/_new  2026-01-12 10:35:57.193620320 +0100
@@ -1,5 +1,5 @@
 name: qmk_hid
-version: 0.1.12+git44
-mtime: 1732603596
-commit: 5988b109b9e2dfd2f0d50ef365f11bb71d9d0c76
+version: 0.1.13
+mtime: 1766909480
+commit: 8f02fe5e34e27dc60260ee564e86a11f2dc7ca87
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/qmk_hid/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.qmk_hid.new.1928/vendor.tar.zst differ: char 7, 
line 1

Reply via email to