Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2021 14:34:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252978] devel/py-pid: Update to 3.0.4
Message-ID:  <bug-252978-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252978

            Bug ID: 252978
           Summary: devel/py-pid: Update to 3.0.4
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: mattias.lindvall@gmail.com

Created attachment 221877
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D221877&action=
=3Dedit
py-pid.diff

Changelog:

 - Use APPDATA and HOME locations on Windows
 - Add pid number to PidFileAlreadyRunningError
 - Support contextlib.ContextDecorator (github #29)
 - Use realpath when detecting pid (run) directories
 - Windows support (see #18)
 - Determine pid directory more extensively
 - Use effective uid if available
 - Rename SamePidFileNotSupported to PidFileConfigurationError
 - Fix pidfile being removed by second process after failing to obtain the =
lock
   This has side-effect that now automatic cleanup will not happen anymore =
if
   `PidFile.create(...)` method did not finish properly. If you manually cr=
eate
   pidfiles you need to use `PidFile.close(cleanup=3DTrue)` or set the vari=
able
   `PidFile._need_cleanup =3D True` by hand.
 - Fix atexit registration which was never done
 - Using standard mock library for tests if available

https://github.com/trbs/pid/blob/master/CHANGELOG

portlint -C still looks fine. Make commands still work fine.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252978-7788>