6.6.0
This commit is contained in:
parent
36635ff80a
commit
7312f1c355
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/PyQt6-6.5.1.tar.gz
|
||||
/PyQt6-6.5.2.tar.gz
|
||||
/PyQt6-6.5.3.tar.gz
|
||||
/PyQt6-6.6.0.tar.gz
|
||||
|
@ -1,12 +0,0 @@
|
||||
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();
|
@ -5,7 +5,7 @@
|
||||
|
||||
Summary: PyQt6 is Python bindings for Qt6
|
||||
Name: python-pyqt6
|
||||
Version: 6.5.3
|
||||
Version: 6.6.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: gpl-3.0-only
|
||||
@ -13,8 +13,6 @@ Url: http://www.riverbankcomputing.com/software/pyqt/
|
||||
Source0: https://pypi.python.org/packages/source/P/PyQt6/PyQt6-%{version}.tar.gz
|
||||
Source1: macros.pyqt6
|
||||
|
||||
Patch0: pyqt6-fix-build-with-qt-6.6.0.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: findutils
|
||||
@ -242,6 +240,9 @@ sed -i \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 30 2023 Jan Grulich <jgrulich@redhat.com> - 6.6.0-1
|
||||
- 6.6.0
|
||||
|
||||
* Sat Oct 14 2023 Sandro Mani <manisandro@gmail.com> - 6.5.3-1
|
||||
- Update to 6.5.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyQt6-6.5.3.tar.gz) = a502693cc9e1887011466132cd85e232ce653bfc38519aed99a77332413bdb65a01ecad4680b831eb76365b086e6a3b52fa69017b39d95933a6372d2e7e8e4bb
|
||||
SHA512 (PyQt6-6.6.0.tar.gz) = 2fe8640b1dc82aa1da6064da2ef6c4ee81216ed34f28211b69d22c5ea00f782298f5a6a94d32ab00c3ee095abf15d2182a17324cd132458580f5659e789686e3
|
||||
|
Loading…
Reference in New Issue
Block a user