Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sip6 for openSUSE:Factory checked in at 2023-01-14 00:02:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sip6 (Old) and /work/SRC/openSUSE:Factory/.python-sip6.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sip6" Sat Jan 14 00:02:08 2023 rev:11 rq:1058065 version:6.7.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sip6/python-sip6.changes 2022-11-02 12:46:36.053403369 +0100 +++ /work/SRC/openSUSE:Factory/.python-sip6.new.32243/python-sip6.changes 2023-01-14 00:02:09.765342194 +0100 @@ -1,0 +2,16 @@ +Thu Jan 12 09:02:28 UTC 2023 - Antonio Larrosa <alarr...@suse.com> + +- Add patch to support python 3.6 needed by SLE15: + * support-python3.6.patch + +------------------------------------------------------------------- +Wed Jan 11 09:17:06 UTC 2023 - Ben Greiner <c...@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 + +------------------------------------------------------------------- Old: ---- sip-6.7.3.tar.gz sip-hg2860-fixprop.patch New: ---- sip-6.7.5.tar.gz support-python3.6.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sip6.spec ++++++ --- /var/tmp/diff_new_pack.iJKEqM/_old 2023-01-14 00:02:10.625347204 +0100 +++ /var/tmp/diff_new_pack.iJKEqM/_new 2023-01-14 00:02:10.641347297 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sip6 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,15 @@ Name: python-sip6 -Version: 6.7.3 +Version: 6.7.5 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 -# PATCH-FIX-UPSTREAM sip-hg2860-fixprop.patch https://www.riverbankcomputing.com/hg/sip/rev/2157850bf018, https://www.riverbankcomputing.com/pipermail/pyqt/2022-October/045021.html -Patch0: sip-hg2860-fixprop.patch -BuildRequires: %{python_module devel >= 3.7} +Patch0: support-python3.6.patch +BuildRequires: %{python_module devel >= 3.6} BuildRequires: %{python_module packaging} BuildRequires: %{python_module ply} BuildRequires: %{python_module setuptools} @@ -48,7 +47,10 @@ Summary: A Python bindings generator for C/C++ libraries Group: Development/Libraries/Python Requires: c++_compiler -Requires: python-devel >= 3.7 +Requires: python-devel >= 3.6 +%if %{python_version_nodots} <= 36 +Requires: python-dataclasses +%endif Requires: python-packaging Requires: python-ply Requires: python-setuptools ++++++ sip-6.7.3.tar.gz -> sip-6.7.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/ChangeLog new/sip-6.7.5/ChangeLog --- old/sip-6.7.3/ChangeLog 2022-10-28 17:38:43.000000000 +0200 +++ new/sip-6.7.5/ChangeLog 2022-11-19 15:04:34.000000000 +0100 @@ -1,3 +1,28 @@ +2022-11-15 Phil Thompson <p...@riverbankcomputing.com> + + * NEWS, sipbuild/generator/outputs/extracts.py: + Fixed extracts when the extract file name contains a Windows disk + specifier. + [43c1391748cf] [6.7.5] <6.7-maint> + +2022-11-03 Phil Thompson <p...@riverbankcomputing.com> + + * .hgtags: + Added tag 6.7.4 for changeset 2157850bf018 + [7b7a870a7d35] <6.7-maint> + +2022-10-29 Phil Thompson <p...@riverbankcomputing.com> + + * NEWS, sipbuild/generator/outputs/pyi.py: + Fixed a regression in the handling of type hints for properties. + [2157850bf018] [6.7.4] <6.7-maint> + +2022-10-28 Phil Thompson <p...@riverbankcomputing.com> + + * .hgtags: + Added tag 6.7.3 for changeset ea12891e29e2 + [912db062d8c7] <6.7-maint> + 2022-10-27 Phil Thompson <p...@riverbankcomputing.com> * sipbuild/generator/outputs/pyi.py: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/NEWS new/sip-6.7.5/NEWS --- old/sip-6.7.3/NEWS 2022-10-28 17:38:08.000000000 +0200 +++ new/sip-6.7.5/NEWS 2022-11-19 15:03:57.000000000 +0100 @@ -1,3 +1,9 @@ +v6.7.5 15th November 2022 + - Bug fixes. + +v6.7.4 29th October 2022 + - Bug fixes. + v6.7.3 27th October 2022 - Bug fixes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/PKG-INFO new/sip-6.7.5/PKG-INFO --- old/sip-6.7.3/PKG-INFO 2022-10-28 17:38:44.234909300 +0200 +++ new/sip-6.7.5/PKG-INFO 2022-11-19 15:04:34.385048000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: sip -Version: 6.7.3 +Version: 6.7.5 Summary: A Python bindings generator for C/C++ libraries Home-page: https://www.riverbankcomputing.com/software/sip/ Author: Riverbank Computing Limited diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/_static/documentation_options.js new/sip-6.7.5/doc/html/_static/documentation_options.js --- old/sip-6.7.3/doc/html/_static/documentation_options.js 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/_static/documentation_options.js 2022-11-19 15:04:32.000000000 +0100 @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '6.7.3', + VERSION: '6.7.5', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/abi_12.html new/sip-6.7.5/doc/html/abi_12.html --- old/sip-6.7.3/doc/html/abi_12.html 2022-10-28 17:38:40.000000000 +0200 +++ new/sip-6.7.5/doc/html/abi_12.html 2022-11-19 15:04:30.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>ABI v12 for Handwritten Code — SIP v6.7.3 Documentation</title> + <title>ABI v12 for Handwritten Code — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="abi_13.html" title="ABI v13 for Handwritten Code" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">ABI v12 for Handwritten Code</a></li> </ul> </div> @@ -2564,7 +2564,7 @@ <li class="right" > <a href="abi_13.html" title="ABI v13 for Handwritten Code" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">ABI v12 for Handwritten Code</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/abi_13.html new/sip-6.7.5/doc/html/abi_13.html --- old/sip-6.7.3/doc/html/abi_13.html 2022-10-28 17:38:40.000000000 +0200 +++ new/sip-6.7.5/doc/html/abi_13.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>ABI v13 for Handwritten Code — SIP v6.7.3 Documentation</title> + <title>ABI v13 for Handwritten Code — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="c_api.html" title="C API for Handwritten Code" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">ABI v13 for Handwritten Code</a></li> </ul> </div> @@ -2521,7 +2521,7 @@ <li class="right" > <a href="c_api.html" title="C API for Handwritten Code" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">ABI v13 for Handwritten Code</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/annotations.html new/sip-6.7.5/doc/html/annotations.html --- old/sip-6.7.3/doc/html/annotations.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/annotations.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Annotations — SIP v6.7.3 Documentation</title> + <title>Annotations — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="directives.html" title="Directives" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Annotations</a></li> </ul> </div> @@ -1303,7 +1303,7 @@ <li class="right" > <a href="directives.html" title="Directives" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Annotations</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/c_api.html new/sip-6.7.5/doc/html/c_api.html --- old/sip-6.7.3/doc/html/c_api.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/c_api.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>C API for Handwritten Code — SIP v6.7.3 Documentation</title> + <title>C API for Handwritten Code — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="other_topics.html" title="Other Topics" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">C API for Handwritten Code</a></li> </ul> </div> @@ -205,7 +205,7 @@ <li class="right" > <a href="other_topics.html" title="Other Topics" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">C API for Handwritten Code</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/command_line_tools.html new/sip-6.7.5/doc/html/command_line_tools.html --- old/sip-6.7.3/doc/html/command_line_tools.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/command_line_tools.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Command Line Tools — SIP v6.7.3 Documentation</title> + <title>Command Line Tools — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="examples.html" title="Examples" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Command Line Tools</a></li> </ul> </div> @@ -794,7 +794,7 @@ <li class="right" > <a href="examples.html" title="Examples" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Command Line Tools</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/directives.html new/sip-6.7.5/doc/html/directives.html --- old/sip-6.7.3/doc/html/directives.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/directives.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Directives — SIP v6.7.3 Documentation</title> + <title>Directives — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="specification_files.html" title="Specification Files" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Directives</a></li> </ul> </div> @@ -2181,7 +2181,7 @@ <li class="right" > <a href="specification_files.html" title="Specification Files" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Directives</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/examples.html new/sip-6.7.5/doc/html/examples.html --- old/sip-6.7.3/doc/html/examples.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/examples.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Examples — SIP v6.7.3 Documentation</title> + <title>Examples — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="introduction.html" title="Introduction" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Examples</a></li> </ul> </div> @@ -599,7 +599,7 @@ <li class="right" > <a href="introduction.html" title="Introduction" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Examples</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/genindex.html new/sip-6.7.5/doc/html/genindex.html --- old/sip-6.7.3/doc/html/genindex.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/genindex.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Index — SIP v6.7.3 Documentation</title> + <title>Index — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -28,7 +28,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Index</a></li> </ul> </div> @@ -1797,7 +1797,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Index</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/index.html new/sip-6.7.5/doc/html/index.html --- old/sip-6.7.3/doc/html/index.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/index.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Reference Guide — SIP v6.7.3 Documentation</title> + <title>Reference Guide — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -32,7 +32,7 @@ <li class="right" > <a href="introduction.html" title="Introduction" accesskey="N">next</a> |</li> - <li class="nav-item nav-item-0"><a href="#">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="#">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Reference Guide</a></li> </ul> </div> @@ -241,7 +241,7 @@ <li class="right" > <a href="introduction.html" title="Introduction" >next</a> |</li> - <li class="nav-item nav-item-0"><a href="#">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="#">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Reference Guide</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/introduction.html new/sip-6.7.5/doc/html/introduction.html --- old/sip-6.7.3/doc/html/introduction.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/introduction.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Introduction — SIP v6.7.3 Documentation</title> + <title>Introduction — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="index.html" title="Reference Guide" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Introduction</a></li> </ul> </div> @@ -285,7 +285,7 @@ <li class="right" > <a href="index.html" title="Reference Guide" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Introduction</a></li> </ul> </div> Binary files old/sip-6.7.3/doc/html/objects.inv and new/sip-6.7.5/doc/html/objects.inv differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/other_topics.html new/sip-6.7.5/doc/html/other_topics.html --- old/sip-6.7.3/doc/html/other_topics.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/other_topics.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Other Topics — SIP v6.7.3 Documentation</title> + <title>Other Topics — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="annotations.html" title="Annotations" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Other Topics</a></li> </ul> </div> @@ -357,7 +357,7 @@ <li class="right" > <a href="annotations.html" title="Annotations" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Other Topics</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/py-modindex.html new/sip-6.7.5/doc/html/py-modindex.html --- old/sip-6.7.3/doc/html/py-modindex.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/py-modindex.html 2022-11-19 15:04:32.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Python Module Index — SIP v6.7.3 Documentation</title> + <title>Python Module Index — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -35,7 +35,7 @@ <li class="right" > <a href="#" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Python Module Index</a></li> </ul> </div> @@ -93,7 +93,7 @@ <li class="right" > <a href="#" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Python Module Index</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/pyproject_toml.html new/sip-6.7.5/doc/html/pyproject_toml.html --- old/sip-6.7.3/doc/html/pyproject_toml.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/pyproject_toml.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>pyproject.toml Reference — SIP v6.7.3 Documentation</title> + <title>pyproject.toml Reference — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="abi_12.html" title="ABI v12 for Handwritten Code" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href=""><code class="file docutils literal notranslate"><span class="pre">pyproject.toml</span></code> Reference</a></li> </ul> </div> @@ -434,7 +434,7 @@ <li class="right" > <a href="abi_12.html" title="ABI v12 for Handwritten Code" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href=""><code class="file docutils literal notranslate"><span class="pre">pyproject.toml</span></code> Reference</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/search.html new/sip-6.7.5/doc/html/search.html --- old/sip-6.7.3/doc/html/search.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/search.html 2022-11-19 15:04:32.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Search — SIP v6.7.3 Documentation</title> + <title>Search — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -34,7 +34,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Search</a></li> </ul> </div> @@ -94,7 +94,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Search</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/sipbuild_api.html new/sip-6.7.5/doc/html/sipbuild_api.html --- old/sip-6.7.3/doc/html/sipbuild_api.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/sipbuild_api.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>sipbuild Module Reference — SIP v6.7.3 Documentation</title> + <title>sipbuild Module Reference — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -32,7 +32,7 @@ <li class="right" > <a href="pyproject_toml.html" title="pyproject.toml Reference" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">sipbuild</span></code> Module Reference</a></li> </ul> </div> @@ -1472,7 +1472,7 @@ <li class="right" > <a href="pyproject_toml.html" title="pyproject.toml Reference" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">sipbuild</span></code> Module Reference</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/doc/html/specification_files.html new/sip-6.7.5/doc/html/specification_files.html --- old/sip-6.7.3/doc/html/specification_files.html 2022-10-28 17:38:41.000000000 +0200 +++ new/sip-6.7.5/doc/html/specification_files.html 2022-11-19 15:04:31.000000000 +0100 @@ -5,7 +5,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Specification Files — SIP v6.7.3 Documentation</title> + <title>Specification Files — SIP v6.7.5 Documentation</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="_static/riverbank.css" /> @@ -36,7 +36,7 @@ <li class="right" > <a href="command_line_tools.html" title="Command Line Tools" accesskey="P">previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Specification Files</a></li> </ul> </div> @@ -619,7 +619,7 @@ <li class="right" > <a href="command_line_tools.html" title="Command Line Tools" >previous</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.3 Documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">SIP v6.7.5 Documentation</a> »</li> <li class="nav-item nav-item-this"><a href="">Specification Files</a></li> </ul> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/sip.egg-info/PKG-INFO new/sip-6.7.5/sip.egg-info/PKG-INFO --- old/sip-6.7.3/sip.egg-info/PKG-INFO 2022-10-28 17:38:44.000000000 +0200 +++ new/sip-6.7.5/sip.egg-info/PKG-INFO 2022-11-19 15:04:34.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: sip -Version: 6.7.3 +Version: 6.7.5 Summary: A Python bindings generator for C/C++ libraries Home-page: https://www.riverbankcomputing.com/software/sip/ Author: Riverbank Computing Limited diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/sipbuild/generator/outputs/extracts.py new/sip-6.7.5/sipbuild/generator/outputs/extracts.py --- old/sip-6.7.3/sipbuild/generator/outputs/extracts.py 2022-10-28 17:38:08.000000000 +0200 +++ new/sip-6.7.5/sipbuild/generator/outputs/extracts.py 2022-11-19 15:03:57.000000000 +0100 @@ -28,14 +28,12 @@ """ Output an extract. """ # Get the id and file name from the reference. - parts = extract_ref.split(':') - if len(parts) != 2: + extract_id, _, extract_file = extract_ref.partition(':') + if not extract_file: raise UserException( "an extract must be in the form 'id:file', not '{0}'".format( extract_ref)) - extract_id, extract_file = parts - # Get all the parts of this extract. ordered_parts = [] appended_parts = [] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/sipbuild/generator/outputs/pyi.py new/sip-6.7.5/sipbuild/generator/outputs/pyi.py --- old/sip-6.7.3/sipbuild/generator/outputs/pyi.py 2022-10-28 17:38:08.000000000 +0200 +++ new/sip-6.7.5/sipbuild/generator/outputs/pyi.py 2022-11-19 15:03:57.000000000 +0100 @@ -495,7 +495,7 @@ defined) s = _indent(indent) - s += f'def {prop.name.name}{sinature}: ...\n' + s += f'def {prop.name.name}{signature}: ...\n' pf.write(s) break diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sip-6.7.3/sipbuild/version.py new/sip-6.7.5/sipbuild/version.py --- old/sip-6.7.3/sipbuild/version.py 2022-10-28 17:38:36.000000000 +0200 +++ new/sip-6.7.5/sipbuild/version.py 2022-11-19 15:04:26.000000000 +0100 @@ -1,2 +1,2 @@ -SIP_VERSION = 0x060703 -SIP_VERSION_STR = '6.7.3' +SIP_VERSION = 0x060705 +SIP_VERSION_STR = '6.7.5' ++++++ support-python3.6.patch ++++++ Index: sip-6.7.5/PKG-INFO =================================================================== --- sip-6.7.5.orig/PKG-INFO +++ sip-6.7.5/PKG-INFO @@ -9,7 +9,7 @@ License: SIP Platform: X11 Platform: macOS Platform: Windows -Requires-Python: >=3.7 +Requires-Python: >=3.6 License-File: LICENSE License-File: LICENSE-GPL3 License-File: LICENSE-GPL2 Index: sip-6.7.5/setup.py =================================================================== --- sip-6.7.5.orig/setup.py +++ sip-6.7.5/setup.py @@ -50,7 +50,7 @@ setup( name='sip', version=version, license='SIP', - python_requires='>=3.7', + python_requires='>=3.6', install_requires=['packaging', 'ply', 'setuptools', 'toml'], packages=find_packages(), package_data={ Index: sip-6.7.5/sipbuild/py_versions.py =================================================================== --- sip-6.7.5.orig/sipbuild/py_versions.py +++ sip-6.7.5/sipbuild/py_versions.py @@ -22,4 +22,4 @@ # The oldest supported minor version of Python v3. -OLDEST_SUPPORTED_MINOR = 7 +OLDEST_SUPPORTED_MINOR = 6 Index: sip-6.7.5/sipbuild/module/source/12/setup.py.in =================================================================== --- sip-6.7.5.orig/sipbuild/module/source/12/setup.py.in +++ sip-6.7.5/sipbuild/module/source/12/setup.py.in @@ -40,6 +40,6 @@ setup( name='@SIP_MODULE_PROJECT_NAME@', version='@SIP_MODULE_VERSION@', license='SIP', - python_requires='>=3.7', + python_requires='>=3.6', ext_modules=[module] ) Index: sip-6.7.5/sipbuild/module/source/12/sip.h.in =================================================================== --- sip-6.7.5.orig/sipbuild/module/source/12/sip.h.in +++ sip-6.7.5/sipbuild/module/source/12/sip.h.in @@ -24,8 +24,8 @@ #include <Python.h> /* Sanity check on the Python version. */ -#if PY_VERSION_HEX < 0x03070000 -#error "This version of @_SIP_MODULE_FQ_NAME@ requires Python v3.7 or later" +#if PY_VERSION_HEX < 0x03060000 +#error "This version of @_SIP_MODULE_FQ_NAME@ requires Python v3.6 or later" #endif Index: sip-6.7.5/sipbuild/module/source/13/setup.py.in =================================================================== --- sip-6.7.5.orig/sipbuild/module/source/13/setup.py.in +++ sip-6.7.5/sipbuild/module/source/13/setup.py.in @@ -40,6 +40,6 @@ setup( name='@SIP_MODULE_PROJECT_NAME@', version='@SIP_MODULE_VERSION@', license='SIP', - python_requires='>=3.7', + python_requires='>=3.6', ext_modules=[module] ) Index: sip-6.7.5/sipbuild/module/source/13/sip.h.in =================================================================== --- sip-6.7.5.orig/sipbuild/module/source/13/sip.h.in +++ sip-6.7.5/sipbuild/module/source/13/sip.h.in @@ -24,8 +24,8 @@ #include <Python.h> /* Sanity check on the Python version. */ -#if PY_VERSION_HEX < 0x03070000 -#error "This version of @_SIP_MODULE_FQ_NAME@ requires Python v3.7 or later" +#if PY_VERSION_HEX < 0x03060000 +#error "This version of @_SIP_MODULE_FQ_NAME@ requires Python v3.6 or later" #endif