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 2023-01-14 20:30:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyqt-builder (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyqt-builder.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyqt-builder"

Sat Jan 14 20:30:47 2023 rev:12 rq:1058080 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyqt-builder/python-pyqt-builder.changes  
2022-06-25 10:23:42.830626778 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyqt-builder.new.32243/python-pyqt-builder.changes
       2023-01-14 20:31:00.416960989 +0100
@@ -1,0 +2,19 @@
+Thu Jan 12 21:14:30 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Add pyqt-builder-add-timeline5.15.patch for Qt3D 5.15.8
+
+-------------------------------------------------------------------
+Thu Jan 12 11:22:21 UTC 2023 - Antonio Larrosa <alarr...@suse.com>
+
+- Add patch to support python 3.6 needed by SLE:
+  * support-python3.6.patch
+
+-------------------------------------------------------------------
+Mon Oct  3 17:16:00 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 1.14.0
+  * Added support for QtPdf, QtPdfWidgets and QtTextToSpeech for
+    PyQt6.
+  * SIP v6.7 is now required.
+
+-------------------------------------------------------------------

Old:
----
  PyQt-builder-1.13.0.tar.gz

New:
----
  PyQt-builder-1.14.0.tar.gz
  pyqt-builder-add-timeline5.15.patch
  support-python3.6.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyqt-builder.spec ++++++
--- /var/tmp/diff_new_pack.crIp76/_old  2023-01-14 20:31:00.956964178 +0100
+++ /var/tmp/diff_new_pack.crIp76/_new  2023-01-14 20:31:00.960964202 +0100
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-pyqt-builder
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,25 +18,31 @@
 
 %define mname pyqt-builder
 Name:           python-%{mname}
-Version:        1.13.0
+Version:        1.14.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-builder
 Source0:        
https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz
+# PATCH-FEATURE-SUSE support-python3.6.patch alarr...@suse.com
+Patch0:         support-python3.6.patch
+# PATCH-FEATURE-SUSE pyqt-builder-add-timeline5.15.patch c...@bnavigator.de
+Patch1:         pyqt-builder-add-timeline5.15.patch
+BuildRequires:  %{python_module base >= 3.6}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-sip-devel >= 6.3
 Requires:       python-packaging
+Requires:       python-sip-devel >= 6.7
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Provides:       python-PyQt-builder = %{version}-%{release}
 BuildArch:      noarch
 # SECTION Test Requirements
-BuildRequires:  %{python_module sip-devel >= 6.3}
 BuildRequires:  %{python_module packaging}
+BuildRequires:  %{python_module sip-devel >= 6.7}
 # /SECTION
 %python_subpackages
 
@@ -50,13 +56,13 @@
 sip-install or pip can then be used to build and install the project.
 
 %prep
-%setup -q -n PyQt-builder-%{version}
+%autosetup -p1 -n PyQt-builder-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/pyqt-bundle
 %python_clone -a %{buildroot}%{_bindir}/pyqt-qt-wheel
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -75,7 +81,7 @@
 %postun
 %python_uninstall_alternative pyqt-bundle
 
-%files %python_files
+%files %{python_files}
 %license LICENSE*
 %doc README NEWS ChangeLog
 %python_alternative %{_bindir}/pyqt-bundle

++++++ PyQt-builder-1.13.0.tar.gz -> PyQt-builder-1.14.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/ChangeLog 
new/PyQt-builder-1.14.0/ChangeLog
--- old/PyQt-builder-1.13.0/ChangeLog   2022-06-17 16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/ChangeLog   2022-09-30 11:33:25.000000000 +0200
@@ -1,3 +1,63 @@
+2022-09-21  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, pyqtbuild/bundle/packages/pyqt6.py:
+       Fixed the QtQuick3D metadata for Qt v6.4.0.
+       [274306a008c8] [1.14.0]
+
+2022-09-20  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, pyqtbuild/bundle/packages/pyqt6.py:
+       Added support for QtPdfWidgets for PyQt6.
+       [aa85c93ee908]
+
+       * NEWS, pyqtbuild/bundle/packages/pyqt6.py:
+       Added support for QtPdf for PyQt6.
+       [052b671c9e8a]
+
+       * NEWS, pyqtbuild/bundle/packages/pyqt6.py:
+       Added support for QtTextToSpeech for PyQt6.
+       [7d56949378ae]
+
+2022-09-18  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS:
+       Updated the NEWS file.
+       [b795e017a440]
+
+       * Merged the 1.13-maint branch.
+       [48ad8094adc1]
+
+2022-09-07  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, pyqtbuild/project.py:
+       Remove the use of distutils.
+       [cdebac42f8ce] <1.13-maint>
+
+2022-07-28  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, pyqtbuild/bundle/qt_wheel_main.py:
+       Fixed a misleading help text in pyqt-qt-wheel.
+       [3b8329c9063d] <1.13-maint>
+
+2022-07-19  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, pyqtbuild/builder.py, setup.py:
+       Use the enhanced Project.get_sip_distinfo_command_line() added to
+       SIP v6.7 to specify the wheel generator and version.
+       [4aae6e9f0c28] <1.13-maint>
+
+2022-07-18  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, pyqtbuild/builder.py:
+       Fixed the location of sip-distinfo.
+       [ecfed71612cc] <1.13-maint>
+
+2022-06-17  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * .hgtags:
+       Added tag 1.13.0 for changeset 068a418ac90b
+       [b5be160f07f1]
+
 2022-06-06  Phil Thompson  <p...@riverbankcomputing.com>
 
        * NEWS, pyqtbuild/bundle/packages/pyqt6_webengine.py:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/NEWS new/PyQt-builder-1.14.0/NEWS
--- old/PyQt-builder-1.13.0/NEWS        2022-06-17 16:37:55.000000000 +0200
+++ new/PyQt-builder-1.14.0/NEWS        2022-09-30 11:33:19.000000000 +0200
@@ -1,3 +1,7 @@
+v1.14.0 21st September 2022
+  - Added support for QtPdf, QtPdfWidgets and QtTextToSpeech for PyQt6.
+  - SIP v6.7 is now required.
+
 v1.13.0 6th June 2022
   - The default ABI versions are now v12.11 and v13.4 so that wrapped classes
     can be used by sip.array.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/PKG-INFO 
new/PyQt-builder-1.14.0/PKG-INFO
--- old/PyQt-builder-1.13.0/PKG-INFO    2022-06-17 16:38:05.220270600 +0200
+++ new/PyQt-builder-1.14.0/PKG-INFO    2022-09-30 11:33:25.373634600 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQt-builder
-Version: 1.13.0
+Version: 1.14.0
 Summary: The PEP 517 compliant PyQt build system
 Home-page: https://www.riverbankcomputing.com/software/pyqt-builder/
 Author: Riverbank Computing Limited
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/PyQt_builder.egg-info/PKG-INFO 
new/PyQt-builder-1.14.0/PyQt_builder.egg-info/PKG-INFO
--- old/PyQt-builder-1.13.0/PyQt_builder.egg-info/PKG-INFO      2022-06-17 
16:38:05.000000000 +0200
+++ new/PyQt-builder-1.14.0/PyQt_builder.egg-info/PKG-INFO      2022-09-30 
11:33:25.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQt-builder
-Version: 1.13.0
+Version: 1.14.0
 Summary: The PEP 517 compliant PyQt build system
 Home-page: https://www.riverbankcomputing.com/software/pyqt-builder/
 Author: Riverbank Computing Limited
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt-builder-1.13.0/PyQt_builder.egg-info/requires.txt 
new/PyQt-builder-1.14.0/PyQt_builder.egg-info/requires.txt
--- old/PyQt-builder-1.13.0/PyQt_builder.egg-info/requires.txt  2022-06-17 
16:38:05.000000000 +0200
+++ new/PyQt-builder-1.14.0/PyQt_builder.egg-info/requires.txt  2022-09-30 
11:33:25.000000000 +0200
@@ -1,2 +1,2 @@
 packaging
-sip<7,>=6.3
+sip<7,>=6.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt-builder-1.13.0/doc/html/_static/documentation_options.js 
new/PyQt-builder-1.14.0/doc/html/_static/documentation_options.js
--- old/PyQt-builder-1.13.0/doc/html/_static/documentation_options.js   
2022-06-17 16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/_static/documentation_options.js   
2022-09-30 11:33:24.000000000 +0200
@@ -1,6 +1,6 @@
 var DOCUMENTATION_OPTIONS = {
     URL_ROOT: 
document.getElementById("documentation_options").getAttribute('data-url_root'),
-    VERSION: '1.13.0',
+    VERSION: '1.14.0',
     LANGUAGE: 'None',
     COLLAPSE_INDEX: false,
     BUILDER: 'html',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/command_line_tools.html 
new/PyQt-builder-1.14.0/doc/html/command_line_tools.html
--- old/PyQt-builder-1.13.0/doc/html/command_line_tools.html    2022-06-17 
16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/command_line_tools.html    2022-09-30 
11:33:24.000000000 +0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Command Line Tools &#8212; PyQt-builder v1.13.0 
Documentation</title>
+    <title>Command Line Tools &#8212; PyQt-builder v1.14.0 
Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -34,7 +34,7 @@
         <li class="right" >
           <a href="introduction.html" title="Introduction"
              accesskey="P">previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Command Line 
Tools</a></li> 
       </ul>
     </div>  
@@ -166,7 +166,7 @@
         <li class="right" >
           <a href="introduction.html" title="Introduction"
              >previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Command Line 
Tools</a></li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/example.html 
new/PyQt-builder-1.14.0/doc/html/example.html
--- old/PyQt-builder-1.13.0/doc/html/example.html       2022-06-17 
16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/example.html       2022-09-30 
11:33:24.000000000 +0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>An Example &#8212; PyQt-builder v1.13.0 Documentation</title>
+    <title>An Example &#8212; PyQt-builder v1.14.0 Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -34,7 +34,7 @@
         <li class="right" >
           <a href="pyqtbuild_api.html" title="pyqtbuild Module Reference"
              accesskey="P">previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">An Example</a></li> 
       </ul>
     </div>  
@@ -166,7 +166,7 @@
         <li class="right" >
           <a href="pyqtbuild_api.html" title="pyqtbuild Module Reference"
              >previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">An Example</a></li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/genindex.html 
new/PyQt-builder-1.14.0/doc/html/genindex.html
--- old/PyQt-builder-1.13.0/doc/html/genindex.html      2022-06-17 
16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/genindex.html      2022-09-30 
11:33:24.000000000 +0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Index &#8212; PyQt-builder v1.13.0 Documentation</title>
+    <title>Index &#8212; PyQt-builder v1.14.0 Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -26,7 +26,7 @@
         <li class="right" >
           <a href="py-modindex.html" title="Python Module Index"
              >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Index</a></li> 
       </ul>
     </div>  
@@ -368,7 +368,7 @@
         <li class="right" >
           <a href="py-modindex.html" title="Python Module Index"
              >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Index</a></li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/index.html 
new/PyQt-builder-1.14.0/doc/html/index.html
--- old/PyQt-builder-1.13.0/doc/html/index.html 2022-06-17 16:38:04.000000000 
+0200
+++ new/PyQt-builder-1.14.0/doc/html/index.html 2022-09-30 11:33:24.000000000 
+0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Reference Guide &#8212; PyQt-builder v1.13.0 Documentation</title>
+    <title>Reference Guide &#8212; PyQt-builder v1.14.0 Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -30,7 +30,7 @@
         <li class="right" >
           <a href="introduction.html" title="Introduction"
              accesskey="N">next</a> |</li>
-        <li class="nav-item nav-item-0"><a href="#">PyQt-builder v1.13.0 
Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="#">PyQt-builder v1.14.0 
Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Reference Guide</a></li> 
       </ul>
     </div>  
@@ -109,7 +109,7 @@
         <li class="right" >
           <a href="introduction.html" title="Introduction"
              >next</a> |</li>
-        <li class="nav-item nav-item-0"><a href="#">PyQt-builder v1.13.0 
Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="#">PyQt-builder v1.14.0 
Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Reference Guide</a></li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/introduction.html 
new/PyQt-builder-1.14.0/doc/html/introduction.html
--- old/PyQt-builder-1.13.0/doc/html/introduction.html  2022-06-17 
16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/introduction.html  2022-09-30 
11:33:24.000000000 +0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Introduction &#8212; PyQt-builder v1.13.0 Documentation</title>
+    <title>Introduction &#8212; PyQt-builder v1.14.0 Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -34,7 +34,7 @@
         <li class="right" >
           <a href="index.html" title="Reference Guide"
              accesskey="P">previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Introduction</a></li> 
       </ul>
     </div>  
@@ -129,7 +129,7 @@
         <li class="right" >
           <a href="index.html" title="Reference Guide"
              >previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Introduction</a></li> 
       </ul>
     </div>
Binary files old/PyQt-builder-1.13.0/doc/html/objects.inv and 
new/PyQt-builder-1.14.0/doc/html/objects.inv differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/py-modindex.html 
new/PyQt-builder-1.14.0/doc/html/py-modindex.html
--- old/PyQt-builder-1.13.0/doc/html/py-modindex.html   2022-06-17 
16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/py-modindex.html   2022-09-30 
11:33:24.000000000 +0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Python Module Index &#8212; PyQt-builder v1.13.0 
Documentation</title>
+    <title>Python Module Index &#8212; PyQt-builder v1.14.0 
Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -33,7 +33,7 @@
         <li class="right" >
           <a href="#" title="Python Module Index"
              >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Python Module 
Index</a></li> 
       </ul>
     </div>  
@@ -91,7 +91,7 @@
         <li class="right" >
           <a href="#" title="Python Module Index"
              >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Python Module 
Index</a></li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/pyproject_toml.html 
new/PyQt-builder-1.14.0/doc/html/pyproject_toml.html
--- old/PyQt-builder-1.13.0/doc/html/pyproject_toml.html        2022-06-17 
16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/pyproject_toml.html        2022-09-30 
11:33:24.000000000 +0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyproject.toml Reference &#8212; PyQt-builder v1.13.0 
Documentation</title>
+    <title>pyproject.toml Reference &#8212; PyQt-builder v1.14.0 
Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -34,7 +34,7 @@
         <li class="right" >
           <a href="command_line_tools.html" title="Command Line Tools"
              accesskey="P">previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href=""><code class="file 
docutils literal notranslate"><span class="pre">pyproject.toml</span></code> 
Reference</a></li> 
       </ul>
     </div>  
@@ -199,7 +199,7 @@
         <li class="right" >
           <a href="command_line_tools.html" title="Command Line Tools"
              >previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href=""><code class="file 
docutils literal notranslate"><span class="pre">pyproject.toml</span></code> 
Reference</a></li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/pyqtbuild_api.html 
new/PyQt-builder-1.14.0/doc/html/pyqtbuild_api.html
--- old/PyQt-builder-1.13.0/doc/html/pyqtbuild_api.html 2022-06-17 
16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/pyqtbuild_api.html 2022-09-30 
11:33:24.000000000 +0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>pyqtbuild Module Reference &#8212; PyQt-builder v1.13.0 
Documentation</title>
+    <title>pyqtbuild Module Reference &#8212; PyQt-builder v1.14.0 
Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -34,7 +34,7 @@
         <li class="right" >
           <a href="pyproject_toml.html" title="pyproject.toml Reference"
              accesskey="P">previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href=""><code class="xref py 
py-mod docutils literal notranslate"><span class="pre">pyqtbuild</span></code> 
Module Reference</a></li> 
       </ul>
     </div>  
@@ -271,7 +271,7 @@
         <li class="right" >
           <a href="pyproject_toml.html" title="pyproject.toml Reference"
              >previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href=""><code class="xref py 
py-mod docutils literal notranslate"><span class="pre">pyqtbuild</span></code> 
Module Reference</a></li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/pyqtbundle.html 
new/PyQt-builder-1.14.0/doc/html/pyqtbundle.html
--- old/PyQt-builder-1.13.0/doc/html/pyqtbundle.html    2022-06-17 
16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/pyqtbundle.html    2022-09-30 
11:33:24.000000000 +0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Bundling Qt Using pyqt-bundle &#8212; PyQt-builder v1.13.0 
Documentation</title>
+    <title>Bundling Qt Using pyqt-bundle &#8212; PyQt-builder v1.14.0 
Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -30,7 +30,7 @@
         <li class="right" >
           <a href="example.html" title="An Example"
              accesskey="P">previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Bundling Qt Using 
<strong class="program">pyqt-bundle</strong></a></li> 
       </ul>
     </div>  
@@ -233,7 +233,7 @@
         <li class="right" >
           <a href="example.html" title="An Example"
              >previous</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Bundling Qt Using 
<strong class="program">pyqt-bundle</strong></a></li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/doc/html/search.html 
new/PyQt-builder-1.14.0/doc/html/search.html
--- old/PyQt-builder-1.13.0/doc/html/search.html        2022-06-17 
16:38:04.000000000 +0200
+++ new/PyQt-builder-1.14.0/doc/html/search.html        2022-09-30 
11:33:24.000000000 +0200
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Search &#8212; PyQt-builder v1.13.0 Documentation</title>
+    <title>Search &#8212; PyQt-builder v1.14.0 Documentation</title>
     <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
     <link rel="stylesheet" type="text/css" href="_static/riverbank.css" />
     
@@ -32,7 +32,7 @@
         <li class="right" >
           <a href="py-modindex.html" title="Python Module Index"
              >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Search</a></li> 
       </ul>
     </div>  
@@ -92,7 +92,7 @@
         <li class="right" >
           <a href="py-modindex.html" title="Python Module Index"
              >modules</a> |</li>
-        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.13.0 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.14.0 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Search</a></li> 
       </ul>
     </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/pyqtbuild/builder.py 
new/PyQt-builder-1.14.0/pyqtbuild/builder.py
--- old/PyQt-builder-1.13.0/pyqtbuild/builder.py        2022-06-17 
16:37:55.000000000 +0200
+++ new/PyQt-builder-1.14.0/pyqtbuild/builder.py        2022-09-30 
11:33:19.000000000 +0200
@@ -30,6 +30,7 @@
         PyProjectOptionException, UserException)
 
 from .installable import QmakeTargetInstallable
+from .version import PYQTBUILD_VERSION_STR
 
 
 class QmakeBuilder(Builder):
@@ -55,9 +56,10 @@
             # it.  However for our own frontends we want to use the version
             # corresponding to the frontend (and, anyway, the frontend may not
             # be on PATH).
-            if tool != 'pep517':
-                self._sip_distinfo = os.path.join(
-                        os.path.abspath(os.path.dirname(sys.argv[0])),
+            exe_dir, exe_name = os.path.split(sys.argv[0])
+
+            if exe_name.startswith('sip-'):
+                self._sip_distinfo = os.path.join(os.path.abspath(exe_dir),
                         self._sip_distinfo)
 
             # Check we have a qmake.
@@ -80,8 +82,8 @@
             if self.spec is None:
                 self.spec = self.qt_configuration['QMAKE_SPEC']
 
-                # The binary OS/X Qt installer used to default to XCode.  If so
-                # then use macx-clang.
+                # The Qt installer used to default to XCode.  If so then use
+                # macx-clang.
                 if self.spec == 'macx-xcode':
                     # This will exist (and we can't check anyway).
                     self.spec = 'macx-clang'
@@ -228,7 +230,8 @@
             inventory.close()
 
             args = project.get_sip_distinfo_command_line(self._sip_distinfo,
-                    inventory_fn, generator=os.path.basename(sys.argv[0]),
+                    inventory_fn, generator='pyqtbuild',
+                    generator_version=PYQTBUILD_VERSION_STR,
                     wheel_tag=wheel_tag)
             args.append(self.qmake_quote(project.get_distinfo_dir(target_dir)))
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt-builder-1.13.0/pyqtbuild/bundle/packages/pyqt6.py 
new/PyQt-builder-1.14.0/pyqtbuild/bundle/packages/pyqt6.py
--- old/PyQt-builder-1.13.0/pyqtbuild/bundle/packages/pyqt6.py  2022-06-17 
16:37:55.000000000 +0200
+++ new/PyQt-builder-1.14.0/pyqtbuild/bundle/packages/pyqt6.py  2022-09-30 
11:33:19.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyright (c) 2021, Riverbank Computing Limited
+# Copyright (c) 2022, Riverbank Computing Limited
 # All rights reserved.
 #
 # This copy of PyQt-builder is licensed for use under the terms of the SIP
@@ -96,6 +96,13 @@
     'QtOpenGLWidgets':
         VersionedMetadata(),
 
+    'QtPdf':
+        VersionedMetadata(version=(6, 4, 0),
+                lib_deps={'': ('QtPdfQuick', )}),
+
+    'QtPdfWidgets':
+        VersionedMetadata(version=(6, 4, 0)),
+
     'QtPositioning':
         VersionedMetadata(version=(6, 2, 0),
                 lib_deps={'': ('QtPositioningQuick', )},
@@ -125,6 +132,14 @@
                 qml=True)),
 
     'QtQuick3D': (
+        VersionedMetadata(version=(6, 4, 0),
+                lib_deps={
+                        '': ('QtConcurrent', 'QtQuick3DAssetImport',
+                        'QtQuick3DAssetUtils', 'QtQuick3DEffects',
+                        'QtQuick3DHelpers', 'QtQuick3DIblBaker',
+                        'QtQuick3DParticles', 'QtQuick3DRuntimeRender',
+                        'QtQuick3DUtils', 'QtShaderTools')},
+                qml=True),
         VersionedMetadata(version=(6, 1, 0),
                 lib_deps={
                         '': ('QtQuick3DAssetImport', 'QtQuick3DAssetUtils',
@@ -167,8 +182,8 @@
     'QtTest':
         VersionedMetadata(qml=True),
 
-    #'QtTextToSpeech':
-    #    VersionedMetadata(),
+    'QtTextToSpeech':
+        VersionedMetadata(version=(6, 4, 0), qml=True),
 
     'QtWebChannel':
         VersionedMetadata(version=(6, 2, 0), qml=True),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt-builder-1.13.0/pyqtbuild/bundle/qt_wheel_main.py 
new/PyQt-builder-1.14.0/pyqtbuild/bundle/qt_wheel_main.py
--- old/PyQt-builder-1.13.0/pyqtbuild/bundle/qt_wheel_main.py   2022-06-17 
16:37:55.000000000 +0200
+++ new/PyQt-builder-1.14.0/pyqtbuild/bundle/qt_wheel_main.py   2022-09-30 
11:33:19.000000000 +0200
@@ -1,4 +1,4 @@
-# Copyright (c) 2021, Riverbank Computing Limited
+# Copyright (c) 2022, Riverbank Computing Limited
 # All rights reserved.
 #
 # This copy of PyQt-builder is licensed for use under the terms of the SIP
@@ -75,7 +75,7 @@
             help="append SUFFIX to the Qt version number")
 
     parser.add_argument(dest='packages', nargs=1, help="the PyQt package",
-            metavar="package")
+            metavar="PACKAGE")
 
     args = parser.parse_args()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/pyqtbuild/project.py 
new/PyQt-builder-1.14.0/pyqtbuild/project.py
--- old/PyQt-builder-1.13.0/pyqtbuild/project.py        2022-06-17 
16:37:55.000000000 +0200
+++ new/PyQt-builder-1.14.0/pyqtbuild/project.py        2022-09-30 
11:33:19.000000000 +0200
@@ -93,11 +93,11 @@
                     self.py_minor_version, abi)
             pylib_dir = pylib_shlib = ''
 
-            # Use distutils to get the additional configuration.
-            from distutils import sysconfig
+            # Get the additional configuration.
             from glob import glob
+            from sysconfig import get_config_vars
 
-            ducfg = sysconfig.get_config_vars()
+            ducfg = get_config_vars()
 
             config_args = ducfg.get('CONFIG_ARGS', '')
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/pyqtbuild/version.py 
new/PyQt-builder-1.14.0/pyqtbuild/version.py
--- old/PyQt-builder-1.13.0/pyqtbuild/version.py        2022-06-17 
16:38:03.000000000 +0200
+++ new/PyQt-builder-1.14.0/pyqtbuild/version.py        2022-09-30 
11:33:23.000000000 +0200
@@ -1,2 +1,2 @@
-PYQTBUILD_VERSION = 0x010d00
-PYQTBUILD_VERSION_STR = '1.13.0'
+PYQTBUILD_VERSION = 0x010e00
+PYQTBUILD_VERSION_STR = '1.14.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.13.0/setup.py 
new/PyQt-builder-1.14.0/setup.py
--- old/PyQt-builder-1.13.0/setup.py    2022-06-17 16:37:55.000000000 +0200
+++ new/PyQt-builder-1.14.0/setup.py    2022-09-30 11:33:19.000000000 +0200
@@ -49,7 +49,7 @@
         version=version,
         license='SIP',
         python_requires='>=3.7',
-        install_requires=['packaging', 'sip >=6.3, <7'],
+        install_requires=['packaging', 'sip >=6.7, <7'],
         packages=find_packages(),
         package_data={
             'pyqtbuild.bundle': ['dlls/*/*', 'qt_wheel_distinfo/*'],

++++++ pyqt-builder-add-timeline5.15.patch ++++++
Index: PyQt-builder-1.14.0/pyqtbuild/builder.py
===================================================================
--- PyQt-builder-1.14.0.orig/pyqtbuild/builder.py
+++ PyQt-builder-1.14.0/pyqtbuild/builder.py
@@ -530,7 +530,8 @@ macx {
         patch = self.qt_version & 0xff
 
         # Qt v5.12.4 was the last release where we updated for a patch version.
-        if (major, minor) >= (5, 13):
+        # And SUSE started to use it in 5.15.8 again for qt3d-qt5
+        if (major, minor) >= (5, 13) and (major, minor, patch) < (5, 15, 8):
             patch = 0
         elif (major, minor) == (5, 12):
             if patch > 4:

++++++ support-python3.6.patch ++++++
Index: PyQt-builder-1.14.0/PKG-INFO
===================================================================
--- PyQt-builder-1.14.0.orig/PKG-INFO
+++ PyQt-builder-1.14.0/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP
 Platform: X11
 Platform: macOS
 Platform: Windows
-Requires-Python: >=3.7
+Requires-Python: >=3.6
 License-File: LICENSE
 License-File: LICENSE-GPL3
 License-File: LICENSE-GPL2
Index: PyQt-builder-1.14.0/PyQt_builder.egg-info/PKG-INFO
===================================================================
--- PyQt-builder-1.14.0.orig/PyQt_builder.egg-info/PKG-INFO
+++ PyQt-builder-1.14.0/PyQt_builder.egg-info/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP
 Platform: X11
 Platform: macOS
 Platform: Windows
-Requires-Python: >=3.7
+Requires-Python: >=3.6
 License-File: LICENSE
 License-File: LICENSE-GPL3
 License-File: LICENSE-GPL2
Index: PyQt-builder-1.14.0/setup.py
===================================================================
--- PyQt-builder-1.14.0.orig/setup.py
+++ PyQt-builder-1.14.0/setup.py
@@ -48,7 +48,7 @@ setup(
         name='PyQt-builder',
         version=version,
         license='SIP',
-        python_requires='>=3.7',
+        python_requires='>=3.6',
         install_requires=['packaging', 'sip >=6.7, <7'],
         packages=find_packages(),
         package_data={

Reply via email to