Wed, 01 Jun 2022 17:43:05 +0200
Prepared new release.
.hgignore | file | annotate | diff | comparison | revisions | |
ChangeLog | file | annotate | diff | comparison | revisions | |
PKGLIST | file | annotate | diff | comparison | revisions | |
PluginApis.epj | file | annotate | diff | comparison | revisions | |
PluginApis.py | file | annotate | diff | comparison | revisions | |
PluginApis.zip | file | annotate | diff | comparison | revisions |
--- a/.hgignore Wed Jun 01 17:42:39 2022 +0200 +++ b/.hgignore Wed Jun 01 17:43:05 2022 +0200 @@ -2,6 +2,7 @@ glob:.eric7project glob:.ropeproject glob:.directory +glob:.jedi glob:**.pyc glob:**.pyo glob:**.orig
--- a/ChangeLog Wed Jun 01 17:42:39 2022 +0200 +++ b/ChangeLog Wed Jun 01 17:43:05 2022 +0200 @@ -1,5 +1,10 @@ ChangeLog --------- +Version 10.1.0: +- updated the API files for PyQt6 version 6.3.0 +- added API file for Python 3.10 +- updated API file for Python 3.9 + Version 10.0.0: - first release of the eric7 variant
--- a/PKGLIST Wed Jun 01 17:42:39 2022 +0200 +++ b/PKGLIST Wed Jun 01 17:43:05 2022 +0200 @@ -5,6 +5,7 @@ APIs/Python/PyQt6-DataVisualization.api APIs/Python/PyQt6-NetworkAuth.api APIs/Python/PyQt6-QScintilla.api +APIs/Python/PyQt6-WebEngine.api APIs/Python/PyQt6.api APIs/Python/PyQtChart.api APIs/Python/PyQtDataVisualization.api @@ -20,5 +21,6 @@ APIs/Python3/Python-3.7.api APIs/Python3/Python-3.8.api APIs/Python3/Python-3.9.api +APIs/Python3/Python-3.10.api Documentation/LICENSE.GPL3 PluginApis.py
--- a/PluginApis.epj Wed Jun 01 17:42:39 2022 +0200 +++ b/PluginApis.epj Wed Jun 01 17:43:05 2022 +0200 @@ -1,7 +1,7 @@ { "header": { "comment": "eric project file for project PluginApis", - "copyright": "Copyright (C) 2021 Detlev Offenbach, detlev@die-offenbachs.de" + "copyright": "Copyright (C) 2022 Detlev Offenbach, detlev@die-offenbachs.de" }, "project": { "AUTHOR": "Detlev Offenbach", @@ -176,12 +176,19 @@ ".hgignore", "APIs/Python/PyQt3D.api", "APIs/Python/PyQt5.api", + "APIs/Python/PyQt6-3D.api", + "APIs/Python/PyQt6-Charts.api", + "APIs/Python/PyQt6-DataVisualization.api", + "APIs/Python/PyQt6-NetworkAuth.api", + "APIs/Python/PyQt6-QScintilla.api", + "APIs/Python/PyQt6.api", "APIs/Python/PyQtChart.api", "APIs/Python/PyQtDataVisualization.api", "APIs/Python/PyQtPurchasing.api", "APIs/Python/PyQtWebEngine.api", "APIs/Python/QScintilla.api", "APIs/Python3/Python-3.1.api", + "APIs/Python3/Python-3.10.api", "APIs/Python3/Python-3.2.api", "APIs/Python3/Python-3.3.api", "APIs/Python3/Python-3.4.api", @@ -189,19 +196,13 @@ "APIs/Python3/Python-3.6.api", "APIs/Python3/Python-3.7.api", "APIs/Python3/Python-3.8.api", + "APIs/Python3/Python-3.9.api", "ChangeLog", "Documentation/LICENSE.GPL3", "Documentation/source", "PKGLIST", - "PluginApis.zip", - "APIs/Python3/Python-3.9.api", "PluginApis.epj", - "APIs/Python/PyQt6-3D.api", - "APIs/Python/PyQt6-Charts.api", - "APIs/Python/PyQt6-DataVisualization.api", - "APIs/Python/PyQt6-NetworkAuth.api", - "APIs/Python/PyQt6-QScintilla.api", - "APIs/Python/PyQt6.api" + "PluginApis.zip" ], "OTHERTOOLSPARMS": {}, "PACKAGERSPARMS": {},
--- a/PluginApis.py Wed Jun 01 17:42:39 2022 +0200 +++ b/PluginApis.py Wed Jun 01 17:43:05 2022 +0200 @@ -17,7 +17,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.0.0" +version = "10.1.0" className = "PluginApis" packageName = "APIs" shortDescription = "API files for auto-completion and call tips."