Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-sip6-devel | Distribution: openSUSE Tumbleweed |
Version: 6.9.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Jan 8 16:41:11 2025 |
Group: Development/Libraries/Python | Build host: reproducible |
Size: 3291743 | Source RPM: python-sip6-6.9.1-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/Python-SIP/sip | |
Summary: A Python bindings generator for C/C++ libraries |
SIP is a collection of tools that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed in 1998 to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. For example it is also used to generate wxPython, the Python bindings for wxWidgets. This package contains all the developer tools you need to create your own sip bindings.
BSD-2-Clause AND BSD-3-Clause
* Wed Jan 08 2025 Ben Greiner <code@bnavigator.de> - Update to 6.9.1 * sip-sdist creates PEP 625 compatible file names. The sdists created by sip-sdist are now compatible with PEP 625 in that they have lower case names. This ensures that they will still be able to be uploaded to PyPI. Resolves #23 * Update the minimum version of setuptools. The minimum version of setuptools used by SIP and by the generated sip module sdists has been set to v69.5. This is the oldest version that supports PEP 625. Resolves #55 * sip module sdist Requires-Python is incorrect. The minimum Python version in the generated sip module metadata is now set to v3.9. Resolves #56 - Release v6.9.0 * Removal of support for Python v3.8. Generated bindings now require Python v3.9 or later. * Type hints now conform to PEP 585. * The latest sip module ABI versions are v12.16 and v13.9. Resolves #37 * Added support for the deprecated() decorator in .pyi files. .pyi files now use the deprecated() decorator when the /Deprecated/ annotation is specified. The /Deprecated/ annotation may now specify an optional string which will be appended to the default deprecation warning. Resolves #8 * PyQt-specific support for registering QFlags types. Calls to qMetaTypeId() for all QFlags mapped types are now automatically generated for PyQt using ABI v13. Resolves #43 [#]# Bug fixes * The handling of the SIP versions timeline was fixed. (Resolves [#47]) * Annotations are now only validated if they are known to be needed. * The buffer protocol support for byte objects was fixed. (Resolves #36) * All outstanding compiler warnings were eliminated when building the sip module. (Resolves #32) * Redundant % in trace output of this pointer in were removed. (Pull request #33) - Use github tarball and enable test suite * Tue Oct 15 2024 Fabian Vogt <fvogt@suse.com> - Update to 6.8.6 * Handle single number macOS deployment targets * Support for architectures where `char` is unsigned * Support for building from git archives * Run the tests using the current Python version * Missing dependency in `pyproject.toml` * Added support for Python v3.13 * Make all tools accessable using `python -m` * Assume C99 support * Object map incorrect size assumptions for Windows 64 * Snapshot regression * `%MappedType` documentation error * Missing import affecting XML generation * Fixed the generation of module-level attributes * Documentation updates * Imported from Mercurial - Project is now BSD-2-Clause licensed - The tarball on PyPi does not include docs or examples anymore * Tue Apr 09 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 2024 Ben Greiner <code@bnavigator.de> - Update to 6.8.2 * Added the --deprecations-are-errors command line option to all build tools. * All generated files are UTF-8 encoded. - Release 6.8.1 - Bug fixes. - Release 6.8.0 * Python v3.7 is no longer supported. * The latest version of ABI v13 is v13.7.0. * The latest version of ABI v12 is v12.14.0. * Added support for specifying the project metadata using the '[project]' section of pyproject.toml as defined in PEP 621. The use of the '[tool.sip.metadata]' is now deprecated. * The conversion to a pure Python implementation is now complete. - Drop support-python3.6.patch * python-foo prefixed packages for SLE15 with python3.6 should be handled by an SLE internal maintenance request to python3-foo * Sun Oct 15 2023 Ben Greiner <code@bnavigator.de> - Update to 6.7.12 * The latest version of ABI v13 is v13.6.0. * The latest version of ABI v12 is v12.13.0. * Added sipPyTypeDictRef() to the v12 and v13 ABIs. sipPyTypeDict() is now deprecated and must not be used with Python v3.12 and later. * Classes will automatically support being iterated over if they implement '__getitem__()' or 'operator[]' and have a method annotated with '__len__'. * Bug fixes. * Wed Sep 27 2023 Ben Greiner <code@bnavigator.de> - Update to 6.7.11 * Bug fixes. - Release 6.7.10 * Added the --minimum-glibc-version command line option to sip-wheel. * The latest version of ABI v13 is v13.5.2. * The latest version of ABI v12 is v12.12.2. * Bug fixes. * Thu May 25 2023 Dirk Müller <dmueller@suse.com> - for SLE15, package documentation in devel package * Mon Apr 24 2023 Ben Greiner <code@bnavigator.de> - Update to 6.7.9 * The latest version of ABI v13 is v13.5.1. * The latest version of ABI v12 is v12.12.1. * Bug fixes. - Release v6.7.8 4th April 2023 * The latest version of ABI v13 is v13.5.0. * The latest version of ABI v12 is v12.12.0. * The 'wheel-includes' value of the 'tool.sip.project' section of pyproject.toml now supports the use of absolute file patterns. * Replaced the use of the 'toml' package with the standard library 'tomllib' package for Python v3.11 and later, and the 'tomli' package for earlier versions of Python. * Bug fixes. * Fri Apr 21 2023 Dirk Müller <dmueller@suse.com> - add sle15_python_module_pythons (jsc#PED-68) * Thu Apr 13 2023 Matej Cepl <mcepl@suse.com> - Make calling of %{sle15modernpython} optional. * Thu Feb 09 2023 Ben Greiner <code@bnavigator.de> - Update to 6.7.7 * bug-fix release * Refactored the handling of composite classes so that they are populated properly. * Changes to the XML generation to reduce differences to earlier versions. * Wed Feb 01 2023 Ben Greiner <code@bnavigator.de> - Revert to 6.7.5 * breaks Qt import in PyQt5 * https://www.riverbankcomputing.com/pipermail/pyqt/2023-January/045137.html * Sun Jan 29 2023 Ben Greiner <code@bnavigator.de> - Update to 6.7.6 * Minor bug-fix release * The latest version of ABI v13 is v13.4.1. * The latest version of ABI v12 is v12.11.1. * Significantly reduced the memory requirements. * Thu Jan 12 2023 Antonio Larrosa <alarrosa@suse.com> - Add patch to support python 3.6 needed by SLE15: * support-python3.6.patch * Wed Jan 11 2023 Ben Greiner <code@bnavigator.de> - Update to 6.7.5 * This is a minor bug-fix release that fixes a problem with extract filenames that contain Windows drive letters. - Version 6.7.4 is a minor big fix release that fixes the typo affecting type hints for properties. - Drop sip-hg2860-fixprop.patch * Mon Oct 31 2022 Ben Greiner <code@bnavigator.de> - Add sip-hg2860-fixprop.patch * https://www.riverbankcomputing.com/hg/sip/rev/2157850bf018 * https://www.riverbankcomputing.com/pipermail/pyqt/2022-October/045021.html * Sat Oct 29 2022 Ben Greiner <code@bnavigator.de> - Update to 6.7.3 * This is a very minor bug-fix release but also continues the progress of porting the C code to Python. * Wed Oct 12 2022 Ben Greiner <code@bnavigator.de> - Update to 6.7.2 * Bug fixes * Refactored the structure to create the outputs module. * The Python .api generation now produces the same results as the old C++ code * Established a pattern for class-based object formatters. * Fixed a regression in instantiating class templates. * Wed Oct 05 2022 Ben Greiner <code@bnavigator.de> - Update to version 6.7.1 * Bug fixes - Drop sip-6.7.0-zipstrict.patch * Mon Oct 03 2022 Ben Greiner <code@bnavigator.de> - Update to version 6.7.0 * Added the /NoAssignmentOperator/, /NoCopyCtor/ and /NoDefaultCtor/ mapped type annotations. * Added the --generator-version command line option to sip-distinfo. * Added the 'generator_version' argument to Project.get_sip_distinfo_command_line(). * The resolver/transform stage has been replaced with a pure Python implementation. * Bug fixes. - Add sip-6.7.0-zipstrict.patch * https://www.riverbankcomputing.com/pipermail/pyqt/2022-October/044927.html * Mon Jun 20 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 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 05 2022 Ben Greiner <code@bnavigator.de> - Update to version 6.5.1 * Added the --no-compile command line option to sip-build. * Added the --no-version-info command line option to sip-build. * The latest version of ABI v13 is v13.2.1. * The latest version of ABI v12 is v12.9.1. * Bug fixes.
/etc/alternatives/sip-build /etc/alternatives/sip-distinfo /etc/alternatives/sip-install /etc/alternatives/sip-module /etc/alternatives/sip-sdist /etc/alternatives/sip-wheel /usr/bin/sip-build /usr/bin/sip-build-3.13 /usr/bin/sip-distinfo /usr/bin/sip-distinfo-3.13 /usr/bin/sip-install /usr/bin/sip-install-3.13 /usr/bin/sip-module /usr/bin/sip-module-3.13 /usr/bin/sip-sdist /usr/bin/sip-sdist-3.13 /usr/bin/sip-wheel /usr/bin/sip-wheel-3.13 /usr/lib/python3.13/site-packages/sip-6.9.1.dist-info /usr/lib/python3.13/site-packages/sip-6.9.1.dist-info/INSTALLER /usr/lib/python3.13/site-packages/sip-6.9.1.dist-info/LICENSE /usr/lib/python3.13/site-packages/sip-6.9.1.dist-info/METADATA /usr/lib/python3.13/site-packages/sip-6.9.1.dist-info/RECORD /usr/lib/python3.13/site-packages/sip-6.9.1.dist-info/REQUESTED /usr/lib/python3.13/site-packages/sip-6.9.1.dist-info/WHEEL /usr/lib/python3.13/site-packages/sip-6.9.1.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/sip-6.9.1.dist-info/top_level.txt /usr/lib/python3.13/site-packages/sipbuild /usr/lib/python3.13/site-packages/sipbuild/__init__.py /usr/lib/python3.13/site-packages/sipbuild/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/_version.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/abstract_builder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/abstract_builder.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/abstract_project.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/abstract_project.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/api.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/api.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/argument_parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/argument_parser.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/bindings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/bindings.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/bindings_configuration.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/bindings_configuration.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/buildable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/buildable.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/builder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/builder.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/configurable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/configurable.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/distutils_builder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/distutils_builder.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/installable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/installable.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/project.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/project.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/py_versions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/py_versions.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/pyproject.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/pyproject.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/setuptools_builder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/setuptools_builder.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/toml.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/toml.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/__pycache__/version.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/_version.py /usr/lib/python3.13/site-packages/sipbuild/abstract_builder.py /usr/lib/python3.13/site-packages/sipbuild/abstract_project.py /usr/lib/python3.13/site-packages/sipbuild/api.py /usr/lib/python3.13/site-packages/sipbuild/argument_parser.py /usr/lib/python3.13/site-packages/sipbuild/bindings.py /usr/lib/python3.13/site-packages/sipbuild/bindings_configuration.py /usr/lib/python3.13/site-packages/sipbuild/buildable.py /usr/lib/python3.13/site-packages/sipbuild/builder.py /usr/lib/python3.13/site-packages/sipbuild/configurable.py /usr/lib/python3.13/site-packages/sipbuild/distinfo /usr/lib/python3.13/site-packages/sipbuild/distinfo/__init__.py /usr/lib/python3.13/site-packages/sipbuild/distinfo/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/distinfo/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/distinfo/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/distinfo/__pycache__/distinfo.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/distinfo/__pycache__/distinfo.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/distinfo/distinfo.py /usr/lib/python3.13/site-packages/sipbuild/distutils_builder.py /usr/lib/python3.13/site-packages/sipbuild/exceptions.py /usr/lib/python3.13/site-packages/sipbuild/generator /usr/lib/python3.13/site-packages/sipbuild/generator/__init__.py /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/error_log.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/error_log.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/instantiations.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/instantiations.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/python_slots.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/python_slots.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/scoped_name.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/scoped_name.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/specification.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/specification.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/templates.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/templates.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/error_log.py /usr/lib/python3.13/site-packages/sipbuild/generator/instantiations.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__init__.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/api.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/api.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/extracts.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/extracts.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/pyi.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/pyi.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/type_hints.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/type_hints.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/xml.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/__pycache__/xml.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/api.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/code /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/code/__init__.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/code/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/code/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/code/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/code/__pycache__/code.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/code/__pycache__/code.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/code/code.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/extracts.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__init__.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/argument.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/argument.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/enum.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/enum.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/klass.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/klass.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/misc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/misc.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/signature.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/signature.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/template.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/template.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/value_list.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/value_list.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/variable.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/__pycache__/variable.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/argument.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/enum.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/klass.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/misc.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/signature.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/template.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/value_list.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/formatters/variable.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/pyi.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/type_hints.py /usr/lib/python3.13/site-packages/sipbuild/generator/outputs/xml.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__init__.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/annotations.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/annotations.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/parser.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/parser_manager.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/parser_manager.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/python_exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/python_exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/rules.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/rules.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/tokens.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/__pycache__/tokens.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/annotations.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser/parser.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser/parser_manager.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/__init__.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/__pycache__/lex.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/__pycache__/lex.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/__pycache__/yacc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/__pycache__/yacc.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/lex.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser/ply/yacc.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser/python_exceptions.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser/rules.py /usr/lib/python3.13/site-packages/sipbuild/generator/parser/tokens.py /usr/lib/python3.13/site-packages/sipbuild/generator/python_slots.py /usr/lib/python3.13/site-packages/sipbuild/generator/resolver /usr/lib/python3.13/site-packages/sipbuild/generator/resolver/__init__.py /usr/lib/python3.13/site-packages/sipbuild/generator/resolver/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/generator/resolver/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/resolver/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/resolver/__pycache__/resolver.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/resolver/__pycache__/resolver.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/generator/resolver/resolver.py /usr/lib/python3.13/site-packages/sipbuild/generator/scoped_name.py /usr/lib/python3.13/site-packages/sipbuild/generator/specification.py /usr/lib/python3.13/site-packages/sipbuild/generator/templates.py /usr/lib/python3.13/site-packages/sipbuild/generator/utils.py /usr/lib/python3.13/site-packages/sipbuild/installable.py /usr/lib/python3.13/site-packages/sipbuild/module /usr/lib/python3.13/site-packages/sipbuild/module/__init__.py /usr/lib/python3.13/site-packages/sipbuild/module/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/module/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/module/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/module/__pycache__/abi_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/module/__pycache__/abi_version.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/module/__pycache__/module.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/module/__pycache__/module.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/module/abi_version.py /usr/lib/python3.13/site-packages/sipbuild/module/module.py /usr/lib/python3.13/site-packages/sipbuild/module/source /usr/lib/python3.13/site-packages/sipbuild/module/source/12 /usr/lib/python3.13/site-packages/sipbuild/module/source/12/LICENSE /usr/lib/python3.13/site-packages/sipbuild/module/source/12/MANIFEST.in /usr/lib/python3.13/site-packages/sipbuild/module/source/12/README.in /usr/lib/python3.13/site-packages/sipbuild/module/source/12/apiversions.c /usr/lib/python3.13/site-packages/sipbuild/module/source/12/descriptors.c /usr/lib/python3.13/site-packages/sipbuild/module/source/12/int_convertors.c /usr/lib/python3.13/site-packages/sipbuild/module/source/12/objmap.c /usr/lib/python3.13/site-packages/sipbuild/module/source/12/pyproject.toml.in /usr/lib/python3.13/site-packages/sipbuild/module/source/12/qtlib.c /usr/lib/python3.13/site-packages/sipbuild/module/source/12/setup.cfg.in /usr/lib/python3.13/site-packages/sipbuild/module/source/12/setup.py.in /usr/lib/python3.13/site-packages/sipbuild/module/source/12/sip.h.in /usr/lib/python3.13/site-packages/sipbuild/module/source/12/sip.pyi /usr/lib/python3.13/site-packages/sipbuild/module/source/12/sip.rst.in /usr/lib/python3.13/site-packages/sipbuild/module/source/12/sip_array.c /usr/lib/python3.13/site-packages/sipbuild/module/source/12/sip_array.h /usr/lib/python3.13/site-packages/sipbuild/module/source/12/sipint.h /usr/lib/python3.13/site-packages/sipbuild/module/source/12/siplib.c /usr/lib/python3.13/site-packages/sipbuild/module/source/12/threads.c /usr/lib/python3.13/site-packages/sipbuild/module/source/12/voidptr.c /usr/lib/python3.13/site-packages/sipbuild/module/source/13 /usr/lib/python3.13/site-packages/sipbuild/module/source/13/LICENSE /usr/lib/python3.13/site-packages/sipbuild/module/source/13/MANIFEST.in /usr/lib/python3.13/site-packages/sipbuild/module/source/13/README.in /usr/lib/python3.13/site-packages/sipbuild/module/source/13/pyproject.toml.in /usr/lib/python3.13/site-packages/sipbuild/module/source/13/setup.cfg.in /usr/lib/python3.13/site-packages/sipbuild/module/source/13/setup.py.in /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip.h.in /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip.pyi /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip.rst.in /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_array.c /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_array.h /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_core.c /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_core.h /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_descriptors.c /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_enum.c /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_enum.h /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_int_convertors.c /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_object_map.c /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_threads.c /usr/lib/python3.13/site-packages/sipbuild/module/source/13/sip_voidptr.c /usr/lib/python3.13/site-packages/sipbuild/project.py /usr/lib/python3.13/site-packages/sipbuild/py_versions.py /usr/lib/python3.13/site-packages/sipbuild/pyproject.py /usr/lib/python3.13/site-packages/sipbuild/setuptools_builder.py /usr/lib/python3.13/site-packages/sipbuild/toml.py /usr/lib/python3.13/site-packages/sipbuild/tools /usr/lib/python3.13/site-packages/sipbuild/tools/__init__.py /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__ /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/build.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/build.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/distinfo.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/distinfo.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/install.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/install.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/module.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/module.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/sdist.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/sdist.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/wheel.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/__pycache__/wheel.cpython-313.pyc /usr/lib/python3.13/site-packages/sipbuild/tools/build.py /usr/lib/python3.13/site-packages/sipbuild/tools/distinfo.py /usr/lib/python3.13/site-packages/sipbuild/tools/install.py /usr/lib/python3.13/site-packages/sipbuild/tools/module.py /usr/lib/python3.13/site-packages/sipbuild/tools/sdist.py /usr/lib/python3.13/site-packages/sipbuild/tools/wheel.py /usr/lib/python3.13/site-packages/sipbuild/version.py /usr/share/licenses/python313-sip6-devel /usr/share/licenses/python313-sip6-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Feb 11 01:30:40 2025