From e2b985b436a011a369322ab917d787e5731de3a981ebdbd429513ef215f5f131 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 9 Feb 2023 10:17:08 +0000 Subject: [PATCH 1/2] - Update to v6.4.2 * Bug fixes * Fixed a regression in pylupdate OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=19 --- PyQt6-6.4.1.tar.gz | 3 --- PyQt6-6.4.2.tar.gz | 3 +++ python-PyQt6.changes | 7 +++++++ python-PyQt6.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 PyQt6-6.4.1.tar.gz create mode 100644 PyQt6-6.4.2.tar.gz diff --git a/PyQt6-6.4.1.tar.gz b/PyQt6-6.4.1.tar.gz deleted file mode 100644 index 16f721e..0000000 --- a/PyQt6-6.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c1dcadf161331cfdbde0906c05f7f8048dc4907d717647c33bbc4404146f59f -size 1025522 diff --git a/PyQt6-6.4.2.tar.gz b/PyQt6-6.4.2.tar.gz new file mode 100644 index 0000000..dc9d5f9 --- /dev/null +++ b/PyQt6-6.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740244f608fe15ee1d89695c43f31a14caeca41c4f02ac36c86dfba4a5d5813d +size 1025595 diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 5173f9d..0da3912 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 9 10:16:13 UTC 2023 - Ben Greiner + +- Update to v6.4.2 + * Bug fixes + * Fixed a regression in pylupdate + ------------------------------------------------------------------- Sun Jan 29 19:44:12 UTC 2023 - Ben Greiner diff --git a/python-PyQt6.spec b/python-PyQt6.spec index efefaaa..061544d 100644 --- a/python-PyQt6.spec +++ b/python-PyQt6.spec @@ -20,7 +20,7 @@ %define mname PyQt6 %define pyqt_build_for_qt6 1 Name: python-%{mname} -Version: 6.4.1 +Version: 6.4.2 Release: 0 Summary: Python bindings for Qt 6 License: GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree From c7b975dc2b7261ca067bf9a8d1c2d52413dee16f83a5f45b323697580fbc378b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 9 Feb 2023 10:24:51 +0000 Subject: [PATCH 2/2] . OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=20 --- python-PyQt6.changes | 1 - 1 file changed, 1 deletion(-) diff --git a/python-PyQt6.changes b/python-PyQt6.changes index 0da3912..0bf86a4 100644 --- a/python-PyQt6.changes +++ b/python-PyQt6.changes @@ -2,7 +2,6 @@ Thu Feb 9 10:16:13 UTC 2023 - Ben Greiner - Update to v6.4.2 - * Bug fixes * Fixed a regression in pylupdate -------------------------------------------------------------------