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