From 442436ec7cf51e45df29389ae7bb949d966a203d50059caa1aac4674bfc09523 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 30 Jan 2023 19:16:57 +0000 Subject: [PATCH 1/4] Accepting request 1061918 from home:bnavigator:branches:KDE:Qt:PyQt - Update to 6.7.6 * Minor bug-fix release * The latest version of ABI v13 is v13.4.1. * The latest version of ABI v12 is v12.11.1. * Significantly reduced the memory requirements. OBS-URL: https://build.opensuse.org/request/show/1061918 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=24 --- python-sip6.changes | 9 +++++++++ python-sip6.spec | 2 +- sip-6.7.5.tar.gz | 3 --- sip-6.7.6.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 sip-6.7.5.tar.gz create mode 100644 sip-6.7.6.tar.gz diff --git a/python-sip6.changes b/python-sip6.changes index dd02543..1127274 100644 --- a/python-sip6.changes +++ b/python-sip6.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 29 19:40:43 UTC 2023 - Ben Greiner + +- Update to 6.7.6 + * Minor bug-fix release + * The latest version of ABI v13 is v13.4.1. + * The latest version of ABI v12 is v12.11.1. + * Significantly reduced the memory requirements. + ------------------------------------------------------------------- Thu Jan 12 09:02:28 UTC 2023 - Antonio Larrosa diff --git a/python-sip6.spec b/python-sip6.spec index f7ac66e..75a475e 100644 --- a/python-sip6.spec +++ b/python-sip6.spec @@ -17,7 +17,7 @@ Name: python-sip6 -Version: 6.7.5 +Version: 6.7.6 Release: 0 Summary: A Python bindings generator for C/C++ libraries License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP diff --git a/sip-6.7.5.tar.gz b/sip-6.7.5.tar.gz deleted file mode 100644 index 252b5ad..0000000 --- a/sip-6.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9655d089e1d0c5fbf66bde11558a874980729132b5bd0c2ae355ac1a7b893ab4 -size 1160691 diff --git a/sip-6.7.6.tar.gz b/sip-6.7.6.tar.gz new file mode 100644 index 0000000..21f7b4a --- /dev/null +++ b/sip-6.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d39b5b1956eefb912e93a4c10b9db252bc86302c36589742525345bfd2b2ea +size 1161445 From 428a4f778ab5f5b765d662f7db23cf8cff7ad939e30665ba163fe7223564ecd5 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 1 Feb 2023 10:19:33 +0000 Subject: [PATCH 2/4] - Revert to 6.7.5 * breaks Qt import in PyQt5 * https://www.riverbankcomputing.com/pipermail/pyqt/2023-January/045137.html OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=25 --- python-sip6.changes | 7 +++++++ python-sip6.spec | 2 +- sip-6.7.5.tar.gz | 3 +++ sip-6.7.6.tar.gz | 3 --- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 sip-6.7.5.tar.gz delete mode 100644 sip-6.7.6.tar.gz diff --git a/python-sip6.changes b/python-sip6.changes index 1127274..e67db52 100644 --- a/python-sip6.changes +++ b/python-sip6.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 1 10:17:57 UTC 2023 - Ben Greiner + +- Revert to 6.7.5 + * breaks Qt import in PyQt5 + * https://www.riverbankcomputing.com/pipermail/pyqt/2023-January/045137.html + ------------------------------------------------------------------- Sun Jan 29 19:40:43 UTC 2023 - Ben Greiner diff --git a/python-sip6.spec b/python-sip6.spec index 75a475e..f7ac66e 100644 --- a/python-sip6.spec +++ b/python-sip6.spec @@ -17,7 +17,7 @@ Name: python-sip6 -Version: 6.7.6 +Version: 6.7.5 Release: 0 Summary: A Python bindings generator for C/C++ libraries License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP diff --git a/sip-6.7.5.tar.gz b/sip-6.7.5.tar.gz new file mode 100644 index 0000000..252b5ad --- /dev/null +++ b/sip-6.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9655d089e1d0c5fbf66bde11558a874980729132b5bd0c2ae355ac1a7b893ab4 +size 1160691 diff --git a/sip-6.7.6.tar.gz b/sip-6.7.6.tar.gz deleted file mode 100644 index 21f7b4a..0000000 --- a/sip-6.7.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21d39b5b1956eefb912e93a4c10b9db252bc86302c36589742525345bfd2b2ea -size 1161445 From 3ab648f70a6f0bed874d932aea77c637a436ea437a3cbcc232f3ff517ce6b64b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 9 Feb 2023 10:15:07 +0000 Subject: [PATCH 3/4] - Update to 6.7.7 * bug-fix release * Refactored the handling of composite classes so that they are populated properly. * Changes to the XML generation to reduce differences to earlier versions. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=26 --- python-sip6.changes | 10 ++++++++++ python-sip6.spec | 2 +- sip-6.7.5.tar.gz | 3 --- sip-6.7.7.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 sip-6.7.5.tar.gz create mode 100644 sip-6.7.7.tar.gz diff --git a/python-sip6.changes b/python-sip6.changes index e67db52..cac1618 100644 --- a/python-sip6.changes +++ b/python-sip6.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 9 10:11:52 UTC 2023 - Ben Greiner + +- Update to 6.7.7 + * bug-fix release + * Refactored the handling of composite classes so that they are + populated properly. + * Changes to the XML generation to reduce differences to earlier + versions. + ------------------------------------------------------------------- Wed Feb 1 10:17:57 UTC 2023 - Ben Greiner diff --git a/python-sip6.spec b/python-sip6.spec index f7ac66e..d269195 100644 --- a/python-sip6.spec +++ b/python-sip6.spec @@ -17,7 +17,7 @@ Name: python-sip6 -Version: 6.7.5 +Version: 6.7.7 Release: 0 Summary: A Python bindings generator for C/C++ libraries License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP diff --git a/sip-6.7.5.tar.gz b/sip-6.7.5.tar.gz deleted file mode 100644 index 252b5ad..0000000 --- a/sip-6.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9655d089e1d0c5fbf66bde11558a874980729132b5bd0c2ae355ac1a7b893ab4 -size 1160691 diff --git a/sip-6.7.7.tar.gz b/sip-6.7.7.tar.gz new file mode 100644 index 0000000..2eb62b7 --- /dev/null +++ b/sip-6.7.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee9c06fa8ae6d441a401f922867fc6196edda274eebd9fbfec54f0769c2a9e2 +size 1161807 From 1d31de26173f47fa10ea0562e157b3da8042865bfcebb506b7f717b69577989c Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 9 Feb 2023 10:22:22 +0000 Subject: [PATCH 4/4] populated properly. versions. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=27 --- python-sip6.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-sip6.changes b/python-sip6.changes index cac1618..3a89b4c 100644 --- a/python-sip6.changes +++ b/python-sip6.changes @@ -4,9 +4,9 @@ Thu Feb 9 10:11:52 UTC 2023 - Ben Greiner - Update to 6.7.7 * bug-fix release * Refactored the handling of composite classes so that they are - populated properly. + populated properly. * Changes to the XML generation to reduce differences to earlier - versions. + versions. ------------------------------------------------------------------- Wed Feb 1 10:17:57 UTC 2023 - Ben Greiner