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-10-31 22:55:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyqt-builder (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyqt-builder.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyqt-builder"

Sun Oct 31 22:55:37 2021 rev:10 rq:928168 version:1.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyqt-builder/python-pyqt-builder.changes  
2021-10-20 20:23:36.465353018 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyqt-builder.new.1890/python-pyqt-builder.changes
        2021-10-31 22:56:18.947729305 +0100
@@ -1,0 +2,6 @@
+Fri Oct 29 15:02:35 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 1.12.2
+  * Bug fix release related to Apple Silicon and Arm64 Qt wheels
+
+-------------------------------------------------------------------

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

New:
----
  PyQt-builder-1.12.2.tar.gz

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

Other differences:
------------------
++++++ python-pyqt-builder.spec ++++++
--- /var/tmp/diff_new_pack.QvhJap/_old  2021-10-31 22:56:19.331729600 +0100
+++ /var/tmp/diff_new_pack.QvhJap/_new  2021-10-31 22:56:19.335729603 +0100
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-%{mname}
-Version:        1.12.1
+Version:        1.12.2
 Release:        0
 Summary:        The PEP 517 compliant PyQt build system
 License:        GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP

++++++ PyQt-builder-1.12.1.tar.gz -> PyQt-builder-1.12.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.12.1/ChangeLog 
new/PyQt-builder-1.12.2/ChangeLog
--- old/PyQt-builder-1.12.1/ChangeLog   2021-10-12 17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/ChangeLog   2021-10-28 11:53:19.000000000 +0200
@@ -1,5 +1,47 @@
+2021-10-25  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * pyqtbuild/bundle/qt_metadata.py:
+       Restored the simple fixing of macOS executables rather than use
+       install_name_tool.
+       [3f1d1850862b] [1.12.2] <1.12-maint>
+
+       * NEWS, pyqtbuild/bundle/qt_metadata.py:
+       More fixes for QtWebEngineProcess on Apple silicon.
+       [6c097652c3bc] <1.12-maint>
+
+       * pyqtbuild/bundle/qt_metadata.py:
+       Backed out changeset 7739df0ce040 Stripping redundant architectures
+       doesn't affect the code signing problem.
+       [318ca59c290a] <1.12-maint>
+
+2021-10-24  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * pyqtbuild/bundle/qt_metadata.py:
+       Don't strip redundant architectures from executables in Qt wheels.
+       [7739df0ce040] <1.12-maint>
+
+       * pyqtbuild/bundle/qt_wheel.py:
+       Arm64 Qt wheels have a minimum SDK version of 11.0 as this seems to
+       be required by pip.
+       [9ecfc89021b6] <1.12-maint>
+
+       * NEWS, pyqtbuild/bundle/packages/pyqt6.py:
+       Include the WlShellIntegration library in a Qt installation.
+       [743a4eb473c8] <1.12-maint>
+
+2021-10-23  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS, pyqtbuild/bundle/packages/pyqt6.py:
+       Include the WaylandClientEglHwIntegration library in a Qt
+       installation.
+       [3673458d28d0] <1.12-maint>
+
 2021-10-12  Phil Thompson  <p...@riverbankcomputing.com>
 
+       * .hgtags:
+       Added tag 1.12.1 for changeset 1b94d1df9598
+       [388e90335809] <1.12-maint>
+
        * NEWS, pyqtbuild/bundle/bundle.py:
        Fixed a syntax error in pyqt-bundle.
        [1b94d1df9598] [1.12.1] <1.12-maint>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.12.1/NEWS new/PyQt-builder-1.12.2/NEWS
--- old/PyQt-builder-1.12.1/NEWS        2021-10-12 17:05:45.000000000 +0200
+++ new/PyQt-builder-1.12.2/NEWS        2021-10-28 11:53:14.000000000 +0200
@@ -1,3 +1,6 @@
+v1.12.2 25th October 2021
+  - A bug fix release.
+
 v1.12.1 11th October 2021
   - A bug fix release.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.12.1/PKG-INFO 
new/PyQt-builder-1.12.2/PKG-INFO
--- old/PyQt-builder-1.12.1/PKG-INFO    2021-10-12 17:05:47.133417800 +0200
+++ new/PyQt-builder-1.12.2/PKG-INFO    2021-10-28 11:53:19.971889700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQt-builder
-Version: 1.12.1
+Version: 1.12.2
 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.12.1/PyQt_builder.egg-info/PKG-INFO 
new/PyQt-builder-1.12.2/PyQt_builder.egg-info/PKG-INFO
--- old/PyQt-builder-1.12.1/PyQt_builder.egg-info/PKG-INFO      2021-10-12 
17:05:47.000000000 +0200
+++ new/PyQt-builder-1.12.2/PyQt_builder.egg-info/PKG-INFO      2021-10-28 
11:53:19.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: PyQt-builder
-Version: 1.12.1
+Version: 1.12.2
 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.12.1/doc/html/_static/documentation_options.js 
new/PyQt-builder-1.12.2/doc/html/_static/documentation_options.js
--- old/PyQt-builder-1.12.1/doc/html/_static/documentation_options.js   
2021-10-12 17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/_static/documentation_options.js   
2021-10-28 11:53:19.000000000 +0200
@@ -1,6 +1,6 @@
 var DOCUMENTATION_OPTIONS = {
     URL_ROOT: 
document.getElementById("documentation_options").getAttribute('data-url_root'),
-    VERSION: '1.12.1',
+    VERSION: '1.12.2',
     LANGUAGE: 'None',
     COLLAPSE_INDEX: false,
     BUILDER: 'html',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.12.1/doc/html/command_line_tools.html 
new/PyQt-builder-1.12.2/doc/html/command_line_tools.html
--- old/PyQt-builder-1.12.1/doc/html/command_line_tools.html    2021-10-12 
17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/command_line_tools.html    2021-10-28 
11:53:19.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.12.1 
Documentation</title>
+    <title>Command Line Tools &#8212; PyQt-builder v1.12.2 
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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1/doc/html/example.html 
new/PyQt-builder-1.12.2/doc/html/example.html
--- old/PyQt-builder-1.12.1/doc/html/example.html       2021-10-12 
17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/example.html       2021-10-28 
11:53:19.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.12.1 Documentation</title>
+    <title>An Example &#8212; PyQt-builder v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1/doc/html/genindex.html 
new/PyQt-builder-1.12.2/doc/html/genindex.html
--- old/PyQt-builder-1.12.1/doc/html/genindex.html      2021-10-12 
17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/genindex.html      2021-10-28 
11:53:19.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.12.1 Documentation</title>
+    <title>Index &#8212; PyQt-builder v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1/doc/html/index.html 
new/PyQt-builder-1.12.2/doc/html/index.html
--- old/PyQt-builder-1.12.1/doc/html/index.html 2021-10-12 17:05:46.000000000 
+0200
+++ new/PyQt-builder-1.12.2/doc/html/index.html 2021-10-28 11:53:19.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.12.1 Documentation</title>
+    <title>Reference Guide &#8212; PyQt-builder v1.12.2 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.12.1 
Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="#">PyQt-builder v1.12.2 
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.12.1 
Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="#">PyQt-builder v1.12.2 
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.12.1/doc/html/introduction.html 
new/PyQt-builder-1.12.2/doc/html/introduction.html
--- old/PyQt-builder-1.12.1/doc/html/introduction.html  2021-10-12 
17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/introduction.html  2021-10-28 
11:53:19.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.12.1 Documentation</title>
+    <title>Introduction &#8212; PyQt-builder v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 Documentation</a> &#187;</li>
         <li class="nav-item nav-item-this"><a href="">Introduction</a></li> 
       </ul>
     </div>
Binary files old/PyQt-builder-1.12.1/doc/html/objects.inv and 
new/PyQt-builder-1.12.2/doc/html/objects.inv differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.12.1/doc/html/py-modindex.html 
new/PyQt-builder-1.12.2/doc/html/py-modindex.html
--- old/PyQt-builder-1.12.1/doc/html/py-modindex.html   2021-10-12 
17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/py-modindex.html   2021-10-28 
11:53:19.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.12.1 
Documentation</title>
+    <title>Python Module Index &#8212; PyQt-builder v1.12.2 
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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1/doc/html/pyproject_toml.html 
new/PyQt-builder-1.12.2/doc/html/pyproject_toml.html
--- old/PyQt-builder-1.12.1/doc/html/pyproject_toml.html        2021-10-12 
17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/pyproject_toml.html        2021-10-28 
11:53:19.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.12.1 
Documentation</title>
+    <title>pyproject.toml Reference &#8212; PyQt-builder v1.12.2 
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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1/doc/html/pyqtbuild_api.html 
new/PyQt-builder-1.12.2/doc/html/pyqtbuild_api.html
--- old/PyQt-builder-1.12.1/doc/html/pyqtbuild_api.html 2021-10-12 
17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/pyqtbuild_api.html 2021-10-28 
11:53:19.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.12.1 
Documentation</title>
+    <title>pyqtbuild Module Reference &#8212; PyQt-builder v1.12.2 
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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1/doc/html/pyqtbundle.html 
new/PyQt-builder-1.12.2/doc/html/pyqtbundle.html
--- old/PyQt-builder-1.12.1/doc/html/pyqtbundle.html    2021-10-12 
17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/pyqtbundle.html    2021-10-28 
11:53:19.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.12.1 
Documentation</title>
+    <title>Bundling Qt Using pyqt-bundle &#8212; PyQt-builder v1.12.2 
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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1/doc/html/search.html 
new/PyQt-builder-1.12.2/doc/html/search.html
--- old/PyQt-builder-1.12.1/doc/html/search.html        2021-10-12 
17:05:46.000000000 +0200
+++ new/PyQt-builder-1.12.2/doc/html/search.html        2021-10-28 
11:53:19.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.12.1 Documentation</title>
+    <title>Search &#8212; PyQt-builder v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1 Documentation</a> &#187;</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyQt-builder 
v1.12.2 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.12.1/pyqtbuild/bundle/packages/pyqt6.py 
new/PyQt-builder-1.12.2/pyqtbuild/bundle/packages/pyqt6.py
--- old/PyQt-builder-1.12.1/pyqtbuild/bundle/packages/pyqt6.py  2021-10-12 
17:05:44.000000000 +0200
+++ new/PyQt-builder-1.12.2/pyqtbuild/bundle/packages/pyqt6.py  2021-10-28 
11:53:14.000000000 +0200
@@ -60,7 +60,10 @@
 
     'QtGui': (
         VersionedMetadata(version=(6, 2, 0),
-                lib_deps={'linux': ('QtWaylandClient', 'QtXcbQpa')},
+                lib_deps={
+                        'linux': ('QtWaylandClient',
+                                'QtWaylandEglClientHwIntegration',
+                                'QtWlShellIntegration', 'QtXcbQpa')},
                 other_lib_deps={
                         'win': ('d3dcompiler_47.dll', 'opengl32sw.dll')}),
         VersionedMetadata(lib_deps={'linux': ('QtWaylandClient', 'QtXcbQpa')},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.12.1/pyqtbuild/bundle/qt_metadata.py 
new/PyQt-builder-1.12.2/pyqtbuild/bundle/qt_metadata.py
--- old/PyQt-builder-1.12.1/pyqtbuild/bundle/qt_metadata.py     2021-10-12 
17:05:44.000000000 +0200
+++ new/PyQt-builder-1.12.2/pyqtbuild/bundle/qt_metadata.py     2021-10-28 
11:53:14.000000000 +0200
@@ -81,6 +81,10 @@
                 raise UserException(
                         "'lipo' from Xcode must be installed on your system")
 
+            if macos_thin_arch == 'arm64' and 
AbstractPackage.missing_executable('codesign'):
+                raise UserException(
+                        "'codesign' from Xcode must be installed on your 
system")
+
         # Bundle the Qt library that has been wrapped (if there is one).
         if self._dll:
             self._bundle_qt_library(self._name, target_qt_dir, qt_dir,
@@ -128,7 +132,8 @@
                         if self._is_platform('linux', platform_tag):
                             self._fix_linux_executable(bundled_exe, qt_version)
                         elif self._is_platform('macos', platform_tag):
-                            self._fix_macos_executable(bundled_exe, qt_version)
+                            self._fix_macos_executable(bundled_exe, qt_version,
+                                    macos_thin_arch)
                         elif self._is_platform('win', platform_tag):
                             self._fix_win_executable(bundled_exe)
 
@@ -305,7 +310,7 @@
         cls._create_qt_conf(exe)
 
     @classmethod
-    def _fix_macos_executable(cls, exe, qt_version):
+    def _fix_macos_executable(cls, exe, qt_version, macos_thin_arch):
         """ Fix a macOS executable. """
 
         # Note that this assumes the executable is QtWebEngineProcess.
@@ -335,6 +340,9 @@
             with open(exe, 'wb') as f:
                 f.write(contents)
 
+            if macos_thin_arch == 'arm64':
+                subprocess.run(['codesign', '-s', '-', exe])
+
     @classmethod
     def _fix_win_executable(cls, exe):
         """ Fix a Windows executable. """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.12.1/pyqtbuild/bundle/qt_wheel.py 
new/PyQt-builder-1.12.2/pyqtbuild/bundle/qt_wheel.py
--- old/PyQt-builder-1.12.1/pyqtbuild/bundle/qt_wheel.py        2021-10-12 
17:05:44.000000000 +0200
+++ new/PyQt-builder-1.12.2/pyqtbuild/bundle/qt_wheel.py        2021-10-28 
11:53:14.000000000 +0200
@@ -75,8 +75,14 @@
         else:
             subarch = arch
 
-        platform_tag = 'macosx_{}_{}'.format(
-                '10_14' if package.qt_version[0] == 6 else '10_13', subarch)
+        if package.qt_version[0] == 5:
+            sdk_version = '10_13'
+        elif subarch == 'arm64':
+            sdk_version = '11_0'
+        else:
+            sdk_version = '10_14'
+
+        platform_tag = 'macosx_{}_{}'.format(sdk_version, subarch)
     elif qt_arch.startswith('msvc'):
         platform_tag = 'win_amd64' if qt_arch.endswith('_64') else 'win32'
     else:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt-builder-1.12.1/pyqtbuild/version.py 
new/PyQt-builder-1.12.2/pyqtbuild/version.py
--- old/PyQt-builder-1.12.1/pyqtbuild/version.py        2021-10-12 
17:05:45.000000000 +0200
+++ new/PyQt-builder-1.12.2/pyqtbuild/version.py        2021-10-28 
11:53:18.000000000 +0200
@@ -1,2 +1,2 @@
-PYQTBUILD_VERSION = 0x010c01
-PYQTBUILD_VERSION_STR = '1.12.1'
+PYQTBUILD_VERSION = 0x010c02
+PYQTBUILD_VERSION_STR = '1.12.2'

Reply via email to