14
0

Accepting request 427037 from home:alois:branches:devel:languages:python

Update to 2.8

OBS-URL: https://build.opensuse.org/request/show/427037
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rarfile?expand=0&rev=4
This commit is contained in:
2016-09-14 12:39:10 +00:00
committed by Git OBS Bridge
parent 5ce9d8fa33
commit df9c44c8c2
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Sep 12 14:42:46 UTC 2016 - aloisio@gmx.com
- Update to version 2.8
* Fix: support solid archives from in-memory file object.
Full archive will be written out to temp file. [#21]
* Fix: ask unrar stop switches scanning, to handle archive
names starting with "-". (Alexander Shadchin) [#12]
* Fix: add missing _parse_error variable to RarFile object.
(Gregory Mazzola) [#20]
* Fix: return proper boolean from
:meth:`RarInfo.needs_password`. [#22]
* Fix: do not insert non-string rarfile into exception
string. (Tim Muller) [#23]
* Fix: make :meth:`RarFile.extract` and
:meth:`RarFile.testrar` support in-memory archives.
* Use cryptography module as preferred crypto backend.
PyCrypto will be used as fallback.
* Cleanup: remove compat code for Python 2.4/2.5/2.6.
- Switched to bsdtar and made unrar dependency optional
- Changed source URL
-------------------------------------------------------------------
Mon Apr 25 15:00:53 UTC 2016 - aloisio@gmx.com