Accepting request 1166352 from home:bnavigator:branches:KDE:Qt:PyQt

- Update to 6.8.3
  * The use of 'throw' specifiers is now deprecated and will be
    removed in SIP v7.  Instead of 'throw()', 'noexcept' should be
    used.  Other forms of 'throw' are no longer required.
  * Support for ABI v13.0 and ABI v12.8 and older is now deprecated
    and will be removed in SIP v7.
  * Documentation fixes.
  * Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/1166352
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=41
This commit is contained in:
Benjamin Greiner 2024-04-09 09:57:33 +00:00 committed by Git OBS Bridge
parent d6c4f9fa52
commit 7c050ba6fa
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 9 08:20:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 6.8.3
* The use of 'throw' specifiers is now deprecated and will be
removed in SIP v7. Instead of 'throw()', 'noexcept' should be
used. Other forms of 'throw' are no longer required.
* Support for ABI v13.0 and ABI v12.8 and older is now deprecated
and will be removed in SIP v7.
* Documentation fixes.
* Bug fixes.
-------------------------------------------------------------------
Thu Jan 25 20:10:44 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-sip6
Version: 6.8.2
Version: 6.8.3
Release: 0
Summary: A Python bindings generator for C/C++ libraries
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/sip
URL: https://github.com/Python-SIP/sip
Source0: https://files.pythonhosted.org/packages/source/s/sip/sip-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module packaging}
@ -53,7 +53,7 @@ Requires: python-packaging
Requires: python-setuptools
Requires: (python-tomli if python-base < 3.11)
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Conflicts: python-sip-impl
# boo#1190441: remove erroneously created non-devel python3X-sip metapackages.
# In order not to remove SIPv4 and possible future packages, we have to explicitly
@ -104,6 +104,9 @@ This package contains the documentation and example files.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%fdupes -s doc
%check
# No upstream tests available. Appease rpmlint no-%%check-section
%post devel
%python_install_alternative sip-build sip-distinfo sip-install sip-module sip-sdist sip-wheel

BIN
sip-6.8.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
sip-6.8.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.