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 Apr 28 09:59:01 UTC 2024

Modified Files:
        pkgsrc/devel/py-jaraco.context: Makefile distinfo

Log Message:
py-jaraco.context: update to 5.3.0.

v5.3.0
======

Features
--------

- Deprecate infer_compression, as it was used primarily for deferring to the tar command.

Bugfixes
--------

- Enable 'transparent' compression in the tarfile context.

v5.2.0
======

Features
--------

- Implemented tarfile using native functionality and avoiding subprocessing, making it portable. (#5)

v5.1.0
======

Features
--------

- Implement experimental _compose for composing context managers. If you wish to use this function, please comment in the issue regarding your thoughts on the ordering. (#6)
- Deprecate null context. (#7)

v5.0.0
======

Features
--------

- Renamed tarball_context to tarball and deprecated tarball_context compatibility shim. (#3)
- Disentangle pushd from tarball. (#4)

Deprecations and Removals
-------------------------

- Removed deprecated 'runner' parameter to tarball_context.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-jaraco.context/Makefile
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/devel/py-jaraco.context/Makefile:1.5
--- pkgsrc/devel/py-jaraco.context/Makefile:1.4 Sat Oct 28 19:57:02 2023
+++ pkgsrc/devel/py-jaraco.context/Makefile     Sun Apr 28 09:59:00 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2023/10/28 19:57:02 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/04/28 09:59:00 wiz Exp $
 
-DISTNAME=      jaraco.context-4.3.0
+DISTNAME=      jaraco.context-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.context/}
 
@@ -13,6 +12,7 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0-9]*:../../net/py-portend
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-jaraco.context/distinfo
diff -u pkgsrc/devel/py-jaraco.context/distinfo:1.2 pkgsrc/devel/py-jaraco.context/distinfo:1.3
--- pkgsrc/devel/py-jaraco.context/distinfo:1.2 Thu Feb  9 09:24:40 2023
+++ pkgsrc/devel/py-jaraco.context/distinfo     Sun Apr 28 09:59:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/02/09 09:24:40 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/04/28 09:59:00 wiz Exp $
 
-BLAKE2s (jaraco.context-4.3.0.tar.gz) = 264b81d5aa61459f5e8fbe1a2b2e2492834a0d1f33597b5dca680d2f58d5715b
-SHA512 (jaraco.context-4.3.0.tar.gz) = 8882229fa1a68f2733ec4103fbeaf47625b19790f4461ab18df4c1f1a99d4d26d10d7381ab68ba5df48616a1fdb2d5e4a767496a0e40658fd011ed9cd39255de
-Size (jaraco.context-4.3.0.tar.gz) = 9764 bytes
+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



Home | Main Index | Thread Index | Old Index