diff --git a/README.md b/README.md index 65f43e7..7f8afae 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,8 @@ ___ ### What has been done for version 1.1.5: - Fixed [issue #2][50] which appears to be a regression related to the release of JaybirdOOo. Thanks to TeddyBoomer for reporting it. +- Updated the [Python setuptools][49] package to version 73.0.1. +- Logging accessible in extension options now displays correctly on Windows. ### What remains to be done for version 1.1.5: diff --git a/README_fr.md b/README_fr.md index b7f1331..50178ee 100644 --- a/README_fr.md +++ b/README_fr.md @@ -264,6 +264,8 @@ ___ ### Ce qui a été fait pour la version 1.1.5: - Correction du [problème n°2][50] qui semble être une régression liée à la sortie de JaybirdOOo. Merci à TeddyBoomer de l'avoir signalé. +- Mise à jour du paquet [Python setuptools][49] vers la version 73.0.1. +- La journalisation accessible dans les options de l’extension s’affiche désormais correctement sous Windows. ### Que reste-t-il à faire pour la version 1.1.5: diff --git a/source/HyperSQLOOo/requirements.txt b/source/HyperSQLOOo/requirements.txt index 9532e70..f1db49f 100644 --- a/source/HyperSQLOOo/requirements.txt +++ b/source/HyperSQLOOo/requirements.txt @@ -1,3 +1,3 @@ packaging>=24.1 -setuptools>=72.1.0 +setuptools>=73.0.1 six>=1.16.0 diff --git a/source/HyperSQLOOo/service/pythonpath/hypersql/configuration.py b/source/HyperSQLOOo/service/pythonpath/hypersql/configuration.py index a9dd9b4..b0eeca1 100644 --- a/source/HyperSQLOOo/service/pythonpath/hypersql/configuration.py +++ b/source/HyperSQLOOo/service/pythonpath/hypersql/configuration.py @@ -46,6 +46,7 @@ g_exist = ';create=false' g_path = False g_driver = '' +g_shutdown = '' # LibreOffice configuration g_lover = '5.0' diff --git a/source/HyperSQLOOo/service/pythonpath/setuptools-72.1.0.dist-info b/source/HyperSQLOOo/service/pythonpath/setuptools-72.1.0.dist-info deleted file mode 120000 index e7d8629..0000000 --- a/source/HyperSQLOOo/service/pythonpath/setuptools-72.1.0.dist-info +++ /dev/null @@ -1 +0,0 @@ -../../../../uno/lib/python/setuptools-72.1.0.dist-info \ No newline at end of file diff --git a/source/HyperSQLOOo/service/pythonpath/setuptools-73.0.1.dist-info b/source/HyperSQLOOo/service/pythonpath/setuptools-73.0.1.dist-info new file mode 120000 index 0000000..80123eb --- /dev/null +++ b/source/HyperSQLOOo/service/pythonpath/setuptools-73.0.1.dist-info @@ -0,0 +1 @@ +../../../../uno/lib/python/setuptools-73.0.1.dist-info \ No newline at end of file