2016-04-26 14:22:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 25 15:00:53 UTC 2016 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 2.7
|
|
|
|
* Allow use of bsdtar as decompression backend.
|
|
|
|
It sits on top of libarchive, which has support for reading
|
|
|
|
RAR archives.
|
|
|
|
* Now rarfile checks if unrar and if not then tries bsdtar. If
|
|
|
|
that works, then keeps using it. If not then configuration
|
|
|
|
stays with unrar which will then appear in error messages.
|
|
|
|
* Both RarFile and is_rarfile() now accept file-like object.
|
|
|
|
Eg. io.BytesIO. Only requirement is that the object must be
|
|
|
|
seekable. This mirrors similar funtionality in zipfile.
|
|
|
|
* Uniform error handling. RarFile accepts errors="strict" argument.
|
|
|
|
* Allow user to tune whether parsing and missing file errors
|
|
|
|
will raise exception. If error is not raised, the error
|
|
|
|
string can be queried with RarFile.strerror() method.
|
|
|
|
|
2015-07-14 07:45:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 13 13:12:38 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix building on SLES 11
|
|
|
|
|
2014-08-15 21:08:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 15 20:54:35 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Spec file cleanups
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 11 07:53:51 UTC 2013 - lazy.kent@opensuse.org
|
|
|
|
|
|
|
|
- Update to 2.6.
|
|
|
|
* Add context manager support for RarFile class. Both RarFile and
|
|
|
|
RarExtFile support with statement now.
|
|
|
|
* RarFile.volumelist() method, returns filenames of archive
|
|
|
|
volumes.
|
|
|
|
* Re-throw clearer error in case unrar is not found in PATH.
|
|
|
|
* Sync new unrar4.x error code from rar.txt.
|
|
|
|
* Use Sphinx for documentation.
|
|
|
|
- Build doc subpackage.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 29 22:17:52 UTC 2012 - lazy.kent@opensuse.org
|
|
|
|
|
|
|
|
- Removed check for unsupported openSUSE versions.
|
|
|
|
- Corrected Description.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 19 18:20:45 UTC 2012 - lazy.kent@opensuse.org
|
|
|
|
|
|
|
|
- Update to 2.5.
|
|
|
|
* Fixed bugs.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 11 07:10:33 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
|
|
|
|
- Update to 2.4.
|
|
|
|
* Fix bug in corrupt unicode filename handling.
|
|
|
|
- Use full URL as a source.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 10 22:45:43 UTC 2011 - lazy.kent@opensuse.org
|
|
|
|
|
|
|
|
- Initial package created - 2.3.
|
|
|
|
|