python3-pyqt6: 6.5.2 -> 6.5.3

This commit is contained in:
Tim Biermann 2023-10-15 00:04:49 +02:00
parent 28696e9cda
commit f2366e2ce7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 27 additions and 11 deletions

View File

@ -5,10 +5,10 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/PyQt6-6.5.2.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/PyQt6-6.5.2.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/PyQt6-6.5.2.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/PyQt6-6.5.2.dist-info/RECORD
drwxr-xr-x root/root usr/lib/python3.10/site-packages/PyQt6-6.5.3.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/PyQt6-6.5.3.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/PyQt6-6.5.3.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/PyQt6-6.5.3.dist-info/RECORD
drwxr-xr-x root/root usr/lib/python3.10/site-packages/PyQt6/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/PyQt6/QtCore.abi3.so
-rw-r--r-- root/root usr/lib/python3.10/site-packages/PyQt6/QtCore.pyi

View File

@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zwGwMbA+6heWMVA/2AntIgTIW0ONQWUdAaljzFUvRMGkHyyQHjRtDEUUlTWQyorCcQD8hX+qw+CelBywRMJcAw=
SHA256 (Pkgfile) = c43b399e047d087118baf7ab75162ad82822bd49537b1cadbd31dfdda705e04e
SHA256 (.footprint) = e25b1e793f4b47e63cde74b2a7a5d01742542b74c7e76c5a4976ae17436447b0
SHA256 (PyQt6-6.5.2.tar.gz) = 1487ee7350f9ffb66d60ab4176519252c2b371762cbe8f8340fd951f63801280
RWSagIOpLGJF34b/Lg7eFVHECzpPJlAgj+qSXrm9XAQ7Kvkve3Kxdqaqe73msCLPyacpQ6eextPwAeqGvXFP8PGbX9V42yHQkQk=
SHA256 (Pkgfile) = c8daf8f8789fb37fe82d6825734489ac4422815bac073247e46deab195b0cc5d
SHA256 (.footprint) = 6aa8b0bf07a8e99810eb6d78865fba506cce297f90627f14063b1e9e6a75922f
SHA256 (PyQt6-6.5.3.tar.gz) = bcbbf9511b038b4924298ca10999aa36eb37a0a38d0638f895f9bba6025c0a77
SHA256 (qt-6.6.patch) = 18aec9fa60c9a560226560ea69b805874c91e53596640300742f2afa415bac46

View File

@ -1,17 +1,20 @@
# Description: Python bindings for the QT6 toolkit
# URL: https://riverbankcomputing.com/software/pyqt/intro
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-opengl python3-packaging python3-ply python3-pyqt-builder python3-pyqt6-sip python3-tomli qt6-base sip
# Depends on: python3-opengl python3-pyqt-builder python3-pyqt6-sip qt6-base
# Optional: dbus-python3 qt6-connectivity qt6-declarative qt6-location qt6-multimedia qt6-quick3d qt6-remoteobjects qt6-sensors qt6-serialport qt6-svg qt6-tools qt6-webchannel qt6-websockets
name=python3-pyqt6
version=6.5.2
version=6.5.3
release=1
source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$version.tar.gz)
source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$version.tar.gz
qt-6.6.patch)
build() {
cd PyQt6-$version
patch -Np1 -i $SRC/qt-6.6.patch
sip-build \
--confirm-license \
--no-make \

View File

@ -0,0 +1,12 @@
diff -ru PyQt6-6.5.2.orig/sip/QtSql/qsqlresult.sip PyQt6-6.5.2/sip/QtSql/qsqlresult.sip
--- PyQt6-6.5.2.orig/sip/QtSql/qsqlresult.sip 2023-10-11 16:46:02.317332289 +0200
+++ PyQt6-6.5.2/sip/QtSql/qsqlresult.sip 2023-10-11 17:26:17.722706788 +0200
@@ -63,7 +63,7 @@
QSql::ParamType bindValueType(const QString &placeholder) const;
QSql::ParamType bindValueType(int pos) const;
int boundValueCount() const;
- QList<QVariant> &boundValues() const;
+ QVariantList boundValues() const;
QString executedQuery() const;
QString boundValueName(int pos) const;
void clear();