Sync from SUSE:SLFO:Main python-sip6 revision b7a0351530f1c7a78f2f415c335046da
This commit is contained in:
parent
71ce95a0f0
commit
f50244dd32
@ -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>
|
Thu Jan 25 20:10:44 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sip6
|
Name: python-sip6
|
||||||
Version: 6.8.2
|
Version: 6.8.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python bindings generator for C/C++ libraries
|
Summary: A Python bindings generator for C/C++ libraries
|
||||||
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
|
||||||
Group: Development/Libraries/Python
|
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
|
Source0: https://files.pythonhosted.org/packages/source/s/sip/sip-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module packaging}
|
BuildRequires: %{python_module packaging}
|
||||||
@ -53,7 +53,7 @@ Requires: python-packaging
|
|||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: (python-tomli if python-base < 3.11)
|
Requires: (python-tomli if python-base < 3.11)
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Conflicts: python-sip-impl
|
Conflicts: python-sip-impl
|
||||||
# boo#1190441: remove erroneously created non-devel python3X-sip metapackages.
|
# boo#1190441: remove erroneously created non-devel python3X-sip metapackages.
|
||||||
# In order not to remove SIPv4 and possible future packages, we have to explicitly
|
# 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}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%fdupes -s doc
|
%fdupes -s doc
|
||||||
|
|
||||||
|
%check
|
||||||
|
# No upstream tests available. Appease rpmlint no-%%check-section
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%python_install_alternative sip-build sip-distinfo sip-install sip-module sip-sdist sip-wheel
|
%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)
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
BIN
sip-6.8.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user