[neon/forks/sip6/Neon/release] /: New upstream version 6.7.4+dfsg

Dmitry Shachnev null at kde.org
Sat Feb 4 02:04:46 GMT 2023


Git commit aa4c50884b27c1c3dc5af24e39d22f6e7f8e9cc9 by Dmitry Shachnev.
Committed on 03/11/2022 at 13:46.
Pushed by carlosdem into branch 'Neon/release'.

New upstream version 6.7.4+dfsg

M  +12   -0    ChangeLog
M  +3    -0    NEWS
M  +1    -1    PKG-INFO
M  +1    -1    sip.egg-info/PKG-INFO
M  +1    -1    sipbuild/generator/outputs/pyi.py
M  +2    -2    sipbuild/version.py

https://invent.kde.org/neon/forks/sip6/commit/aa4c50884b27c1c3dc5af24e39d22f6e7f8e9cc9

diff --git a/ChangeLog b/ChangeLog
index ea9bb1a..b5a976b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2022-10-29  Phil Thompson  <phil at 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  <phil at riverbankcomputing.com>
+
+	* .hgtags:
+	Added tag 6.7.3 for changeset ea12891e29e2
+	[912db062d8c7] <6.7-maint>
+
 2022-10-27  Phil Thompson  <phil at riverbankcomputing.com>
 
 	* sipbuild/generator/outputs/pyi.py:
diff --git a/NEWS b/NEWS
index d459f60..3659097 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v6.7.4 29th October 2022
+  - Bug fixes.
+
 v6.7.3 27th October 2022
   - Bug fixes.
 
diff --git a/PKG-INFO b/PKG-INFO
index be2f1a9..df4b6dd 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: sip
-Version: 6.7.3
+Version: 6.7.4
 Summary: A Python bindings generator for C/C++ libraries
 Home-page: https://www.riverbankcomputing.com/software/sip/
 Author: Riverbank Computing Limited
diff --git a/sip.egg-info/PKG-INFO b/sip.egg-info/PKG-INFO
index be2f1a9..df4b6dd 100644
--- a/sip.egg-info/PKG-INFO
+++ b/sip.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: sip
-Version: 6.7.3
+Version: 6.7.4
 Summary: A Python bindings generator for C/C++ libraries
 Home-page: https://www.riverbankcomputing.com/software/sip/
 Author: Riverbank Computing Limited
diff --git a/sipbuild/generator/outputs/pyi.py b/sipbuild/generator/outputs/pyi.py
index 4c3705c..f601b9c 100644
--- a/sipbuild/generator/outputs/pyi.py
+++ b/sipbuild/generator/outputs/pyi.py
@@ -495,7 +495,7 @@ def _property(pf, spec, module, prop, is_setter, member, overloads, defined,
                 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 --git a/sipbuild/version.py b/sipbuild/version.py
index 918f304..b3f6b4c 100644
--- a/sipbuild/version.py
+++ b/sipbuild/version.py
@@ -1,2 +1,2 @@
-SIP_VERSION = 0x060703
-SIP_VERSION_STR = '6.7.3'
+SIP_VERSION = 0x060704
+SIP_VERSION_STR = '6.7.4'



More information about the Neon-commits mailing list