Skip to content

Commit

Permalink
py-jaraco.context: update to 6.0.1.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wiz committed Aug 25, 2024
1 parent f9c43a2 commit 2d78167
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
10 changes: 5 additions & 5 deletions devel/py-jaraco.context/Makefile
Original file line number Diff line number Diff line change
@@ -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
HOMEPAGE= https://github.com/jaraco/jaraco.context
Expand All @@ -16,7 +16,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27
WHEEL_NAME= ${DISTNAME:S/_/./}

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
9 changes: 5 additions & 4 deletions devel/py-jaraco.context/PLIST
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions devel/py-jaraco.context/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2d78167

Please sign in to comment.