Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyqt-builder for
openSUSE:Factory checked in at 2021-02-25 18:26:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyqt-builder (Old)
and /work/SRC/openSUSE:Factory/.python-pyqt-builder.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyqt-builder"
Thu Feb 25 18:26:15 2021 rev:3 rq:874294 version:1.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyqt-builder/python-pyqt-builder.changes
2020-11-29 12:24:26.997760752 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyqt-builder.new.2378/python-pyqt-builder.changes
2021-02-25 18:26:18.854134992 +0100
@@ -1,0 +2,11 @@
+Fri Feb 19 19:56:34 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to version 1.8.0
+ * Added the (as yet undocumented) pyqt-qt-wheel utility.
+ * chrpath and install_name_tool are no longer required when
+ bundling Qt v5.15 or later.
+- Changes in v1.7.0
+ * Added support for PyQt6, PyQt6-3D and PyQt6-NetworkAuth to
+ pyqt-bundle.
+
+-------------------------------------------------------------------
Old:
----
PyQt-builder-1.6.0.tar.gz
New:
----
PyQt-builder-1.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyqt-builder.spec ++++++
--- /var/tmp/diff_new_pack.xAKaMZ/_old 2021-02-25 18:26:19.494135456 +0100
+++ /var/tmp/diff_new_pack.xAKaMZ/_new 2021-02-25 18:26:19.498135459 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pyqt-builder
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,18 +20,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-%{mname}
-Version: 1.6.0
+Version: 1.8.0
Release: 0
Summary: The PEP 517 compliant PyQt build system
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
URL: https://www.riverbankcomputing.com/software/pyqt
Source0:
https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
-BuildRequires: %{pythons >= 3.5}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python >= 3.5
Requires: python-sip-devel >= 5.5
+Requires: python-wheel
Requires(post): update-alternatives
Requires(postun): update-alternatives
Provides: python-PyQt-builder = %{version}
@@ -59,6 +58,7 @@
%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/pyqt-bundle
+%python_clone -a %{buildroot}%{_bindir}/pyqt-qt-wheel
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -69,7 +69,7 @@
}
%post
-%python_install_alternative pyqt-bundle
+%python_install_alternative pyqt-bundle pyqt-qt-wheel
%postun
%python_uninstall_alternative pyqt-bundle
@@ -78,6 +78,7 @@
%license LICENSE*
%doc README NEWS ChangeLog
%python_alternative %{_bindir}/pyqt-bundle
+%python_alternative %{_bindir}/pyqt-qt-wheel
%{python_sitelib}/pyqtbuild
%{python_sitelib}/PyQt_builder-%{version}*-info
++++++ PyQt-builder-1.6.0.tar.gz -> PyQt-builder-1.8.0.tar.gz ++++++
++++ 3463 lines of diff (skipped)