svn commit: r459127 - head/sysutils/py-filelock
Yuri Victorovich
yuri at FreeBSD.org
Mon Jan 15 22:07:32 UTC 2018
Author: yuri
Date: Mon Jan 15 22:07:31 2018
New Revision: 459127
URL: https://svnweb.freebsd.org/changeset/ports/459127
Log:
sysutils/py-filelock: Update to 3.0.0
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13842
Modified:
head/sysutils/py-filelock/Makefile
head/sysutils/py-filelock/distinfo
head/sysutils/py-filelock/pkg-descr
Modified: head/sysutils/py-filelock/Makefile
==============================================================================
--- head/sysutils/py-filelock/Makefile Mon Jan 15 22:05:30 2018 (r459126)
+++ head/sysutils/py-filelock/Makefile Mon Jan 15 22:07:31 2018 (r459127)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= filelock
-PORTVERSION= 2.0.13
+DISTVERSION= 3.0.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/sysutils/py-filelock/distinfo
==============================================================================
--- head/sysutils/py-filelock/distinfo Mon Jan 15 22:05:30 2018 (r459126)
+++ head/sysutils/py-filelock/distinfo Mon Jan 15 22:07:31 2018 (r459127)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510648699
-SHA256 (filelock-2.0.13.tar.gz) = d05079e7d7cae7576e192749d3461999ca6b0843d35b0f79f1fa956b0f6fc7d8
-SIZE (filelock-2.0.13.tar.gz) = 5630
+TIMESTAMP = 1515624425
+SHA256 (filelock-3.0.0.tar.gz) = b3ad481724adfb2280773edd95ce501e497e88fa4489c6e41e637ab3fd9a456c
+SIZE (filelock-3.0.0.tar.gz) = 5626
Modified: head/sysutils/py-filelock/pkg-descr
==============================================================================
--- head/sysutils/py-filelock/pkg-descr Mon Jan 15 22:05:30 2018 (r459126)
+++ head/sysutils/py-filelock/pkg-descr Mon Jan 15 22:07:31 2018 (r459127)
@@ -1,6 +1,7 @@
This package contains a single module, which implements a platform
independent file lock in Python.
+
The lock includes a lock counter and is thread safe. This means,
when locking the same lock object twice, it will not block.
-WWW: https://pypi.python.org/pypi/filelock
+WWW: https://github.com/benediktschmitt/py-filelock
More information about the svn-ports-all
mailing list