pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 15 08:52:38 UTC 2019

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

Log Message:
py-test-runner: updated to 4.4

4.4
* Detect condition where declarative config will cause
  errors and emit a UserWarning with guidance on necessary
  actions.

4.3.1
* Re-release of 4.2 to supersede the 4.3 release which
  proved to be backward-incompatible in that it requires
  setuptools 30.4 or possibly later (to install). In the future, a
  backward-incompatible release will re-release these changes.
  For projects including pytest-runner, particularly as
  setup_requires, if support for older setuptools is required,
  please pin to pytest-runner < 5.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-test-runner/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test-runner/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-runner/Makefile
diff -u pkgsrc/devel/py-test-runner/Makefile:1.15 pkgsrc/devel/py-test-runner/Makefile:1.16
--- pkgsrc/devel/py-test-runner/Makefile:1.15   Tue Mar 20 14:33:29 2018
+++ pkgsrc/devel/py-test-runner/Makefile        Fri Feb 15 08:52:38 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/03/20 14:33:29 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/02/15 08:52:38 adam Exp $
 
-DISTNAME=      pytest-runner-4.2
+DISTNAME=      pytest-runner-4.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-runner/}
@@ -12,8 +12,8 @@ LICENSE=      mit
 
 DEPENDS+=      ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
-# TEST_DEPENDS, but introduces dependency cycle
-#BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
+# introduces dependency cycle
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-test-runner/distinfo
diff -u pkgsrc/devel/py-test-runner/distinfo:1.12 pkgsrc/devel/py-test-runner/distinfo:1.13
--- pkgsrc/devel/py-test-runner/distinfo:1.12   Mon Mar 19 10:22:56 2018
+++ pkgsrc/devel/py-test-runner/distinfo        Fri Feb 15 08:52:38 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/03/19 10:22:56 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/02/15 08:52:38 adam Exp $
 
-SHA1 (pytest-runner-4.2.tar.gz) = 95dccf7142e30fbbe3d1f4ea08aae8d6cc15c5d6
-RMD160 (pytest-runner-4.2.tar.gz) = 594dd82bf0ee027ebbdebde75f8056e985577499
-SHA512 (pytest-runner-4.2.tar.gz) = 278da7add27f77134e63470747ffd9fe663d93ab8e7cebfbae98902bb1d5ffba45277574107f958255251cb9e499b85a0db3e8173f9f10fb31d1561ca709a379
-Size (pytest-runner-4.2.tar.gz) = 11947 bytes
+SHA1 (pytest-runner-4.4.tar.gz) = 372943aea8561e086d55f7e9008622b67d6a7b56
+RMD160 (pytest-runner-4.4.tar.gz) = fb011c07f52722e4bf05c808ceb7526c88203b97
+SHA512 (pytest-runner-4.4.tar.gz) = 3122e556bc7ad41f48a8044b6c8555aed41bbed1ccaafe39bbd0aff51c4b656c4de954ccd99b5122f95763dad7ad54a2ae78d4e9522364ea6bbafecb967b09f5
+Size (pytest-runner-4.4.tar.gz) = 11936 bytes



Home | Main Index | Thread Index | Old Index