diff --git a/python-sip6.changes b/python-sip6.changes index f9fcefa..ec2ff49 100644 --- a/python-sip6.changes +++ b/python-sip6.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jun 20 21:15:15 UTC 2022 - Ben Greiner + +- 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 diff --git a/python-sip6.spec b/python-sip6.spec index 468084c..51a12e0 100644 --- a/python-sip6.spec +++ b/python-sip6.spec @@ -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* diff --git a/sip-6.6.1.tar.gz b/sip-6.6.1.tar.gz deleted file mode 100644 index 68c4ef4..0000000 --- a/sip-6.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696c575c72144122701171f2cc767fe6cc87050ea755a04909152a8508ae10c3 -size 1134991 diff --git a/sip-6.6.2.tar.gz b/sip-6.6.2.tar.gz new file mode 100644 index 0000000..6d62a96 --- /dev/null +++ b/sip-6.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3efac1c5dfd8e525ae57140927df26993e13f58b89d1577c314f4105bfd90d +size 1143535