pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cached-property



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 30 14:25:29 UTC 2017

Modified Files:
        pkgsrc/devel/py-cached-property: Makefile distinfo

Log Message:
py-cached-property: update to 1.3.1

1.3.1:
Validate for Python 3.6

1.3.0:
Drop some non-ASCII characters from HISTORY.rst
Added official support for Python 3.5
Removed confusingly placed lock from example
Corrected invalidation cache documentation
Updated to latest Travis-CI environment


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-cached-property/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-cached-property/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-cached-property/Makefile
diff -u pkgsrc/devel/py-cached-property/Makefile:1.5 pkgsrc/devel/py-cached-property/Makefile:1.6
--- pkgsrc/devel/py-cached-property/Makefile:1.5        Sun Jan  1 14:43:32 2017
+++ pkgsrc/devel/py-cached-property/Makefile    Sat Sep 30 14:25:29 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:32 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/30 14:25:29 adam Exp $
 
-DISTNAME=      cached-property-1.2.0
+DISTNAME=      cached-property-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cached-property/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,10 +10,11 @@ HOMEPAGE=   https://github.com/pydanny/cac
 COMMENT=       Cached-property for decorating methods in classes
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
+
 USE_LANGUAGES= # none
 
 # UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 561: ordinal not in range(128)
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # as of 1.2.0
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-cached-property/distinfo
diff -u pkgsrc/devel/py-cached-property/distinfo:1.2 pkgsrc/devel/py-cached-property/distinfo:1.3
--- pkgsrc/devel/py-cached-property/distinfo:1.2        Tue Nov  3 03:29:05 2015
+++ pkgsrc/devel/py-cached-property/distinfo    Sat Sep 30 14:25:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:05 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/09/30 14:25:29 adam Exp $
 
-SHA1 (cached-property-1.2.0.tar.gz) = 90e395d497b372c03f81782407efe986dc6afbbb
-RMD160 (cached-property-1.2.0.tar.gz) = 275d90cd14187fef7ad6ba062710ef35594c4741
-SHA512 (cached-property-1.2.0.tar.gz) = 0d05bad187d30b4354d8fa93d181d753c6e27e43a84891bd3bcc1c1449fe6d57d7fc1eecdbdc097f8c25e4cfa331811db5a6e23f77891848edc2817162259cd6
-Size (cached-property-1.2.0.tar.gz) = 9162 bytes
+SHA1 (cached-property-1.3.1.tar.gz) = 4267fbf689a2b563f273b7c703e5e75e10e286b7
+RMD160 (cached-property-1.3.1.tar.gz) = e2e00d85213671dcbd8816a8a86212666d3f4a86
+SHA512 (cached-property-1.3.1.tar.gz) = 3349751d442ca6e7d4e792c8b076735d5308d68244af9c03044f3d72d619a5c3d7d5dbef434caa954db4b983245bfe646d4a25c99aec39f32d99751edd9e233f
+Size (cached-property-1.3.1.tar.gz) = 9648 bytes



Home | Main Index | Thread Index | Old Index