Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package streamdeck-ui for openSUSE:Factory checked in at 2023-08-02 16:50:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/streamdeck-ui (Old) and /work/SRC/openSUSE:Factory/.streamdeck-ui.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "streamdeck-ui" Wed Aug 2 16:50:54 2023 rev:2 rq:1101965 version:2.0.15 Changes: -------- --- /work/SRC/openSUSE:Factory/streamdeck-ui/streamdeck-ui.changes 2023-07-24 18:26:15.446252685 +0200 +++ /work/SRC/openSUSE:Factory/.streamdeck-ui.new.22712/streamdeck-ui.changes 2023-08-02 16:52:26.258222028 +0200 @@ -1,0 +2,6 @@ +Wed Jul 26 10:05:02 UTC 2023 - Frederic Crozat <[email protected]> + +- Add explicit requires on python3-setuptools. +- Sort dependencies in specfile. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ streamdeck-ui.spec ++++++ --- /var/tmp/diff_new_pack.CNO9Se/_old 2023-08-02 16:52:26.846225580 +0200 +++ /var/tmp/diff_new_pack.CNO9Se/_new 2023-08-02 16:52:26.850225605 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define pythons python3 Name: streamdeck-ui @@ -29,23 +30,24 @@ BuildRequires: python3-setuptools # SECTION test requirements BuildRequires: python3-CairoSVG >= 2.5.2 -BuildRequires: python3-filetype >= 1.0.10 BuildRequires: python3-Pillow >= 9.4.0 +BuildRequires: python3-filetype >= 1.0.10 BuildRequires: python3-pynput >= 1.7.6 -BuildRequires: python3-python-xlib >= 0.33 BuildRequires: python3-pyside6 >= 6.4.2 +BuildRequires: python3-python-xlib >= 0.33 BuildRequires: python3-streamdeck >= 0.9.3 # /SECTION BuildRequires: fdupes BuildRequires: udev Requires: python3-CairoSVG >= 2.5.2 -Requires: python3-filetype >= 1.0.10 Requires: python3-Pillow >= 9.4.0 +Requires: python3-evdev >= 1.3 +Requires: python3-filetype >= 1.0.10 Requires: python3-pynput >= 1.7.6 Requires: python3-pyside6 >= 6.4.2 Requires: python3-python-xlib >= 0.33 +Requires: python3-setuptools Requires: python3-streamdeck >= 0.9.3 -Requires: python3-evdev >= 1.3 BuildArch: noarch %description @@ -63,7 +65,6 @@ install -D -m0644 %{S:1} %{buildroot}%{_udevrulesdir}/70-streamdeck.rules - %files %{_bindir}/streamdeck %{python_sitelib}/streamdeck_ui
