pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 11 08:38:54 UTC 2022

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

Log Message:
py-test-sugar: updated to 0.9.5

0.9.5 (2022-07-10)
- Fix distutils deprecation warning
- Fix incompatibility with pytest-timeout
- Update pytest naming convention in documentation


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-sugar/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-sugar/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-sugar/Makefile
diff -u pkgsrc/devel/py-test-sugar/Makefile:1.8 pkgsrc/devel/py-test-sugar/Makefile:1.9
--- pkgsrc/devel/py-test-sugar/Makefile:1.8     Tue Jan  4 20:53:42 2022
+++ pkgsrc/devel/py-test-sugar/Makefile Mon Jul 11 08:38:54 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:53:42 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/07/11 08:38:54 adam Exp $
 
-DISTNAME=      pytest-sugar-0.9.4
+DISTNAME=      pytest-sugar-0.9.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-sugar/}
 
@@ -13,7 +12,7 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-termcolor>=1.1.0:../../devel/py-termcolor
 
-PYTHON_VERSIONED_DEPENDENCIES= test
+PYTHON_VERSIONED_DEPENDENCIES= packaging test
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-test-sugar/distinfo
diff -u pkgsrc/devel/py-test-sugar/distinfo:1.7 pkgsrc/devel/py-test-sugar/distinfo:1.8
--- pkgsrc/devel/py-test-sugar/distinfo:1.7     Tue Oct 26 10:19:09 2021
+++ pkgsrc/devel/py-test-sugar/distinfo Mon Jul 11 08:38:54 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:19:09 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/07/11 08:38:54 adam Exp $
 
-BLAKE2s (pytest-sugar-0.9.4.tar.gz) = fbfdab77634fc6f2d196b0186b280d7527b98f0f26ce3617c10d32d96e5bbc97
-SHA512 (pytest-sugar-0.9.4.tar.gz) = bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76
-Size (pytest-sugar-0.9.4.tar.gz) = 12727 bytes
+BLAKE2s (pytest-sugar-0.9.5.tar.gz) = 7a39cf620d3da71420c705ce4179fd8fa4bfedd8c716466c321fdd439fb516cd
+SHA512 (pytest-sugar-0.9.5.tar.gz) = 4451d09181b6130591c504b2825a86777f5daa6972a6be7f2bc51139cf3ef2e57dfc1b8ea1972220a1c84866ed2584c684cc83c8052cb9105c0c3a9ea19922fe
+Size (pytest-sugar-0.9.5.tar.gz) = 13545 bytes



Home | Main Index | Thread Index | Old Index