Ana Guerrero 2025-01-12 10:10:04 +00:00 committed by Git OBS Bridge
commit 9705180589
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f74cf3d6d9cab5152bd9f49d570b2dfb87553ebb5c4919abfde27f5b9fd69d4
size 92264

BIN
pyqt6_sip-13.9.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 8 16:19:41 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 13.9.1
* New ABI version 13.9
* Match python3-sip6-devel 6.9.1+
-------------------------------------------------------------------
Tue Oct 15 12:41:08 UTC 2024 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-PyQt6-sip
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-PyQt6-sip
Version: 13.8.0
Version: 13.9.1
Release: 0
Summary: The sip module support for PyQt6
License: BSD-2-Clause AND SUSE-SIP
URL: https://www.riverbankcomputing.com/software/sip/
Source0: https://files.pythonhosted.org/packages/source/P/PyQt6-sip/PyQt6_sip-%{version}.tar.gz
URL: https://github.com/Python-SIP/sip
Source0: https://files.pythonhosted.org/packages/source/P/PyQt6-sip/pyqt6_sip-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@ -43,7 +43,7 @@ can also be used write self contained extension modules, i.e.
without a library to be wrapped.
%prep
%autosetup -p1 -n PyQt6_sip-%{version}
%autosetup -p1 -n pyqt6_sip-%{version}
%build
export CFLAGS="%{optflags}"