Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyQt6 for openSUSE:Factory 
checked in at 2024-10-17 18:38:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQt6 (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyQt6.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyQt6"

Thu Oct 17 18:38:29 2024 rev:24 rq:1208477 version:6.8.0~dev2410061818

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyQt6/python-PyQt6.changes        
2024-09-12 16:53:54.626745011 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyQt6.new.19354/python-PyQt6.changes     
2024-10-17 18:38:46.432845016 +0200
@@ -1,0 +2,17 @@
+Wed Oct 16 15:48:52 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Change version to 6.8.0~dev2410061818
+  * Mark development version for correct order before release
+- Changes from 6.7.1
+  * SIP v6.8.6 and PyQt6-sip v13.8 are now required for Python
+    v3.13 support and for Linux on ARM.
+
+-------------------------------------------------------------------
+Wed Oct 16 08:11:34 UTC 2024 - Fabian Vogt <fv...@suse.com>
+
+- Update to 6.8.0.dev2410061818:
+  * Added support for Qt v6.8 (excluding any technical previews).
+  * Implemented QtAudio as a synonym for QAudio.
+  * Bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  PyQt6-6.7.0.tar.gz

New:
----
  PyQt6-6.8.0.dev2410061818.tar.gz

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

Other differences:
------------------
++++++ python-PyQt6.spec ++++++
--- /var/tmp/diff_new_pack.Fm3UdE/_old  2024-10-17 18:38:47.144874877 +0200
+++ /var/tmp/diff_new_pack.Fm3UdE/_new  2024-10-17 18:38:47.144874877 +0200
@@ -19,24 +19,28 @@
 %define plainpython python
 %define mname PyQt6
 %define pyqt_build_for_qt6 1
+%define pep440version 6.8.0.dev2410061818
 %{?sle15_python_module_pythons}
 Name:           python-%{mname}
-Version:        6.7.0
+Version:        6.8.0~dev2410061818
 Release:        0
 Summary:        Python bindings for Qt 6
 License:        GPL-3.0-only OR SUSE-GPL-2.0-with-FLOSS-exception OR NonFree
 Group:          Development/Libraries/Python
 URL:            https://www.riverbankcomputing.com/software/pyqt
-Source:         
https://files.pythonhosted.org/packages/source/P/PyQt6/PyQt6-%{version}.tar.gz
+#Source:         
https://files.pythonhosted.org/packages/source/P/PyQt6/PyQt6-%%{version}.tar.gz
+# The URL will be dead soon, don't bother including it
+# 
https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-%{version}.tar.gz
+Source:         PyQt6-%{pep440version}.tar.gz
 # PATCH-FIX-OPENSUSE - disable-rpaths.diff - Disable RPATH when building PyQt6.
 Patch0:         disable-rpaths.diff
 # PATCH-FIX-OPENSUSE - install binary dbus mainloop integration in arch 
dependent directory
 Patch1:         0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch
-BuildRequires:  %{python_module PyQt6-sip >= 13.6}
+BuildRequires:  %{python_module PyQt6-sip >= 13.8}
 BuildRequires:  %{python_module dbus-python-devel >= 0.8}
-BuildRequires:  %{python_module devel >= 3.6.1}
+BuildRequires:  %{python_module devel >= 3.8}
 BuildRequires:  %{python_module pyqt-builder >= 1.15}
-BuildRequires:  %{python_module sip-devel >= 6.5}
+BuildRequires:  %{python_module sip-devel >= 6.8}
 BuildRequires:  dbus-1-devel
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -176,7 +180,7 @@
 This package contains programming examples for PyQt6.
 
 %prep
-%autosetup -p1 -n PyQt6-%{version}
+%autosetup -p1 -n PyQt6-%{pep440version}
 dos2unix examples/quick/models/*/view.qml
 dos2unix examples/multimedia*/*/*.ui
 
@@ -202,7 +206,7 @@
 export PYTHONDONTWRITEBYTECODE=1 # boo#1047218
 %{python_expand # there is no test suite. If it compiles and imports, it 
should be okay.
 export PYTHONPATH=%{buildroot}%{$python_sitearch}
-$python -c 'from PyQt6 import QtCore; assert QtCore.PYQT_VERSION_STR == 
"%{version}"'
+$python -c 'from PyQt6 import QtCore; assert QtCore.PYQT_VERSION_STR == 
"%{pep440version}"'
 }
 
 %post devel
@@ -215,7 +219,7 @@
 %license LICENSE
 %doc README.md NEWS ChangeLog
 %{python_sitearch}/PyQt6/
-%{python_sitearch}/PyQt6-%{version}.dist-info/
+%{python_sitearch}/PyQt6-%{pep440version}.dist-info/
 %dir %{python_sitelib}/dbus
 %dir %{python_sitelib}/dbus/mainloop
 %{python_sitelib}/dbus/mainloop/pyqt6.py

Reply via email to