Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2018-04-23 15:25:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qt5"

Mon Apr 23 15:25:06 2018 rev:26 rq:597557 version:5.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes    2018-01-30 
15:41:20.159197880 +0100
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes       
2018-04-23 15:25:08.144130272 +0200
@@ -1,0 +2,13 @@
+Tue Apr 17 14:44:34 UTC 2018 - lbeltr...@kde.org
+
+- Remove source URL to workaround SourceForge's unreliability
+
+-------------------------------------------------------------------
+Tue Apr 17 01:23:38 UTC 2018 - ter...@gmail.com
+
+- Update to version v5.10.1
+  * Added support for Qt v5.10.1.
+  * Added the missing qmlClearTypeRegistrations() to the QtQml module.
+  * Added the --disabled-feature option to configure.py.
+
+-------------------------------------------------------------------

Old:
----
  PyQt5_gpl-5.10.tar.gz

New:
----
  PyQt5_gpl-5.10.1.tar.gz

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

Other differences:
------------------
++++++ python-qt5.spec ++++++
--- /var/tmp/diff_new_pack.PTZdmI/_old  2018-04-23 15:25:08.908102523 +0200
+++ /var/tmp/diff_new_pack.PTZdmI/_new  2018-04-23 15:25:08.912102377 +0200
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-qt5
-Version:        5.10
+Version:        5.10.1
 Release:        0
 Summary:        PyQt - python bindings for Qt 5
-License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
+License:        SUSE-GPL-2.0-with-FLOSS-exception OR GPL-3.0-only OR NonFree
 Group:          Development/Libraries/Python
 Url:            https://www.riverbankcomputing.com/software/pyqt/intro
-Source:         
https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{version}/PyQt5_gpl-%{version}.tar.gz
+Source:         PyQt5_gpl-%{version}.tar.gz
 Source99:       %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE - disable-rpaths.diff - Disable RPATH when building PyQt5.
 Patch1:         disable-rpaths.diff

++++++ PyQt5_gpl-5.10.tar.gz -> PyQt5_gpl-5.10.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/ChangeLog 
new/PyQt5_gpl-5.10.1/ChangeLog
--- old/PyQt5_gpl-5.10/ChangeLog        2018-01-23 11:20:28.000000000 +0100
+++ new/PyQt5_gpl-5.10.1/ChangeLog      2018-02-27 11:43:42.000000000 +0100
@@ -1,5 +1,75 @@
+2018-02-26  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * NEWS:
+       Released as v5.10.1.
+       [dc149e6643d5] [5.10.1] <5.10-maint>
+
+2018-02-21  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * PyQt5.msp:
+       Added the new QAbstractOAuth2 methods added in Qt v5.10.1.
+       [b2ea22e58de6] <5.10-maint>
+
+2018-02-20  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * PyQt5.msp:
+       Updated for Qt v5.10.1.
+       [e27d89dd3457] <5.10-maint>
+
+2018-02-13  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * PyQt5.msp:
+       Added the missing qmlClearTypeRegistrations() to the QtQml module.
+       [c9a7040cb4a7] <5.10-maint>
+
+2018-02-12  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * PyQt5.msp:
+       Removed incorrect annotation on
+       QQmlNetworkAccessManagerFactory::create().
+       [6401ed81edee] <5.10-maint>
+
+2018-02-08  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * qpy/QtCore/qpycore_chimera.cpp:
+       Removed some (hopefully) redundant code.
+       [6e9e33411f41] <5.10-maint>
+
+2018-02-06  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * PyQt5.msp:
+       Make sure LTS releases of Qt v5.9 don't get handled as Qt v5.10.
+       [8474d7f26f1f] <5.10-maint>
+
+2018-02-04  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * lib/configure.py:
+       Added the --disabled-feature option to configure.py.
+       [5a554278bbf0] <5.10-maint>
+
+2018-01-31  Phil Thompson  <p...@riverbankcomputing.com>
+
+       * examples/quick/tutorials/extending/chapter1-basics/chapter1-basics.p
+       y, examples/quick/tutorials/extending/chapter2-methods/chapter2-meth
+       ods.py, examples/quick/tutorials/extending/chapter3-bindings/chapter
+       3-bindings.py, examples/quick/tutorials/extending/chapter4-customPro
+       pertyTypes/chapter4-customPropertyTypes.py, examples/quick/tutorials
+       /extending/chapter5-listproperties/chapter5-listproperties.py:
+       Avoid an assertion failure when using a debug version of Qt.
+       [6eb406e64db8] <5.10-maint>
+
+       * qpy/QtQml/qpyqml_register_singleton_type.cpp,
+       qpy/QtQml/qpyqml_register_type.cpp:
+       Reverted the change in PyQt v5.8 that dealt with QML and properties
+       so that all the examples work again.
+       [9eb53449681d] <5.10-maint>
+
 2018-01-23  Phil Thompson  <p...@riverbankcomputing.com>
 
+       * .hgtags:
+       Added tag 5.10 for changeset 9f68e48cf5f5
+       [c18dad0e8eec]
+
        * NEWS:
        Released as v5.10.
        [9f68e48cf5f5] [5.10]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/NEWS new/PyQt5_gpl-5.10.1/NEWS
--- old/PyQt5_gpl-5.10/NEWS     2018-01-23 11:06:28.000000000 +0100
+++ new/PyQt5_gpl-5.10.1/NEWS   2018-02-27 11:29:46.000000000 +0100
@@ -1,4 +1,9 @@
-v5.10 23rd January 2017
+v5.10.1 26th February 2018
+  - Added support for Qt v5.10.1.
+  - Added the missing qmlClearTypeRegistrations() to the QtQml module.
+  - Added the --disabled-feature option to configure.py.
+
+v5.10 23rd January 2018
   - Added support for Qt v5.10.0.
   - Added the QtNetworkAuth module.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/configure.py 
new/PyQt5_gpl-5.10.1/configure.py
--- old/PyQt5_gpl-5.10/configure.py     2018-01-23 11:20:28.000000000 +0100
+++ new/PyQt5_gpl-5.10.1/configure.py   2018-02-27 11:43:42.000000000 +0100
@@ -28,7 +28,7 @@
 
 
 # Initialise the constants.
-PYQT_VERSION_STR = "5.10"
+PYQT_VERSION_STR = "5.10.1"
 
 SIP_MIN_VERSION = '4.19.4'
 
@@ -858,6 +858,8 @@
         configuration.  opts are the command line options.
         """
 
+        self.pyqt_disabled_features.extend(opts.disabled_features)
+
         if opts.assumeshared:
             self.qt_shared = True
 
@@ -1106,6 +1108,9 @@
             action='append', metavar="MODULE",
             help="disable the specified MODULE [default: checks for all "
                     "modules will be enabled]")
+    g.add_option("--disable-feature", dest='disabled_features', default=[],
+            action='append', metavar="FEATURE",
+            help="disable the specified FEATURE")
     g.add_option("--enable", "-e", dest='modules', default=[], action='append',
             metavar="MODULE",
             help="enable checks for the specified MODULE [default: checks for "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter1-basics/chapter1-basics.py
 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter1-basics/chapter1-basics.py
--- 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter1-basics/chapter1-basics.py
    2018-01-23 11:06:28.000000000 +0100
+++ 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter1-basics/chapter1-basics.py
  2018-02-27 11:29:46.000000000 +0100
@@ -3,7 +3,7 @@
 
 #############################################################################
 ##
-## Copyright (C) 2013 Riverbank Computing Limited.
+## Copyright (C) 2018 Riverbank Computing Limited.
 ## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ##
 ## This file is part of the examples of PyQt.
@@ -91,7 +91,8 @@
     view.setResizeMode(QQuickView.SizeRootObjectToView)
     view.setSource(
             QUrl.fromLocalFile(
-                    os.path.join(os.path.dirname(__file__),'app.qml')))
+                    os.path.join(os.path.dirname(os.path.abspath(__file__)),
+                            'app.qml')))
     view.show()
 
     sys.exit(app.exec_())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter2-methods/chapter2-methods.py
 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter2-methods/chapter2-methods.py
--- 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter2-methods/chapter2-methods.py
  2018-01-23 11:06:28.000000000 +0100
+++ 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter2-methods/chapter2-methods.py
        2018-02-27 11:29:46.000000000 +0100
@@ -3,7 +3,7 @@
 
 #############################################################################
 ##
-## Copyright (C) 2013 Riverbank Computing Limited.
+## Copyright (C) 2018 Riverbank Computing Limited.
 ## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ##
 ## This file is part of the examples of PyQt.
@@ -100,7 +100,8 @@
     view.setResizeMode(QQuickView.SizeRootObjectToView)
     view.setSource(
             QUrl.fromLocalFile(
-                    os.path.join(os.path.dirname(__file__),'app.qml')))
+                    os.path.join(os.path.dirname(os.path.abspath(__file__)),
+                            'app.qml')))
     view.show()
 
     sys.exit(app.exec_())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py
 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py
--- 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py
        2018-01-23 11:06:28.000000000 +0100
+++ 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py
      2018-02-27 11:29:46.000000000 +0100
@@ -3,7 +3,7 @@
 
 #############################################################################
 ##
-## Copyright (C) 2013 Riverbank Computing Limited.
+## Copyright (C) 2018 Riverbank Computing Limited.
 ## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ##
 ## This file is part of the examples of PyQt.
@@ -101,7 +101,8 @@
     view.setResizeMode(QQuickView.SizeRootObjectToView)
     view.setSource(
             QUrl.fromLocalFile(
-                    os.path.join(os.path.dirname(__file__),'app.qml')))
+                    os.path.join(os.path.dirname(os.path.abspath(__file__)),
+                            'app.qml')))
     view.show()
 
     sys.exit(app.exec_())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py
 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py
--- 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py
  2018-01-23 11:06:28.000000000 +0100
+++ 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py
        2018-02-27 11:29:46.000000000 +0100
@@ -3,7 +3,7 @@
 
 #############################################################################
 ##
-## Copyright (C) 2013 Riverbank Computing Limited.
+## Copyright (C) 2018 Riverbank Computing Limited.
 ## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ##
 ## This file is part of the examples of PyQt.
@@ -109,7 +109,8 @@
     view.setResizeMode(QQuickView.SizeRootObjectToView)
     view.setSource(
             QUrl.fromLocalFile(
-                    os.path.join(os.path.dirname(__file__),'app.qml')))
+                    os.path.join(os.path.dirname(os.path.abspath(__file__)),
+                            'app.qml')))
     view.show()
 
     sys.exit(app.exec_())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py
 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py
--- 
old/PyQt5_gpl-5.10/examples/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py
    2018-01-23 11:06:28.000000000 +0100
+++ 
new/PyQt5_gpl-5.10.1/examples/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py
  2018-02-27 11:29:46.000000000 +0100
@@ -3,7 +3,7 @@
 
 #############################################################################
 ##
-## Copyright (C) 2013 Riverbank Computing Limited.
+## Copyright (C) 2018 Riverbank Computing Limited.
 ## Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
 ##
 ## This file is part of the examples of PyQt.
@@ -122,7 +122,8 @@
     view.setResizeMode(QQuickView.SizeRootObjectToView)
     view.setSource(
             QUrl.fromLocalFile(
-                    os.path.join(os.path.dirname(__file__),'app.qml')))
+                    os.path.join(os.path.dirname(os.path.abspath(__file__)),
+                            'app.qml')))
     view.show()
 
     sys.exit(app.exec_())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/qpy/QtCore/qpycore_chimera.cpp 
new/PyQt5_gpl-5.10.1/qpy/QtCore/qpycore_chimera.cpp
--- old/PyQt5_gpl-5.10/qpy/QtCore/qpycore_chimera.cpp   2018-01-23 
11:20:38.000000000 +0100
+++ new/PyQt5_gpl-5.10.1/qpy/QtCore/qpycore_chimera.cpp 2018-02-27 
11:43:52.000000000 +0100
@@ -1233,11 +1233,9 @@
 
         if (ct.parse_py_type(Py_TYPE(py)))
         {
-            // If the type is a list or dict then try and convert it to a
-            // QVariantList or QVariantMap respectively if possible.
-            if (Py_TYPE(py) == &PyList_Type)
-                ct._metatype = QMetaType::QVariantList;
-            else if (Py_TYPE(py) == &PyDict_Type)
+            // If the type is a dict then try and convert it to a QVariantMap
+            // if possible.
+            if (Py_TYPE(py) == &PyDict_Type)
                 ct._metatype = QMetaType::QVariantMap;
 
             // The conversion is non-strict in case the type was a dict and we
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt5_gpl-5.10/qpy/QtQml/qpyqml_register_singleton_type.cpp 
new/PyQt5_gpl-5.10.1/qpy/QtQml/qpyqml_register_singleton_type.cpp
--- old/PyQt5_gpl-5.10/qpy/QtQml/qpyqml_register_singleton_type.cpp     
2018-01-23 11:20:38.000000000 +0100
+++ new/PyQt5_gpl-5.10.1/qpy/QtQml/qpyqml_register_singleton_type.cpp   
2018-02-27 11:43:52.000000000 +0100
@@ -84,7 +84,6 @@
         QPyQmlSingletonObject##n::factory = factory; \
         rt->qobjectApi = QPyQmlSingletonObject##n::objectFactory; \
         rt->typeId = qRegisterNormalizedMetaType<QPyQmlSingletonObject##n 
*>(ptr_name.constData()); \
-        rt->instanceMetaObject = mo; \
         break
 
 
@@ -154,6 +153,8 @@
     }
 
     // Initialise the remaining members.
+    rt->instanceMetaObject = mo;
+
     rt->version = 2;
     rt->uri = 0;
     rt->versionMajor = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/qpy/QtQml/qpyqml_register_type.cpp 
new/PyQt5_gpl-5.10.1/qpy/QtQml/qpyqml_register_type.cpp
--- old/PyQt5_gpl-5.10/qpy/QtQml/qpyqml_register_type.cpp       2018-01-23 
11:20:38.000000000 +0100
+++ new/PyQt5_gpl-5.10.1/qpy/QtQml/qpyqml_register_type.cpp     2018-02-27 
11:43:52.000000000 +0100
@@ -124,15 +124,13 @@
 
 #define QPYQML_TYPE_INIT(n) \
     case n##U: \
-        QPyQmlObject##n::staticMetaObject = static_mo; \
+        QPyQmlObject##n::staticMetaObject = *mo; \
         QPyQmlObject##n::attachedPyType = attached; \
         rt->typeId = qRegisterNormalizedMetaType<QPyQmlObject##n *>(ptr_name); 
\
         rt->listId = 
qRegisterNormalizedMetaType<QQmlListProperty<QPyQmlObject##n> >(list_name); \
         rt->objectSize = ctor ? sizeof(QPyQmlObject##n) : 0; \
         if (ctor) rt->create = QQmlPrivate::createInto<QPyQmlObject##n>; else 
rt->create = 0; \
-        rt->metaObject = &QPyQmlObject##n::staticMetaObject; \
         rt->attachedPropertiesFunction = attached_mo ? 
QPyQmlObject##n::attachedProperties : 0; \
-        rt->attachedPropertiesMetaObject = attached_mo; \
         rt->parserStatusCast = is_parser_status ? 
QQmlPrivate::StaticCastSelector<QPyQmlObject##n,QQmlParserStatus>::cast() : -1; 
\
         rt->valueSourceCast = is_value_source ? 
QQmlPrivate::StaticCastSelector<QPyQmlObject##n,QQmlPropertyValueSource>::cast()
 : -1; \
         rt->valueInterceptorCast = 
QQmlPrivate::StaticCastSelector<QPyQmlObject##n,QQmlPropertyValueInterceptor>::cast();
 \
@@ -219,33 +217,7 @@
         return 0;
     }
 
-    const QMetaObject *orig_mo = pyqt5_qtqml_get_qmetaobject(py_type);
-    QMetaObject static_mo = *orig_mo;
-
-#if QT_VERSION >= 0x050800
-    // Qt v5.8.0 changed the way properties are handled by directly calling a
-    // class's static meta-call (if there was one) directly.  This bypasses the
-    // proxy and calls the static meta-call with a pointer to the proxy rather
-    // than a pointer to the real object.  To work round this we clone the
-    // QMetaObject chain and remove the references to the static meta-call
-    // forcing the earlier behaviour.  This approach may also work with earlier
-    // versions of Qt - but if it ain't broke...
-    static_mo.d.static_metacall = 0;
-
-    QMetaObject *sub_mo = &static_mo;
-
-    // By retaining the QObject static meta-object we don't appear to be a
-    // gadget.
-    for (const QMetaObject *mo = sub_mo->d.superdata; mo != 
&QObject::staticMetaObject; mo = mo->d.superdata)
-    {
-        QMetaObject *new_mo = new QMetaObject;
-        *new_mo = *mo;
-        new_mo->d.static_metacall = 0;
-
-        sub_mo->d.superdata = new_mo;
-        sub_mo = new_mo;
-    }
-#endif
+    const QMetaObject *mo = pyqt5_qtqml_get_qmetaobject(py_type);
 
     // See if the type is a parser status.
     bool is_parser_status = PyType_IsSubtype(py_type,
@@ -298,7 +270,7 @@
 
     if (qquickitem_register)
     {
-        sipErrorState estate = qquickitem_register(py_type, orig_mo, ptr_name,
+        sipErrorState estate = qquickitem_register(py_type, mo, ptr_name,
                 list_name, &rt);
 
         if (estate == sipErrorFail)
@@ -388,6 +360,9 @@
         QPYQML_TYPE_INIT(59);
     }
 
+    rt->metaObject = mo;
+    rt->attachedPropertiesMetaObject = attached_mo;
+
     complete_init(rt, revision);
 
     return rt;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/sip/QtCore/QtCoremod.sip 
new/PyQt5_gpl-5.10.1/sip/QtCore/QtCoremod.sip
--- old/PyQt5_gpl-5.10/sip/QtCore/QtCoremod.sip 2018-01-23 11:20:38.000000000 
+0100
+++ new/PyQt5_gpl-5.10.1/sip/QtCore/QtCoremod.sip       2018-02-27 
11:43:52.000000000 +0100
@@ -22,7 +22,7 @@
 
 %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
 
-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_10_0}
+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1}
 
 %Platforms {WS_X11 WS_WIN WS_MACX}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/sip/QtCore/qglobal.sip 
new/PyQt5_gpl-5.10.1/sip/QtCore/qglobal.sip
--- old/PyQt5_gpl-5.10/sip/QtCore/qglobal.sip   2018-01-23 11:20:38.000000000 
+0100
+++ new/PyQt5_gpl-5.10.1/sip/QtCore/qglobal.sip 2018-02-27 11:43:52.000000000 
+0100
@@ -29,8 +29,8 @@
 const char *PYQT_VERSION_STR;
 
 %ModuleCode
-static int PYQT_VERSION = 0x050a00;
-static const char *PYQT_VERSION_STR = "5.10";
+static int PYQT_VERSION = 0x050a01;
+static const char *PYQT_VERSION_STR = "5.10.1";
 %End
 const int QT_VERSION;
 const char *QT_VERSION_STR;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/sip/QtGui/qimage.sip 
new/PyQt5_gpl-5.10.1/sip/QtGui/qimage.sip
--- old/PyQt5_gpl-5.10/sip/QtGui/qimage.sip     2018-01-23 11:20:38.000000000 
+0100
+++ new/PyQt5_gpl-5.10.1/sip/QtGui/qimage.sip   2018-02-27 11:43:52.000000000 
+0100
@@ -223,7 +223,7 @@
     bool reinterpretAsFormat(QImage::Format f);
 %End
 %If (Qt_5_10_0 -)
-    SIP_SSIZE_T sizeInBytes() const [unknown_type ()];
+    SIP_SSIZE_T sizeInBytes() const [qsizetype ()];
 %End
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/sip/QtNetworkAuth/qabstractoauth2.sip 
new/PyQt5_gpl-5.10.1/sip/QtNetworkAuth/qabstractoauth2.sip
--- old/PyQt5_gpl-5.10/sip/QtNetworkAuth/qabstractoauth2.sip    2018-01-23 
11:20:39.000000000 +0100
+++ new/PyQt5_gpl-5.10.1/sip/QtNetworkAuth/qabstractoauth2.sip  2018-02-27 
11:43:53.000000000 +0100
@@ -63,6 +63,20 @@
 
 protected:
     void setResponseType(const QString &responseType);
+
+public:
+%If (Qt_5_10_1 -)
+    virtual QNetworkReply *post(const QUrl &url, const QByteArray &data);
+%End
+%If (Qt_5_10_1 -)
+    virtual QNetworkReply *post(const QUrl &url, QHttpMultiPart *multiPart);
+%End
+%If (Qt_5_10_1 -)
+    virtual QNetworkReply *put(const QUrl &url, const QByteArray &data);
+%End
+%If (Qt_5_10_1 -)
+    virtual QNetworkReply *put(const QUrl &url, QHttpMultiPart *multiPart);
+%End
 };
 
 %End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/sip/QtQml/QtQmlmod.sip 
new/PyQt5_gpl-5.10.1/sip/QtQml/QtQmlmod.sip
--- old/PyQt5_gpl-5.10/sip/QtQml/QtQmlmod.sip   2018-01-23 11:20:39.000000000 
+0100
+++ new/PyQt5_gpl-5.10.1/sip/QtQml/QtQmlmod.sip 2018-02-27 11:43:53.000000000 
+0100
@@ -46,6 +46,7 @@
 
 %DefaultSupertype sip.simplewrapper
 
+%Include qqml.sip
 %Include qjsengine.sip
 %Include qjsvalue.sip
 %Include qjsvalueiterator.sip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyQt5_gpl-5.10/sip/QtQml/qqml.sip 
new/PyQt5_gpl-5.10.1/sip/QtQml/qqml.sip
--- old/PyQt5_gpl-5.10/sip/QtQml/qqml.sip       1970-01-01 01:00:00.000000000 
+0100
+++ new/PyQt5_gpl-5.10.1/sip/QtQml/qqml.sip     2018-02-27 11:43:53.000000000 
+0100
@@ -0,0 +1,27 @@
+// qqml.sip generated by MetaSIP
+//
+// This file is part of the QtQml Python extension module.
+//
+// Copyright (c) 2018 Riverbank Computing Limited <i...@riverbankcomputing.com>
+// 
+// This file is part of PyQt5.
+// 
+// This file may be used under the terms of the GNU General Public License
+// version 3.0 as published by the Free Software Foundation and appearing in
+// the file LICENSE included in the packaging of this file.  Please review the
+// following information to ensure the GNU General Public License version 3.0
+// requirements will be met: http://www.gnu.org/copyleft/gpl.html.
+// 
+// If you do not wish to use this file under the terms of the GPL version 3.0
+// then you may purchase a commercial license.  For more information contact
+// i...@riverbankcomputing.com.
+// 
+// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+
+%ModuleCode
+#include <qqml.h>
+%End
+
+void qmlClearTypeRegistrations();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyQt5_gpl-5.10/sip/QtQml/qqmlnetworkaccessmanagerfactory.sip 
new/PyQt5_gpl-5.10.1/sip/QtQml/qqmlnetworkaccessmanagerfactory.sip
--- old/PyQt5_gpl-5.10/sip/QtQml/qqmlnetworkaccessmanagerfactory.sip    
2018-01-23 11:20:39.000000000 +0100
+++ new/PyQt5_gpl-5.10.1/sip/QtQml/qqmlnetworkaccessmanagerfactory.sip  
2018-02-27 11:43:53.000000000 +0100
@@ -28,5 +28,5 @@
 
 public:
     virtual ~QQmlNetworkAccessManagerFactory();
-    virtual QNetworkAccessManager *create(QObject *parent) = 0 /Factory/;
+    virtual QNetworkAccessManager *create(QObject *parent) = 0;
 };


Reply via email to