From 94cc81472c2cb1ce2f4eb3ddec26a64d7d8ba7bcc5c72ef0ba09f114b564ffd6 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 8 Jan 2025 21:21:14 +0000 Subject: [PATCH] - Update to 13.9.1 * New ABI version 13.9 * Match python3-sip6-devel 6.9.1+ OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6-sip?expand=0&rev=26 --- .gitattributes | 23 ++++++++++ .gitignore | 1 + PyQt6_sip-13.6.0.tar.gz | 3 ++ PyQt6_sip-13.8.0.tar.gz | 3 ++ pyqt6_sip-13.9.1.tar.gz | 3 ++ python-PyQt6-sip.changes | 92 ++++++++++++++++++++++++++++++++++++++++ python-PyQt6-sip.spec | 62 +++++++++++++++++++++++++++ 7 files changed, 187 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 PyQt6_sip-13.6.0.tar.gz create mode 100644 PyQt6_sip-13.8.0.tar.gz create mode 100644 pyqt6_sip-13.9.1.tar.gz create mode 100644 python-PyQt6-sip.changes create mode 100644 python-PyQt6-sip.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/PyQt6_sip-13.6.0.tar.gz b/PyQt6_sip-13.6.0.tar.gz new file mode 100644 index 0000000..c778722 --- /dev/null +++ b/PyQt6_sip-13.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2486e1588071943d4f6657ba09096dc9fffd2322ad2c30041e78ea3f037b5778 +size 111576 diff --git a/PyQt6_sip-13.8.0.tar.gz b/PyQt6_sip-13.8.0.tar.gz new file mode 100644 index 0000000..dfc0d26 --- /dev/null +++ b/PyQt6_sip-13.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f74cf3d6d9cab5152bd9f49d570b2dfb87553ebb5c4919abfde27f5b9fd69d4 +size 92264 diff --git a/pyqt6_sip-13.9.1.tar.gz b/pyqt6_sip-13.9.1.tar.gz new file mode 100644 index 0000000..7e72834 --- /dev/null +++ b/pyqt6_sip-13.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15be741d1ae8c82bb7afe9a61f3cf8c50457f7d61229a1c39c24cd6e8f4d86dc +size 92358 diff --git a/python-PyQt6-sip.changes b/python-PyQt6-sip.changes new file mode 100644 index 0000000..b16aca6 --- /dev/null +++ b/python-PyQt6-sip.changes @@ -0,0 +1,92 @@ +------------------------------------------------------------------- +Wed Jan 8 16:19:41 UTC 2025 - Ben Greiner + +- 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 + +- Update to ABI version 13.8.0 + * Match python3-sip6-devel 6.8.6+ + * Is now BSD-2-Clause licensed + +------------------------------------------------------------------- +Thu Jan 25 20:33:30 UTC 2024 - Ben Greiner + +- Drop support-python3.6.patch + * python-foo prefixed packages for SLE15 with python3.6 should be + handled by an SLE internal maintenance request to python3-foo + +------------------------------------------------------------------- +Wed Oct 18 05:13:44 UTC 2023 - llyyr + +- Update to ABI version 13.6.0 + * Properly fix the Python v3.12 support by deprecating + sipPyTypeDict() and adding sipPyTypeDictRef(). + +------------------------------------------------------------------- +Wed Sep 27 09:07:58 UTC 2023 - Ben Greiner + +- Update to ABI version 13.5.2 + * Match python-sip6-devel 6.7.10+ + +------------------------------------------------------------------- +Sat Jun 10 10:50:41 UTC 2023 - ecsos + +- Add %{?sle15_python_module_pythons} + +------------------------------------------------------------------- +Mon Apr 24 19:44:27 UTC 2023 - Ben Greiner + +- Update to 13.5.1 + * Fixed the new handling of ctors with /Transfer/ annotated + arguments. + +------------------------------------------------------------------- +Tue Mar 14 06:16:41 UTC 2023 - Antonio Larrosa + +- Add patch to support Python 3.6 in order to build for + SLE/Leap 15: + * support-python3.6.patch + +------------------------------------------------------------------- +Sun Jan 29 19:42:14 UTC 2023 - Ben Greiner + +- Upate to ABI version 13.4.1 + * am_send, wt_reserve + +------------------------------------------------------------------- +Mon Jun 20 21:27:09 UTC 2022 - Ben Greiner + +- Update to ABI version 13.4.0 + * The array type is now accessible from the sip module. + +------------------------------------------------------------------- +Wed Apr 13 08:31:18 UTC 2022 - Ben Greiner + +- Update to ABI version 13.3.1 +- Support for Python 3.6 has been dropped + +------------------------------------------------------------------- +Sat Feb 5 20:29:12 UTC 2022 - Ben Greiner + +- Update to ABI version 13.2.1 + * fix in objmap + +------------------------------------------------------------------- +Fri Dec 3 14:33:46 UTC 2021 - Ben Greiner + +- Update to ABI version 13.2.0 + * no release notes other than those from SIP 6.5.0 + +------------------------------------------------------------------- +Thu May 13 20:58:11 UTC 2021 - Ben Greiner + +- Update to version 13.1.0 + +------------------------------------------------------------------- +Fri Feb 19 20:09:56 UTC 2021 - Ben Greiner + +- Initial specfile for version 13.0.1 diff --git a/python-PyQt6-sip.spec b/python-PyQt6-sip.spec new file mode 100644 index 0000000..7059e68 --- /dev/null +++ b/python-PyQt6-sip.spec @@ -0,0 +1,62 @@ +# +# spec file for package python-PyQt6-sip +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-PyQt6-sip +Version: 13.9.1 +Release: 0 +Summary: The sip module support for PyQt6 +License: BSD-2-Clause AND SUSE-SIP +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} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +%python_subpackages + +%description +The sip extension module provides support for the PyQt6 package. + +SIP is a tool for automatically generating Python bindings for +C and C++ libraries. SIP was originally developed in 1998 for +PyQt - the Python bindings for the Qt GUI toolkit - but is +suitable for generating bindings for any C or C++ library. SIP +can also be used write self contained extension modules, i.e. +without a library to be wrapped. + +%prep +%autosetup -p1 -n pyqt6_sip-%{version} + +%build +export CFLAGS="%{optflags}" +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitearch} + +%files %{python_files} +%license LICENSE +%dir %{python_sitearch}/PyQt6 +%{python_sitearch}/PyQt6/sip* +%{python_sitearch}/PyQt6_sip-%{version}.dist-info + +%changelog