pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-nihtest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 22 13:25:02 UTC 2023

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

Log Message:
py-nihtest: update to 1.3.0.

# 1.3.0 [2023-12-22]

- Add set-modification-time.
- Fix inline stdin data.
- Improve error handling.
- Require python 3.9.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-nihtest/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-nihtest/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-nihtest/Makefile
diff -u pkgsrc/devel/py-nihtest/Makefile:1.9 pkgsrc/devel/py-nihtest/Makefile:1.10
--- pkgsrc/devel/py-nihtest/Makefile:1.9        Sat Oct 28 19:57:04 2023
+++ pkgsrc/devel/py-nihtest/Makefile    Fri Dec 22 13:25:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/10/28 19:57:04 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/22 13:25:01 wiz Exp $
 
-DISTNAME=      nihtest-1.2.0
+DISTNAME=      nihtest-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nihtest/}
@@ -15,7 +15,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9
 
 USE_TOOLS+=    cmake:test
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 

Index: pkgsrc/devel/py-nihtest/distinfo
diff -u pkgsrc/devel/py-nihtest/distinfo:1.4 pkgsrc/devel/py-nihtest/distinfo:1.5
--- pkgsrc/devel/py-nihtest/distinfo:1.4        Wed Jul 19 16:09:16 2023
+++ pkgsrc/devel/py-nihtest/distinfo    Fri Dec 22 13:25:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/07/19 16:09:16 wiz Exp $
+$NetBSD: distinfo,v 1.5 2023/12/22 13:25:01 wiz Exp $
 
-BLAKE2s (nihtest-1.2.0.tar.gz) = 877ccb68b229a6b1f1ca5ef910ac4b7f72030aacb5a5d25eea10744be7ac9e5b
-SHA512 (nihtest-1.2.0.tar.gz) = eb3edadf029d5f2bd9a71d54a6302544210968085c721ff83bdaa4b2fe5ab170836160c10129f10c8d896217d15f5a06994b39021590fca20f987eaf7f1f5bc8
-Size (nihtest-1.2.0.tar.gz) = 36203 bytes
+BLAKE2s (nihtest-1.3.0.tar.gz) = f454119fbe7dcfb22ce31706284e7a798428aa7f672e0a3d6bd13da7a8ad68ba
+SHA512 (nihtest-1.3.0.tar.gz) = 39db56c793d9cd04973b3c672735cf085da2fa7f241e7a52d7b3df44b6250155de04d7db2cb5fad417798d21c0f655fd186d499f5f7dba5901f4883c29641226
+Size (nihtest-1.3.0.tar.gz) = 36571 bytes



Home | Main Index | Thread Index | Old Index