Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-sip6-doc-6.8.3-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python-sip6-doc Distribution: openSUSE Tumbleweed
Version: 6.8.3 Vendor: openSUSE
Release: 1.1 Build date: Tue Apr 9 10:20:00 2024
Group: Development/Libraries/Python Build host: reproducible
Size: 1992366 Source RPM: python-sip6-6.8.3-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 -- common documentation
SIP is a tool that makes it very easy to create Python bindings for C
and C++ libraries. It was originally developed to create PyQt, the
Python bindings for the Qt toolkit, but can be used to create bindings
for any C or C++ library.

This package contains the documentation and example files.

Provides

Requires

License

GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP

Changelog

* 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.
* Fri Dec 03 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.5.0
    * Added 'UIntEnum' as a value of the /BaseType/ enum annotation
      to support enum.IntEnum types with unsigned values.
    * The latest version of ABI v13 is v13.2.0.
    * Bug fixes.
* Fri Oct 29 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.4.0
    * Added support for the 'py_ssize_t_clean' argument to the
      '%Module' directive.
    * Bug fixes.
* Sat Oct 16 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.3.1
    * Bug fixes.
    * SIP itself now uses the limited API itself.
    * Added the Project.get_platform_tag() method to the sipbuild
      API.
* Sun Oct 03 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.2.0
    * The interpreter tag in the name of a wheel now specifies
      a minimum Python version (rather than each supported
      Python version) when the limited API is used.
    * The /PyQtNoQMetaObject/ annotation can now be applied to
      namespaces.
    * sip-build, sip-install and sip-wheel now support the
    - -disabled-feature command line option.
    * Added support for Python v3.10.
    * Added the setuptools builder which is the default for
      Python v3.10 and later.
    * The ABI version, wherever specified, is now a minimum
      version with a default minor version of 0.
* Mon Sep 13 2021 Ben Greiner <code@bnavigator.de>
  - Obsolete erroneously created non-devel metapackage -- boo#1190441
* Tue Jun 15 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.1.1
    * The abi-version project option is interpreted as a minimum
      version rather than an exact version.
    * Bug fixes.
* Thu May 13 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.1.0
    * Added support for the noexcept specifier. This has the same
      effect as a throw specifier that has no arguments.
    * throw specifiers in .sip files are now ignored when using ABI
      v13.1 or later and v12.9 or later.
    * Added the scripts-dir project option for specifying the
      directory where scripts are installed. There is a
      corresponding --scripts-dir command line option to sip-build
      and sip-install.
    * The build tools (sip-build, sip-install, sip-sdist and
      sip-wheel) may now be invoked using the -m command line option
      of the Python interpreter.
    * If C++ exceptions are used then a C++11 compiler is required.
    * The latest version of ABI v13 is v13.1.0.
    * The latest version of ABI v12 is v12.9.0.
* Thu Mar 11 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.0.3
    * Bug fixes.
* Thu Feb 25 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 6.0.2
    * Bug fixes.
* Fri Feb 19 2021 Ben Greiner <code@bnavigator.de>
  - Rename to python-sip6
  - Update to version 6.0.1
    * The latest version of ABI v13 is v13.0.1.
    * Bug fixes.
  - NEWS for v6.0.0
    * All features deprecated in SIP v5 have been removed.
    * Added ABI v13.0 of the sip module.  This uses the Python
      enum module to implement all enums.
    * Added support for mapped type convertors to have
      additional user-defined state.  This is implemented
      using the %ReleaseCode directive, the SIP_USER flag and
      the sipConvertToTypeUS(), sipForceConvertToTypeUS() and
      sipReleaseTypeUS() API functions.  (ABI v13 only.)
    * %ConvertFromTypeCode and %ConvertToTypeCode are now
      optional for mapped types.
    * Added support for the SIP_PYENUM additional SIP type.
    * Added and sipIsEnumFlag()
    * Added the /BaseType/ enum annotation for specifying the
      exact Python enum type to be used.  (ABI v13 only.)
    * Added support for wrapping named unions.
    * Added support for Py_hash_t.  (ABI v13 only.)
    * Python names automatically have a '_' appended if they
      are Python keywords.
    * The lexer can now handle '\xNN' characters.
    * sip.pyi and py.typed are automatically installed if
      dunder-init is specified and pep484-pyi is specified for
      at least one module.

Files

/usr/share/doc/packages/python-sip6-doc
/usr/share/doc/packages/python-sip6-doc/doc
/usr/share/doc/packages/python-sip6-doc/doc/abi_12.rst
/usr/share/doc/packages/python-sip6-doc/doc/abi_13.rst
/usr/share/doc/packages/python-sip6-doc/doc/annotations.rst
/usr/share/doc/packages/python-sip6-doc/doc/c_api.rst
/usr/share/doc/packages/python-sip6-doc/doc/command_line_tools.rst
/usr/share/doc/packages/python-sip6-doc/doc/conf.py
/usr/share/doc/packages/python-sip6-doc/doc/directives.rst
/usr/share/doc/packages/python-sip6-doc/doc/examples.rst
/usr/share/doc/packages/python-sip6-doc/doc/html
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/1ecf1f4f4a76a8e59532facba6c25478
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/1ecf1f4f4a76a8e59532facba6c25478/project.py
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/29b20c4b0b5bc296cadc24d78b79b2e3
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/29b20c4b0b5bc296cadc24d78b79b2e3/fib.sip
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/8d58d9205fb0122eeab92a9fcb9691fa
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/8d58d9205fb0122eeab92a9fcb9691fa/pyproject.toml
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/b2eef3625f8e8328b541438ece1ada6e
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/b2eef3625f8e8328b541438ece1ada6e/extras.sip
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/cb1041e5584ff6a231577ab7090a27b0
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/cb1041e5584ff6a231577ab7090a27b0/core.sip
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/d69ab6cbef42592a418e1d5b52295d24
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/d69ab6cbef42592a418e1d5b52295d24/pyproject.toml
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/f7db8264adc32fd3cf240926b935567c
/usr/share/doc/packages/python-sip6-doc/doc/html/_downloads/f7db8264adc32fd3cf240926b935567c/pyproject.toml
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/abi_12.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/abi_13.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/annotations.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/c_api.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/command_line_tools.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/directives.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/examples.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/introduction.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/other_topics.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/pyproject_toml.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/sipbuild_api.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_sources/specification_files.rst.txt
/usr/share/doc/packages/python-sip6-doc/doc/html/_static
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/basic.css
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/classic.css
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/doctools.js
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/file.png
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/language_data.js
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/logo.png
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/logo_tn.png
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/minus.png
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/plus.png
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/pygments.css
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/riverbank.css
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/searchtools.js
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/sidebar.js
/usr/share/doc/packages/python-sip6-doc/doc/html/_static/sphinx_highlight.js
/usr/share/doc/packages/python-sip6-doc/doc/html/abi_12.html
/usr/share/doc/packages/python-sip6-doc/doc/html/abi_13.html
/usr/share/doc/packages/python-sip6-doc/doc/html/annotations.html
/usr/share/doc/packages/python-sip6-doc/doc/html/c_api.html
/usr/share/doc/packages/python-sip6-doc/doc/html/command_line_tools.html
/usr/share/doc/packages/python-sip6-doc/doc/html/directives.html
/usr/share/doc/packages/python-sip6-doc/doc/html/examples.html
/usr/share/doc/packages/python-sip6-doc/doc/html/genindex.html
/usr/share/doc/packages/python-sip6-doc/doc/html/index.html
/usr/share/doc/packages/python-sip6-doc/doc/html/introduction.html
/usr/share/doc/packages/python-sip6-doc/doc/html/objects.inv
/usr/share/doc/packages/python-sip6-doc/doc/html/other_topics.html
/usr/share/doc/packages/python-sip6-doc/doc/html/py-modindex.html
/usr/share/doc/packages/python-sip6-doc/doc/html/pyproject_toml.html
/usr/share/doc/packages/python-sip6-doc/doc/html/search.html
/usr/share/doc/packages/python-sip6-doc/doc/html/searchindex.js
/usr/share/doc/packages/python-sip6-doc/doc/html/sipbuild_api.html
/usr/share/doc/packages/python-sip6-doc/doc/html/specification_files.html
/usr/share/doc/packages/python-sip6-doc/doc/index.rst
/usr/share/doc/packages/python-sip6-doc/doc/introduction.rst
/usr/share/doc/packages/python-sip6-doc/doc/other_topics.rst
/usr/share/doc/packages/python-sip6-doc/doc/pyproject_toml.rst
/usr/share/doc/packages/python-sip6-doc/doc/riverbank
/usr/share/doc/packages/python-sip6-doc/doc/riverbank/layout.html
/usr/share/doc/packages/python-sip6-doc/doc/riverbank/static
/usr/share/doc/packages/python-sip6-doc/doc/riverbank/static/logo.png
/usr/share/doc/packages/python-sip6-doc/doc/riverbank/static/logo_tn.png
/usr/share/doc/packages/python-sip6-doc/doc/riverbank/static/riverbank.css
/usr/share/doc/packages/python-sip6-doc/doc/riverbank/theme.conf
/usr/share/doc/packages/python-sip6-doc/doc/sipbuild_api.rst
/usr/share/doc/packages/python-sip6-doc/doc/specification_files.rst
/usr/share/licenses/python-sip6-doc
/usr/share/licenses/python-sip6-doc/LICENSE
/usr/share/licenses/python-sip6-doc/LICENSE-GPL2
/usr/share/licenses/python-sip6-doc/LICENSE-GPL3


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024