pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-stevedore



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 23 11:39:51 UTC 2024

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

Log Message:
py-stevedore: updated to 5.2.0

5.2.0

* pre-commit: Integrate bandit
* pre-commit: Bump versions
* reno: Update master for unmaintained/yoga
* Bump hacking
* Update python classifier in setup.cfg
* Update master for stable/2023.2


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-stevedore/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-stevedore/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-stevedore/Makefile
diff -u pkgsrc/devel/py-stevedore/Makefile:1.14 pkgsrc/devel/py-stevedore/Makefile:1.15
--- pkgsrc/devel/py-stevedore/Makefile:1.14     Sun Jan 28 01:59:27 2024
+++ pkgsrc/devel/py-stevedore/Makefile  Fri Feb 23 11:39:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/01/28 01:59:27 gutteridge Exp $
+# $NetBSD: Makefile,v 1.15 2024/02/23 11:39:50 adam Exp $
 
-DISTNAME=      stevedore-5.1.0
+DISTNAME=      stevedore-5.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stevedore/}
@@ -10,12 +10,13 @@ HOMEPAGE=   https://github.com/dreamhost/s
 COMMENT=       Manage dynamic plugins for Python applications
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-pbr>=2.1.1:../../devel/py-pbr
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-pbr>=2.1.1:../../devel/py-pbr
 TEST_DEPENDS+= ${PYPKGPREFIX}-bandit>=1.6.0:../../security/py-bandit
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=4.5:../../devel/py-coverage
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.2.0:../../textproc/py-sphinx
+TEST_DEPENDS+= ${PYPKGPREFIX}-testtoold-[0-9]*:../../devel/py-testtools
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-stevedore/distinfo
diff -u pkgsrc/devel/py-stevedore/distinfo:1.12 pkgsrc/devel/py-stevedore/distinfo:1.13
--- pkgsrc/devel/py-stevedore/distinfo:1.12     Sat Jan 20 08:29:27 2024
+++ pkgsrc/devel/py-stevedore/distinfo  Fri Feb 23 11:39:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/01/20 08:29:27 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/02/23 11:39:50 adam Exp $
 
-BLAKE2s (stevedore-5.1.0.tar.gz) = 3692b809bcdf072fe9ed84ca4a2a6f3f73c1b7dbee1f047be0066ebcd71cfa37
-SHA512 (stevedore-5.1.0.tar.gz) = d7ad920961c9f4055cb145c84578f09f0af93eadf82f60bd7903dfc909cc2cdb64159d9b9b1469eb04569705f4208b667ded5aab17e97bba5dd7310263f449de
-Size (stevedore-5.1.0.tar.gz) = 514100 bytes
+BLAKE2s (stevedore-5.2.0.tar.gz) = 6bbd3accc3e76d97a607cbbacdfb2f705e913715559b4068fb039643caa740a1
+SHA512 (stevedore-5.2.0.tar.gz) = ab7afe7d238b7cf1ecdc0cce0b60f0bddc1b59c28c126006bc49c7dbdfa7991fc3813822502ecb4952226b9caf5a80a2809f3b5bd910525c1feab336a5017d26
+Size (stevedore-5.2.0.tar.gz) = 513817 bytes



Home | Main Index | Thread Index | Old Index