Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-qpageview for
openSUSE:Factory checked in at 2025-04-08 17:51:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qpageview (Old)
and /work/SRC/openSUSE:Factory/.python-qpageview.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qpageview"
Tue Apr 8 17:51:24 2025 rev:2 rq:1267343 version:1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qpageview/python-qpageview.changes
2022-05-12 22:59:56.416762962 +0200
+++
/work/SRC/openSUSE:Factory/.python-qpageview.new.1907/python-qpageview.changes
2025-04-08 17:52:11.820924649 +0200
@@ -1,0 +2,8 @@
+Thu Apr 3 17:31:42 UTC 2025 - Cor Blom <[email protected]>
+
+- Update to 1.0.0:
+ * No longer dependend on poppler
+ * requires Qt6 and python3-qt6
+- Remove qpageview.pdf and qpageview_smoketest.py
+
+-------------------------------------------------------------------
Old:
----
qpageview-0.6.2.tar.gz
qpageview.pdf
qpageview_smoketest.py
New:
----
qpageview-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-qpageview.spec ++++++
--- /var/tmp/diff_new_pack.qAk6tR/_old 2025-04-08 17:52:12.428950134 +0200
+++ /var/tmp/diff_new_pack.qAk6tR/_new 2025-04-08 17:52:12.432950302 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package qpageview
+# spec file for package python-qpageview
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,55 +17,40 @@
%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
-%define X_display ":98"
Name: python-qpageview
-Version: 0.6.2
+Version: 1.0.0
Release: 0
Summary: Widget to display page-based documents for Qt5/PyQt5
License: GPL-3.0-only
URL: https://github.com/frescobaldi/qpageview
Source:
https://files.pythonhosted.org/packages/source/q/qpageview/qpageview-%{version}.tar.gz
-Source1: qpageview_smoketest.py
-# Created with Sphinx by `make latexpdf` in the docs subdir
-Source2: qpageview.pdf
-BuildRequires: %{python_module poppler-qt5}
-BuildRequires: %{python_module qt5}
-BuildRequires: %{python_module setuptools}
-BuildRequires: xorg-x11-server
+BuildRequires: %{python_module cups}
+BuildRequires: %{python_module hatchling}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module qt6}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-poppler-qt5
-Requires: python-qt5
+Requires: python-qt6
BuildArch: noarch
%python_subpackages
%description
-Widget to display page-based documents for Qt5/PyQt5
+Widget to display page-based documents for Qt6/PyQt6
%prep
%setup -q -n qpageview-%{version}
-cp %{SOURCE1} %{SOURCE2} .
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-#############################################
-### Launch a virtual framebuffer X server ###
-#############################################
-export DISPLAY=%{X_display}
-Xvfb %{X_display} >& Xvfb.log &
-trap "kill $! || true" EXIT
-sleep 2
-%python_expand $python qpageview_smoketest.py
%files %{python_files}
-%doc ChangeLog README.rst
+%doc README.rst
%license LICENSE
%{python_sitelib}/qpageview
%{python_sitelib}/qpageview-%{version}*-info
++++++ qpageview-0.6.2.tar.gz -> qpageview-1.0.0.tar.gz ++++++
++++ 3496 lines of diff (skipped)