pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-jaraco.context
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 25 10:19:16 UTC 2024
Modified Files:
pkgsrc/devel/py-jaraco.context: Makefile PLIST distinfo
Log Message:
py-jaraco.context: update to 6.0.1.
v6.0.1
======
Bugfixes
--------
- Removed type declarations as suggested by Gemini. (#13)
v6.0.0
======
Bugfixes
--------
- Fixed bug in repo_context where standard output from git would not be hidden (because git emits standard output on the stderr stream).
Deprecations and Removals
-------------------------
- Removed deprecated 'tarball_context', 'infer_compression', and 'null' contexts.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-jaraco.context/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-jaraco.context/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jaraco.context/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-jaraco.context/Makefile
diff -u pkgsrc/devel/py-jaraco.context/Makefile:1.5 pkgsrc/devel/py-jaraco.context/Makefile:1.6
--- pkgsrc/devel/py-jaraco.context/Makefile:1.5 Sun Apr 28 09:59:00 2024
+++ pkgsrc/devel/py-jaraco.context/Makefile Sun Aug 25 10:19:16 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2024/04/28 09:59:00 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/08/25 10:19:16 wiz Exp $
-DISTNAME= jaraco.context-5.3.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= jaraco_context-6.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/./}
CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco.context/}
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco_context/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/jaraco/jaraco.context
@@ -16,7 +16,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+WHEEL_NAME= ${DISTNAME:S/_/./}
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-jaraco.context/PLIST
diff -u pkgsrc/devel/py-jaraco.context/PLIST:1.2 pkgsrc/devel/py-jaraco.context/PLIST:1.3
--- pkgsrc/devel/py-jaraco.context/PLIST:1.2 Sat Oct 28 19:57:02 2023
+++ pkgsrc/devel/py-jaraco.context/PLIST Sun Aug 25 10:19:16 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/08/25 10:19:16 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/jaraco/context.py
-${PYSITELIB}/jaraco/context.pyc
-${PYSITELIB}/jaraco/context.pyo
+${PYSITELIB}/jaraco/context/__init__.py
+${PYSITELIB}/jaraco/context/__init__.pyc
+${PYSITELIB}/jaraco/context/__init__.pyo
+${PYSITELIB}/jaraco/context/py.typed
Index: pkgsrc/devel/py-jaraco.context/distinfo
diff -u pkgsrc/devel/py-jaraco.context/distinfo:1.3 pkgsrc/devel/py-jaraco.context/distinfo:1.4
--- pkgsrc/devel/py-jaraco.context/distinfo:1.3 Sun Apr 28 09:59:00 2024
+++ pkgsrc/devel/py-jaraco.context/distinfo Sun Aug 25 10:19:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/04/28 09:59:00 wiz Exp $
+$NetBSD: distinfo,v 1.4 2024/08/25 10:19:16 wiz Exp $
-BLAKE2s (jaraco.context-5.3.0.tar.gz) = 9a25222e266d1dcc8375c0cf217c8c03351e4cf33e603cb13265e0eb0cdb901c
-SHA512 (jaraco.context-5.3.0.tar.gz) = f63bf272c45ff5c43499621651b78841259040ac98d67c9db75fadebb1c497c1156e05f23bf7c91df3e91f1e070acb9f7dc665e7b242ba7b1ac1cf99a619494d
-Size (jaraco.context-5.3.0.tar.gz) = 13345 bytes
+BLAKE2s (jaraco_context-6.0.1.tar.gz) = 1b77f448522549806384d3283cda7b45de3b45deef63fe6ab6b152b48dbe6bc8
+SHA512 (jaraco_context-6.0.1.tar.gz) = 5711f581a616a18f7b7dbac65550255c7eecfae39df04b675817b16fbc5d61b833617d853c40f0b910c0ba5d144baf4c4b2add155c9b91001209b27da594a801
+Size (jaraco_context-6.0.1.tar.gz) = 13912 bytes
Home |
Main Index |
Thread Index |
Old Index