pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-mock



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 18 05:02:03 UTC 2017

Modified Files:
        pkgsrc/devel/py-test-mock: Makefile distinfo

Log Message:
1.6.2:
* Provide source package in ``tar.gz`` format and remove obsolete ``MANIFEST.in``.

1.6.1:
* Fix ``mocker.resetall()`` by ignoring mocker objects which don't have a
  ``resetall`` method, like for example ``patch.dict``.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-mock/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-mock/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-test-mock/Makefile
diff -u pkgsrc/devel/py-test-mock/Makefile:1.3 pkgsrc/devel/py-test-mock/Makefile:1.4
--- pkgsrc/devel/py-test-mock/Makefile:1.3      Fri Apr 14 07:13:51 2017
+++ pkgsrc/devel/py-test-mock/Makefile  Tue Jul 18 05:02:03 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/04/14 07:13:51 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/07/18 05:02:03 adam Exp $
 
-DISTNAME=      pytest-mock-1.6.0
+DISTNAME=      pytest-mock-1.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-mock/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://pypi.python.org/pypi/p
 COMMENT=       Thin-wrapper around the mock package for easier use with py.test
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=2.7:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 .include "../../lang/python/pyversion.mk"

Index: pkgsrc/devel/py-test-mock/distinfo
diff -u pkgsrc/devel/py-test-mock/distinfo:1.1 pkgsrc/devel/py-test-mock/distinfo:1.2
--- pkgsrc/devel/py-test-mock/distinfo:1.1      Tue Apr  4 14:02:44 2017
+++ pkgsrc/devel/py-test-mock/distinfo  Tue Jul 18 05:02:03 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/04 14:02:44 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/07/18 05:02:03 adam Exp $
 
-SHA1 (pytest-mock-1.6.0.tar.gz) = d468000677ef337d9f59d34859837fa0dea85409
-RMD160 (pytest-mock-1.6.0.tar.gz) = 6b350c9f5cdc1864928073bc94001a5782a3e76c
-SHA512 (pytest-mock-1.6.0.tar.gz) = c3b897be9156d57d7012e95b620c543500b849d7076224e3328d3783311210c57141dfb82c01bb98e5e419125dce0f68f6631bd610f4909f5ac1798458a7949f
-Size (pytest-mock-1.6.0.tar.gz) = 17780 bytes
+SHA1 (pytest-mock-1.6.2.tar.gz) = abce7ba5e851d36dd93778099e53261ad07fadcf
+RMD160 (pytest-mock-1.6.2.tar.gz) = dc1f6654aadcc5ee0d75caa0c5791d4e3860f87b
+SHA512 (pytest-mock-1.6.2.tar.gz) = aee96db5f14f045d3093ca4808592097179ed54027cc11ab62a7bc63c3a91e7fbdc45ccc8be9cb537cbfd1e9c7fa3a28832e005ec45f2423a0945bfd263e02ac
+Size (pytest-mock-1.6.2.tar.gz) = 19399 bytes



Home | Main Index | Thread Index | Old Index