pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-flufl.lock devel/py-flufl.lock: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/346f97db8bde
branches:  trunk
changeset: 308217:346f97db8bde
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri May 18 13:12:20 2018 +0000

description:
devel/py-flufl.lock: Update to 3.2.

3.2 (2017-09-03)
- Expose the host name used in the .details property, as a property.

3.1 (2017-07-15)
- Expose the SEP as a public attribute.

3.0 (2017-05-31)
- Drop Python 2.7, add Python 3.6.
- Added Windows support.
- Switch to the Apache License Version 2.0.
- Use flufl.testing for nose2 and flake8 plugins.
- Allow the claim file separator to be configurable, to support file
  systems where the vertical bar is problematic. Defaults to ^ on
  Windows and | everywhere else (unchanged).

diffstat:

 devel/py-flufl.lock/Makefile |   8 +++++---
 devel/py-flufl.lock/PLIST    |  15 ++++++++-------
 devel/py-flufl.lock/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 15 deletions(-)

diffs (75 lines):

diff -r 2d3ce622a8a8 -r 346f97db8bde devel/py-flufl.lock/Makefile
--- a/devel/py-flufl.lock/Makefile      Fri May 18 13:07:48 2018 +0000
+++ b/devel/py-flufl.lock/Makefile      Fri May 18 13:12:20 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/04/25 20:21:48 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/18 13:12:20 fhajny Exp $
 
-DISTNAME=      flufl.lock-2.4.1
+DISTNAME=      flufl.lock-3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flufl.lock/}
@@ -8,7 +8,9 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://launchpad.net/flufl.lock/
 COMMENT=       NFS-safe file locking with timeouts for POSIX systems
-LICENSE=       gnu-lgpl-v3
+LICENSE=       apache-2.0
+
+PYTHON_VERSIONS_ACCEPTED=      36 35 34
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2d3ce622a8a8 -r 346f97db8bde devel/py-flufl.lock/PLIST
--- a/devel/py-flufl.lock/PLIST Fri May 18 13:07:48 2018 +0000
+++ b/devel/py-flufl.lock/PLIST Fri May 18 13:12:20 2018 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/25 20:21:48 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/05/18 13:12:20 fhajny Exp $
 ${PYSITELIB}/${EGG_NAME}-nspkg.pth
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/flufl/lock/NEWS.rst
 ${PYSITELIB}/flufl/lock/README.rst
@@ -20,15 +21,15 @@
 ${PYSITELIB}/flufl/lock/docs/__init__.pyo
 ${PYSITELIB}/flufl/lock/docs/__init__.pyc
 ${PYSITELIB}/flufl/lock/docs/using.rst
+${PYSITELIB}/flufl/lock/testing/__init__.py
+${PYSITELIB}/flufl/lock/testing/__init__.pyo
+${PYSITELIB}/flufl/lock/testing/__init__.pyc
+${PYSITELIB}/flufl/lock/testing/helpers.pyo
+${PYSITELIB}/flufl/lock/testing/helpers.pyc
+${PYSITELIB}/flufl/lock/testing/helpers.py
 ${PYSITELIB}/flufl/lock/tests/__init__.py
 ${PYSITELIB}/flufl/lock/tests/__init__.pyo
 ${PYSITELIB}/flufl/lock/tests/__init__.pyc
-${PYSITELIB}/flufl/lock/tests/subproc.pyo
-${PYSITELIB}/flufl/lock/tests/subproc.pyc
-${PYSITELIB}/flufl/lock/tests/test_documentation.pyo
-${PYSITELIB}/flufl/lock/tests/test_documentation.pyc
 ${PYSITELIB}/flufl/lock/tests/test_lockfile.pyo
 ${PYSITELIB}/flufl/lock/tests/test_lockfile.pyc
-${PYSITELIB}/flufl/lock/tests/subproc.py
-${PYSITELIB}/flufl/lock/tests/test_documentation.py
 ${PYSITELIB}/flufl/lock/tests/test_lockfile.py
diff -r 2d3ce622a8a8 -r 346f97db8bde devel/py-flufl.lock/distinfo
--- a/devel/py-flufl.lock/distinfo      Fri May 18 13:07:48 2018 +0000
+++ b/devel/py-flufl.lock/distinfo      Fri May 18 13:12:20 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/25 20:21:48 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2018/05/18 13:12:20 fhajny Exp $
 
-SHA1 (flufl.lock-2.4.1.tar.gz) = 40c0a7808e27a077ac28b2f7b6e4dc74511e9292
-RMD160 (flufl.lock-2.4.1.tar.gz) = 352f4dafa3965b8f9b57bbb1e103719f3bed092e
-SHA512 (flufl.lock-2.4.1.tar.gz) = 8f0b2e311538191539f0ba325cc53e1066eea072f521289f801b8c2cf849a689b94185e13e15f586625f62a4f6a771c78f916a806a953610550a03ccc7d6ec2f
-Size (flufl.lock-2.4.1.tar.gz) = 20623 bytes
+SHA1 (flufl.lock-3.2.tar.gz) = 0963785469bc0df0314ddb012f62eaf26faf2a0e
+RMD160 (flufl.lock-3.2.tar.gz) = f160269fac04337c91955181d5ac4855946e3c49
+SHA512 (flufl.lock-3.2.tar.gz) = 496195e1c52f628bc6c0e8fc3dcd5373ed01cfee35b6165cae37ab4b90d70265c6a0aea565f1e0663277c2b9e9bafde8af1420133a15e6254275fad2f28a56d0
+Size (flufl.lock-3.2.tar.gz) = 19250 bytes



Home | Main Index | Thread Index | Old Index