From 7ef71a54d19ea266eaccd784a4ded87869e647f15c05b40423dba64ddd41b7e0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 7 Nov 2022 15:23:42 +0000 Subject: [PATCH] Accepting request 1034265 from home:dimstar:Factory - Conflict with solaar < 1.1.7: solaar wrongly integrated this python module into its own structure instead of depending on an external package. This has been fixed with solaar 1.1.7. OBS-URL: https://build.opensuse.org/request/show/1034265 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hid-parser?expand=0&rev=2 --- python-hid-parser.changes | 7 +++++++ python-hid-parser.spec | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/python-hid-parser.changes b/python-hid-parser.changes index 70205aa..b4c2af9 100644 --- a/python-hid-parser.changes +++ b/python-hid-parser.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 7 15:12:36 UTC 2022 - Dominique Leuenberger + +- Conflict with solaar < 1.1.7: solaar wrongly integrated this + python module into its own structure instead of depending on an + external package. This has been fixed with solaar 1.1.7. + ------------------------------------------------------------------- Fri Nov 4 06:19:19 UTC 2022 - Andreas Schneider diff --git a/python-hid-parser.spec b/python-hid-parser.spec index 65db1d5..ca6714c 100644 --- a/python-hid-parser.spec +++ b/python-hid-parser.spec @@ -1,5 +1,5 @@ # -# spec file for package python-hid-parser +# spec file # # Copyright (c) 2022 SUSE LLC # @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define pkg_name hid-parser Name: python-%{pkg_name} @@ -24,16 +25,17 @@ Summary: Parse HID report descriptors License: MIT URL: https://github.com/FFY00/python-hid-parser Source0: https://files.pythonhosted.org/packages/48/af/6266119b18570fee7dc838c3389e37db3586a4e2003de709cf4ac24e395a/hid-parser-0.0.3.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # TEST BuildRequires: %{python_module pytest} BuildRequires: %{python_module hypothesis} # /TEST BuildRequires: fdupes BuildArch: noarch +Conflicts: solaar < 1.1.7 %python_subpackages %description