./devel/py-jaraco.context, Context managers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.3.0, Package name: py311-jaraco.context-5.3.0, Maintainer: pkgsrc-users

Context managers by jaraco.


Master sites:

Filesize: 13.032 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-28 11:59:01 by Thomas Klausner | Files touched by this commit (2) | Package updated
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.
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2022-11-14 15:37:35 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-jaraco.context: add missing tool dependency
   2022-11-06 19:13:00 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-jaraco.context: added version 4.1.2

Context managers by jaraco