Accepting request 984160 from home:bnavigator:branches: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. OBS-URL: https://build.opensuse.org/request/show/984160 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=10
This commit is contained in:
parent
2bc3c72362
commit
50157248b3
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-sip6
|
||||
Version: 6.6.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
|
||||
@ -118,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*
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:696c575c72144122701171f2cc767fe6cc87050ea755a04909152a8508ae10c3
|
||||
size 1134991
|
3
sip-6.6.2.tar.gz
Normal file
3
sip-6.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e3efac1c5dfd8e525ae57140927df26993e13f58b89d1577c314f4105bfd90d
|
||||
size 1143535
|
Loading…
x
Reference in New Issue
Block a user