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: Thu Nov 20 14:31:23 UTC 2025
Modified Files:
pkgsrc/devel/py-stevedore: Makefile PLIST distinfo
Log Message:
py-stevedore: updated to 5.6.0
5.6.0
* Deprecate warn\_on\_missing\_entrypoint parameter
* Add py.typed file
* Unskip test
* Add conflict resolution support
* Make better use of super
* typing: Remove use of \_init\_attributes (2/2)
* typing: Remove use of \_init\_attributes (1/2)
* typing: Remove unnecessary method subclass
* docs: Update to use pyproject.toml
* tests: Trivial fixups
* Remove unnecessary type docstring field lists
* typing: Add hints to tests
* typing: Make better use of ParamSpec
* typing: Add initial type hints
* Deprecate verify\_requirements flag
* Remove use of mutable default param
* trivial: Remove references to importlib\_metadata
* Enable ruff, ruff-format
* Apply ruff, ruff-format
* docs: Remove cruft from configuration files
* pre-commit: Bump versions
* reno: Update master for unmaintained/2024.1
* Bump pyupgrade target to 3.10+
* Migrate bandit options to pyproject.toml
* pre-commit: Bump dependencies
* Migrate setup configuration to pyproject.toml
* Drop Python 3.9 support
* Update master for stable/2025.2
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-stevedore/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-stevedore/PLIST
cvs rdiff -u -r1.17 -r1.18 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.24 pkgsrc/devel/py-stevedore/Makefile:1.25
--- pkgsrc/devel/py-stevedore/Makefile:1.24 Thu Oct 9 07:57:35 2025
+++ pkgsrc/devel/py-stevedore/Makefile Thu Nov 20 14:31:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/10/09 07:57:35 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/11/20 14:31:23 adam Exp $
-DISTNAME= stevedore-5.5.0
+DISTNAME= stevedore-5.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stevedore/}
@@ -10,8 +10,7 @@ HOMEPAGE= https://github.com/dreamhost/s
COMMENT= Manage dynamic plugins for Python applications
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-pbr>=2.0.0:../../devel/py-pbr
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=6.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
Index: pkgsrc/devel/py-stevedore/PLIST
diff -u pkgsrc/devel/py-stevedore/PLIST:1.4 pkgsrc/devel/py-stevedore/PLIST:1.5
--- pkgsrc/devel/py-stevedore/PLIST:1.4 Sat Apr 12 10:24:32 2025
+++ pkgsrc/devel/py-stevedore/PLIST Thu Nov 20 14:31:23 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/04/12 10:24:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/11/20 14:31:23 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -34,6 +34,7 @@ ${PYSITELIB}/stevedore/example/load_as_d
${PYSITELIB}/stevedore/example/load_as_extension.py
${PYSITELIB}/stevedore/example/load_as_extension.pyc
${PYSITELIB}/stevedore/example/load_as_extension.pyo
+${PYSITELIB}/stevedore/example/pyproject.toml
${PYSITELIB}/stevedore/example/setup.py
${PYSITELIB}/stevedore/example/setup.pyc
${PYSITELIB}/stevedore/example/setup.pyo
@@ -46,6 +47,7 @@ ${PYSITELIB}/stevedore/example2/__init__
${PYSITELIB}/stevedore/example2/fields.py
${PYSITELIB}/stevedore/example2/fields.pyc
${PYSITELIB}/stevedore/example2/fields.pyo
+${PYSITELIB}/stevedore/example2/pyproject.toml
${PYSITELIB}/stevedore/example2/setup.py
${PYSITELIB}/stevedore/example2/setup.pyc
${PYSITELIB}/stevedore/example2/setup.pyo
@@ -61,6 +63,7 @@ ${PYSITELIB}/stevedore/hook.pyo
${PYSITELIB}/stevedore/named.py
${PYSITELIB}/stevedore/named.pyc
${PYSITELIB}/stevedore/named.pyo
+${PYSITELIB}/stevedore/py.typed
${PYSITELIB}/stevedore/sphinxext.py
${PYSITELIB}/stevedore/sphinxext.pyc
${PYSITELIB}/stevedore/sphinxext.pyo
Index: pkgsrc/devel/py-stevedore/distinfo
diff -u pkgsrc/devel/py-stevedore/distinfo:1.17 pkgsrc/devel/py-stevedore/distinfo:1.18
--- pkgsrc/devel/py-stevedore/distinfo:1.17 Mon Sep 1 12:57:19 2025
+++ pkgsrc/devel/py-stevedore/distinfo Thu Nov 20 14:31:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/09/01 12:57:19 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/11/20 14:31:23 adam Exp $
-BLAKE2s (stevedore-5.5.0.tar.gz) = 18105381ba84deb9720a9b9cb909d8ba464e963668e0c056c0573f6995cf8da1
-SHA512 (stevedore-5.5.0.tar.gz) = 4fa4806ddb98430893f44f97e4e43b6eab244bd47c72cec196418edf1f55647c29e47c4f6b4c6c42069001415471d9cecdc149e9d5a504422143a7f143813381
-Size (stevedore-5.5.0.tar.gz) = 513878 bytes
+BLAKE2s (stevedore-5.6.0.tar.gz) = 758ab8acf2fe7a955ae6e01873b2970197da330d16e20b267ff91883a1e6758c
+SHA512 (stevedore-5.6.0.tar.gz) = 253cae8ab14e4dcc33bf656112da7329957ca4acda8b92fec7d590b499092c762b07b4f0fa2e63aa99a29b9edb7efba4655f4f14b8e65ace1e20f1a9b2dc441c
+Size (stevedore-5.6.0.tar.gz) = 516074 bytes
Home |
Main Index |
Thread Index |
Old Index