Accepting request 984595 from KDE:Qt:PyQt

- Update to version 6.6.2
  * Enums created with ABI v13 now handle unexpected values by
    creating corresponding pseudo-members.
  * Any config settings passed by a PEP 571 frontend are now used.
  * The 'array' type is now accessible from the sip module.
  * 'array' can now create one dimensional arrays of wrapped types
    that can be modified in situ.
  * Arguments using the /Array/ (and /ArraySize/) annotations will
    now accept 'array' objects of the corresponding type.
  * The latest version of ABI v13 is v13.4.0.
  * The latest version of ABI v12 is v12.11.0.
  * Bug fixes.
- Update to version 6.6.1
  * Python v3.6 is no longer supported.
  * The .sip file parser (created using flex and bison) has been
    replaced with a pure Python implementation using PLY.
  * The latest version of ABI v13 is v13.3.1.
  * The latest version of ABI v12 is v12.10.1.

OBS-URL: https://build.opensuse.org/request/show/984595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip6?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2022-06-25 08:23:43 +00:00 committed by Git OBS Bridge
commit 8c261dc761
4 changed files with 36 additions and 7 deletions

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Jun 20 21:15:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 6.6.2
* Enums created with ABI v13 now handle unexpected values by
creating corresponding pseudo-members.
* Any config settings passed by a PEP 571 frontend are now used.
* The 'array' type is now accessible from the sip module.
* 'array' can now create one dimensional arrays of wrapped types
that can be modified in situ.
* Arguments using the /Array/ (and /ArraySize/) annotations will
now accept 'array' objects of the corresponding type.
* The latest version of ABI v13 is v13.4.0.
* The latest version of ABI v12 is v12.11.0.
* Bug fixes.
-------------------------------------------------------------------
Wed Apr 13 08:06:26 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 6.6.1
* Python v3.6 is no longer supported.
* The .sip file parser (created using flex and bison) has been
replaced with a pure Python implementation using PLY.
* The latest version of ABI v13 is v13.3.1.
* The latest version of ABI v12 is v12.10.1.
-------------------------------------------------------------------
Sat Feb 5 20:26:49 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -19,15 +19,16 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-sip6
Version: 6.5.1
Version: 6.6.2
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
Source0: https://files.pythonhosted.org/packages/source/s/sip/sip-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.6}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module ply}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml}
BuildRequires: c++_compiler
@ -47,7 +48,9 @@ to generate wxPython, the Python bindings for wxWidgets.
Summary: A Python bindings generator for C/C++ libraries
Group: Development/Libraries/Python
Requires: c++_compiler
Requires: python-devel >= 3.6
Requires: python-devel >= 3.7
Requires: python-packaging
Requires: python-ply
Requires: python-setuptools
Requires: python-toml
Requires(post): update-alternatives
@ -115,7 +118,7 @@ This package contains the documentation and example files.
%python_alternative %{_bindir}/sip-sdist
%python_alternative %{_bindir}/sip-wheel
%{python_sitearch}/sipbuild
%{python_sitearch}/sip-%{version}-py*.egg-info
%{python_sitearch}/sip-%{version}*-info
%files -n python-sip6-doc
%license LICENSE*

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:204f0240db8999a749d638a987b351861843e69239b811ec3d1881412c3706a6
size 1197925

3
sip-6.6.2.tar.gz Normal file
View File

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