14
0

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
This commit is contained in:
Andreas Schneider
2022-11-07 15:23:42 +00:00
committed by Git OBS Bridge
parent be8b771809
commit 7ef71a54d1
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 7 15:12:36 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <asn@cryptomilk.org> Fri Nov 4 06:19:19 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@@ -1,5 +1,5 @@
# #
# spec file for package python-hid-parser # spec file
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define pkg_name hid-parser %define pkg_name hid-parser
Name: python-%{pkg_name} Name: python-%{pkg_name}
@@ -24,16 +25,17 @@ Summary: Parse HID report descriptors
License: MIT License: MIT
URL: https://github.com/FFY00/python-hid-parser URL: https://github.com/FFY00/python-hid-parser
Source0: https://files.pythonhosted.org/packages/48/af/6266119b18570fee7dc838c3389e37db3586a4e2003de709cf4ac24e395a/hid-parser-0.0.3.tar.gz 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 pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# TEST # TEST
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module hypothesis}
# /TEST # /TEST
BuildRequires: fdupes BuildRequires: fdupes
BuildArch: noarch BuildArch: noarch
Conflicts: solaar < 1.1.7
%python_subpackages %python_subpackages
%description %description