pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ddt



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 24 09:04:45 UTC 2024

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

Log Message:
py-ddt: updated to 1.7.1

1.7.1
Update flake8 configuration
Remove Python 2.7 classifiers as the project is now Python 3+ only

1.7.0
Add async flag when wrapping async function
Dropping support for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-ddt/Makefile \
    pkgsrc/devel/py-ddt/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-ddt/Makefile
diff -u pkgsrc/devel/py-ddt/Makefile:1.12 pkgsrc/devel/py-ddt/Makefile:1.13
--- pkgsrc/devel/py-ddt/Makefile:1.12   Tue Nov  7 22:56:13 2023
+++ pkgsrc/devel/py-ddt/Makefile        Wed Jan 24 09:04:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/11/07 22:56:13 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/01/24 09:04:45 adam Exp $
 
-DISTNAME=      ddt-1.6.0
+DISTNAME=      ddt-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/ddt/}
@@ -12,12 +12,13 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-aiounittest-[0-9]*:../../devel/py-aiounittest
 TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-ddt/distinfo
diff -u pkgsrc/devel/py-ddt/distinfo:1.12 pkgsrc/devel/py-ddt/distinfo:1.13
--- pkgsrc/devel/py-ddt/distinfo:1.12   Tue Nov  7 22:56:13 2023
+++ pkgsrc/devel/py-ddt/distinfo        Wed Jan 24 09:04:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/11/07 22:56:13 wiz Exp $
+$NetBSD: distinfo,v 1.13 2024/01/24 09:04:45 adam Exp $
 
-BLAKE2s (ddt-1.6.0.tar.gz) = 8343f78831f50a7596f8459f538ed14bc06d75742daccc9b9c081011d6e52559
-SHA512 (ddt-1.6.0.tar.gz) = 4e1038dccc3a6ebe11e5d4d4f9a2ce328e3fe261189731bdfcc4912ebc72a2fe93acf3ca97a6136a2cea52c3ced2fa0f218a816a60f16950293230d2e105ba10
-Size (ddt-1.6.0.tar.gz) = 13357 bytes
+BLAKE2s (ddt-1.7.1.tar.gz) = 7d7e8826eb1d02f19d1d573aabf7ca9c516aa9ece49e30fceaac04fe4cc5d7eb
+SHA512 (ddt-1.7.1.tar.gz) = 9981d63b27ab80e35b2dfce52b07ef32b5d8c988cf5bfbd8f37e79ea0e8de069314cbfb0a2a95f5e07fce9a33ac6ce0f6307ad3b7a46507a7599366cef63aad2
+Size (ddt-1.7.1.tar.gz) = 13332 bytes



Home | Main Index | Thread Index | Old Index