475f78069c
- Update to 6.1.0 (fixes CVE-2026-23949, bsc#1256954) * In tarfile.context, ensure that the default filter honors the data filter to avoid path traversal vulnerabilities.
Markéta Machová2026-01-20 10:33:12 +00:00
cba260527d
Accepting request 1307772 from devel:languages:python
Ana Guerrero2025-09-30 15:35:01 +00:00
156589f4d8
- update to 6.0.1: * Removed type declarations as suggested by Gemini.
Dirk Mueller2025-09-29 11:52:04 +00:00
b3cf3815b0
Accepting request 1295102 from devel:languages:python
Ana Guerrero2025-07-23 14:32:57 +00:00
9ccf7c7525
- update to 6.0.1 * Removed type declarations as suggested by Gemini. (#13) - update to 6.0.0 * Fixed bug in repo_context where standard output from git would not be hidden (because git emits standard output on the stderr stream). * Removed deprecated 'tarball_context', 'infer_compression', and 'null' contexts.
Dirk Mueller2025-07-22 13:07:33 +00:00
20be27f3ad
Accepting request 1266229 from devel:languages:python
Ana Guerrero2025-04-11 14:45:05 +00:00
3bc53c0121
Accepting request 1165957 from devel:languages:python
Ana Guerrero2024-04-11 17:40:22 +00:00
0177f6902a
- update to 5.3.0: * Deprecate infer_compression, as it was used primarily for deferring to the tar command. * Enable 'transparent' compression in the tarfile context. * Implemented tarfile using native functionality and avoiding subprocessing, making it portable. * 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. * Deprecate null context. * Renamed tarball_context to tarball and deprecated tarball_context compatibility shim. * Disentangle pushd from tarball. * Removed deprecated 'runner' parameter to tarball_context.
Dirk Mueller2024-04-07 09:28:41 +00:00