pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-nose2



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb  2 05:59:01 UTC 2020

Modified Files:
        pkgsrc/devel/py-nose2: Makefile distinfo

Log Message:
py-nose2: updated to 0.9.2

0.9.2

Added
* Add `--junit-xml-path` to the junit plugin argument list

Fixed
* It is now possible to use the multiprocess and coverage plugins together, as
  long as all of the coverage config is put into the config file
* Minor changes to be compatible with newer pythons (3.8, 3.9)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-nose2/Makefile \
    pkgsrc/devel/py-nose2/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-nose2/Makefile
diff -u pkgsrc/devel/py-nose2/Makefile:1.7 pkgsrc/devel/py-nose2/Makefile:1.8
--- pkgsrc/devel/py-nose2/Makefile:1.7  Thu May  2 09:38:23 2019
+++ pkgsrc/devel/py-nose2/Makefile      Sun Feb  2 05:59:01 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/05/02 09:38:23 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/02 05:59:01 adam Exp $
 
-DISTNAME=      nose2-0.9.1
+DISTNAME=      nose2-0.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nose2/}
Index: pkgsrc/devel/py-nose2/distinfo
diff -u pkgsrc/devel/py-nose2/distinfo:1.7 pkgsrc/devel/py-nose2/distinfo:1.8
--- pkgsrc/devel/py-nose2/distinfo:1.7  Thu May  2 09:38:23 2019
+++ pkgsrc/devel/py-nose2/distinfo      Sun Feb  2 05:59:01 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/05/02 09:38:23 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/02/02 05:59:01 adam Exp $
 
-SHA1 (nose2-0.9.1.tar.gz) = c8d7f2c16f9301dc823654fac4f6256185bc237e
-RMD160 (nose2-0.9.1.tar.gz) = 79ea22e0c2c171a31edc84b3264d8d10edb0914c
-SHA512 (nose2-0.9.1.tar.gz) = 40b3a40f731be00ed3aa6b3d20c432d48d41e4d4373f0650c8ebe0245f9a8459dfea9ae24b25134f64b4d34343808d2afb4a489eda9a261c7867199fbf3901fe
-Size (nose2-0.9.1.tar.gz) = 153897 bytes
+SHA1 (nose2-0.9.2.tar.gz) = 1bd97223841bb971b60329761a882a4125768826
+RMD160 (nose2-0.9.2.tar.gz) = 4572ce7cd3c403e1b7971f73214c049effd80a68
+SHA512 (nose2-0.9.2.tar.gz) = c1d8231decf4ab1712d7b486efcc4835df3c665d401713ac100186a513c68da4e9e1710f4289802fea1cfdbee1c5e3358c30a0e9d14554f408323efd00a1a293
+Size (nose2-0.9.2.tar.gz) = 154695 bytes



Home | Main Index | Thread Index | Old Index