Hello community, here is the log from the commit of package python-pyzo for openSUSE:Leap:15.2 checked in at 2020-05-21 12:59:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-pyzo (Old) and /work/SRC/openSUSE:Leap:15.2/.python-pyzo.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyzo" Thu May 21 12:59:54 2020 rev:2 rq:807813 version:4.9.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-pyzo/python-pyzo.changes 2020-02-22 17:51:50.153697879 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-pyzo.new.2738/python-pyzo.changes 2020-05-21 13:00:05.990894413 +0200 @@ -1,0 +2,5 @@ +Wed May 20 07:26:57 UTC 2020 - Petr Gajdos <pgaj...@suse.com> + +- %python3_only removal + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyzo.spec ++++++ --- /var/tmp/diff_new_pack.b2E4rW/_old 2020-05-21 13:00:06.494895511 +0200 +++ /var/tmp/diff_new_pack.b2E4rW/_new 2020-05-21 13:00:06.498895519 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyzo # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ BuildRequires: update-desktop-files Requires: hicolor-icon-theme Requires: python-qt5 +Requires: pyzologo BuildArch: noarch %python_subpackages @@ -50,6 +51,12 @@ aimed at interactivity, and consists of an editor, a shell, and a set of tools. +%package -n pyzologo +Summary: Icons for Pyzo + +%description -n pyzologo +Icons used by pyzo + %prep %setup -q -n pyzo-%{version} sed -i -e '/^#!\//, 1d' pyzo/*.py @@ -81,7 +88,6 @@ %files %{python_files} %doc README.md %license pyzo/license.txt -%python3_only %{_datadir}/icons/hicolor/*/apps/pyzologo.png %{python_sitelib}/* %files -n pyzo @@ -89,4 +95,7 @@ %{_datadir}/applications/pyzo.desktop %{_bindir}/pyzo +%files -n pyzologo +%{_datadir}/icons/hicolor/*/apps/pyzologo.png + %changelog