From: Frank Brehm Date: Wed, 31 May 2023 09:30:58 +0000 (+0200) Subject: Version bump to 0.9.0 and updating changelog. X-Git-Tag: 0.9.0~1^2~1 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=f83062eeb86c776a7ac39570a351522deb1751b2;p=pixelpark%2Fpp-admin-tools.git Version bump to 0.9.0 and updating changelog. --- diff --git a/lib/pp_admintools/__init__.py b/lib/pp_admintools/__init__.py index 0893193..1c411a4 100644 --- a/lib/pp_admintools/__init__.py +++ b/lib/pp_admintools/__init__.py @@ -15,7 +15,7 @@ import shutil # Own modules import fb_tools.common -__version__ = '0.8.9' +__version__ = '0.9.0' MAX_PORT_NUMBER = (2 ** 16) - 1 DEFAULT_CONFIG_DIR = 'pixelpark' diff --git a/template.spec b/template.spec index 7d5ca66..d4f426f 100644 --- a/template.spec +++ b/template.spec @@ -73,9 +73,15 @@ python@@@py_version_dot@@@ setup.py install --prefix=%{_prefix} --root=%{buildro /usr/libexec/pixelpark/* %changelog -* Wed May 31 2023 Frank Brehm 0.8.9-1 +* Wed May 31 2023 Frank Brehm 0.9.0-1 - Adding bin/barracuda-sync and its application module lib/pp_admintools/app/barracuda_sync.py +- Adding bin/eval-duplicate-ldap-attributes its application module + lib/pp_admintools/app/duplicate_attribs.py. +- Adding scripts/set-ldap-inetuserstatus and scripts/get-module-version. +- Extending lib/pp_admintools/app/ldap.py by method get_all_entries() + and extending the parameters of method get_all_entry_dns(). +- Applying many linter changes. * Tue May 30 2023 Frank Brehm 0.8.8-1 - Fixing logic gap because of removing or deactivating an user. * Wed Feb 08 2023 Frank Brehm 0.8.7-1