From c7eb280f3ea5a0422f85da4269f0670225adfd9d Mon Sep 17 00:00:00 2001 From: Wouter Depypere Date: Tue, 21 Nov 2023 09:47:05 +0100 Subject: [PATCH] make sure vsc-utils passes last vsc-install tests --- lib/vsc/utils/timestamp_pid_lockfile.py | 4 +--- setup.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/vsc/utils/timestamp_pid_lockfile.py b/lib/vsc/utils/timestamp_pid_lockfile.py index 8071492..f3e7005 100644 --- a/lib/vsc/utils/timestamp_pid_lockfile.py +++ b/lib/vsc/utils/timestamp_pid_lockfile.py @@ -41,12 +41,10 @@ class LockFileReadError(Exception): '''Exception raised when we cannot get the expected information from the lock file.''' - pass class TimestampedPidLockfile(LockBase): - '''Basic lock file implementation. - ''' + '''Basic lock file implementation.''' def __init__(self, path, threshold=60): '''Intializer.''' diff --git a/setup.py b/setup.py index d374b40..8fe1c4e 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ] PACKAGE = { - 'version': '2.2.5', + 'version': '2.2.6', 'author': [ag, sdw], 'maintainer': [ag, sdw], 'excluded_pkgs_rpm': ['vsc', 'vsc.utils'], # vsc is default, vsc.utils is provided by vsc-base