Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-hid-parser for openSUSE:Factory checked in at 2026-04-07 16:33:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hid-parser (Old) and /work/SRC/openSUSE:Factory/.python-hid-parser.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hid-parser" Tue Apr 7 16:33:36 2026 rev:3 rq:1344798 version:0.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hid-parser/python-hid-parser.changes 2024-11-20 17:05:12.153763617 +0100 +++ /work/SRC/openSUSE:Factory/.python-hid-parser.new.21863/python-hid-parser.changes 2026-04-07 16:49:15.977426784 +0200 @@ -1,0 +2,9 @@ +Mon Apr 6 21:01:18 UTC 2026 - Dirk Müller <[email protected]> + +- update to version 0.1.0: + * Complete rewrite of the library + * Modernized codebase with typing support + * Use flit-core for building +- Remove obsolete pytest-catch-warnings.patch (fixed upstream) + +------------------------------------------------------------------- Old: ---- hid-parser-0.0.3.tar.gz pytest-catch-warnings.patch New: ---- hid_parser-0.1.0.tar.gz ----------(Old B)---------- Old: * Use flit-core for building - Remove obsolete pytest-catch-warnings.patch (fixed upstream) ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hid-parser.spec ++++++ --- /var/tmp/diff_new_pack.Mf0odH/_old 2026-04-07 16:49:16.505448620 +0200 +++ /var/tmp/diff_new_pack.Mf0odH/_new 2026-04-07 16:49:16.505448620 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-hid-parser # -# Copyright (c) 2024 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 @@ -16,25 +16,24 @@ # -%define pkg_name hid-parser %{?sle15_python_module_pythons} -Name: python-%{pkg_name} -Version: 0.0.3 +Name: python-hid-parser +Version: 0.1.0 Release: 0 Summary: Parse HID report descriptors License: MIT URL: https://github.com/FFY00/python-hid-parser -Source0: https://files.pythonhosted.org/packages/source/h/hid-parser/hid-parser-%{version}.tar.gz -Patch1: pytest-catch-warnings.patch +Source0: https://files.pythonhosted.org/packages/source/h/hid-parser/hid_parser-%{version}.tar.gz +BuildRequires: %{python_module flit-core >= 3.2} 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} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module typing-extensions >= 4.4.0 if %python-base < 3.13} # /TEST BuildRequires: fdupes +Requires: (python-typing-extensions >= 4.4.0 if python-base < 3.13) BuildArch: noarch Conflicts: solaar < 1.1.7 %python_subpackages @@ -43,7 +42,7 @@ Typed pure Python library to parse HID report descriptors %prep -%autosetup -p1 -n %{pkg_name}-%{version} +%autosetup -n hid_parser-%{version} %build %pyproject_wheel
