14
0
forked from pool/python-pylzma

Accepting request 662468 from devel:languages:python:avocado

- Update to version 0.5.0:
  * Update to LZMA SDK 18.05.
  * Support LZMA2 decompression.
  * Fix decompressing empty members from 7z files.
  * Fix parsing attributes from 7z members.
  * Include test data in tarball.
  * Fix AES decryption for solid 7z archives with LZMA2 compression.

OBS-URL: https://build.opensuse.org/request/show/662468
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylzma?expand=0&rev=9
This commit is contained in:
2019-01-02 14:26:50 +00:00
committed by Git OBS Bridge
parent b8ac3c046c
commit 024384c5d1
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 2 14:09:12 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.5.0:
* Update to LZMA SDK 18.05.
* Support LZMA2 decompression.
* Fix decompressing empty members from 7z files.
* Fix parsing attributes from 7z members.
* Include test data in tarball.
* Fix AES decryption for solid 7z archives with LZMA2 compression.
-------------------------------------------------------------------
Thu Jul 26 15:32:10 UTC 2018 - tchvatal@suse.com