pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-aiounittest



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 11 08:56:21 UTC 2022

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

Log Message:
py-aiounittest: updated to 1.4.1

1.4.1

What's Changed

Fix typo in documentation
Fix main example
Re-export top-level imports to satisfy Mypy


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-aiounittest/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-aiounittest/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-aiounittest/Makefile
diff -u pkgsrc/devel/py-aiounittest/Makefile:1.3 pkgsrc/devel/py-aiounittest/Makefile:1.4
--- pkgsrc/devel/py-aiounittest/Makefile:1.3    Tue Jan  4 20:52:48 2022
+++ pkgsrc/devel/py-aiounittest/Makefile        Tue Jan 11 08:56:21 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:52:48 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/11 08:56:21 adam Exp $
 
-DISTNAME=      aiounittest-1.4.0
+DISTNAME=      aiounittest-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiounittest/}
 
@@ -12,9 +11,6 @@ COMMENT=      Test asyncio code more easily
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-wrapt-[0-9]*:../../devel/py-wrapt
-# tests not included
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-aiounittest/distinfo
diff -u pkgsrc/devel/py-aiounittest/distinfo:1.4 pkgsrc/devel/py-aiounittest/distinfo:1.5
--- pkgsrc/devel/py-aiounittest/distinfo:1.4    Tue Oct 26 10:18:09 2021
+++ pkgsrc/devel/py-aiounittest/distinfo        Tue Jan 11 08:56:21 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:18:09 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/01/11 08:56:21 adam Exp $
 
-BLAKE2s (aiounittest-1.4.0.tar.gz) = ddfa3f475c71d451ca7c4e4a3fa92736096793af8240b1b8443b03a622d19559
-SHA512 (aiounittest-1.4.0.tar.gz) = 9f0d7e8abe0852ed5ba554e08286078b00188e231829998a0ba62bdaea25050340c966cf036ea8462b51233005cf3b592780b1007f182bf6c3ffef7e8f041097
-Size (aiounittest-1.4.0.tar.gz) = 5910 bytes
+BLAKE2s (aiounittest-1.4.1.tar.gz) = 274e685523714cfe8f5aecf433b2e890f070ae00e30e1018ce910cda389ed436
+SHA512 (aiounittest-1.4.1.tar.gz) = 9ea3ddbdb8938a49267513026ffb71720cd0e52e788015cfe6878a354a731db888648273b90bfda64e797c4f4d31cfee9398d66c79bb1b5cdcf7dcb0b95cbbf8
+Size (aiounittest-1.4.1.tar.gz) = 5791 bytes



Home | Main Index | Thread Index | Old Index