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:           Tue May  8 13:08:27 UTC 2018

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

Log Message:
py-cached-property: updated to 1.4.2

1.4.2:
Really fixed tests

1.4.1:
Added conftest.py to manifest so tests work properly off the tarball
Ensured new asyncio tests didn't break Python 2.7 builds on Debian
Code formatting via black

1.4.0:
Added asyncio support
Remove Python 2.6 support, whose end of life was 5 years ago


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-cached-property/Makefile
cvs rdiff -u -r1.3 -r1.4 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.7 pkgsrc/devel/py-cached-property/Makefile:1.8
--- pkgsrc/devel/py-cached-property/Makefile:1.7        Sat Sep 30 14:28:03 2017
+++ pkgsrc/devel/py-cached-property/Makefile    Tue May  8 13:08:27 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/09/30 14:28:03 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/05/08 13:08:27 adam Exp $
 
-DISTNAME=      cached-property-1.3.1
+DISTNAME=      cached-property-1.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cached-property/}
@@ -10,7 +10,7 @@ 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
+TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-cached-property/distinfo
diff -u pkgsrc/devel/py-cached-property/distinfo:1.3 pkgsrc/devel/py-cached-property/distinfo:1.4
--- pkgsrc/devel/py-cached-property/distinfo:1.3        Sat Sep 30 14:25:29 2017
+++ pkgsrc/devel/py-cached-property/distinfo    Tue May  8 13:08:27 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/09/30 14:25:29 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/05/08 13:08:27 adam Exp $
 
-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
+SHA1 (cached-property-1.4.2.tar.gz) = 5cf04803ce32be24d0a36d72a91b6eff44ec2ce2
+RMD160 (cached-property-1.4.2.tar.gz) = f15522ae0b7120d02a97f14b88944b2b2d84caf8
+SHA512 (cached-property-1.4.2.tar.gz) = 27ce49c8b71f0337e34c36ef5a45cae273a62b42c8f1b690c2c4d32d9bdf7f532a12787c99257c956ac7ff15d2e7f16868e4cebdf1417ebca493e1037c1a612f
+Size (cached-property-1.4.2.tar.gz) = 11201 bytes



Home | Main Index | Thread Index | Old Index