aboutsummaryrefslogtreecommitdiff
path: root/libraries/rarfile/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-04-03 15:00:27 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-04 10:54:15 +0700
commitb3a9b60b681aeb1a9cc1383ec218b06bdad880d0 (patch)
tree663976d5cf151e38a88e96e8e67f349740b32958 /libraries/rarfile/README
parent6222e28079dc2ca32e0d6df7548a3f2e3019368f (diff)
libraries/rarfile: Version bump to 4.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/rarfile/README')
-rw-r--r--libraries/rarfile/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/rarfile/README b/libraries/rarfile/README
index 6103dbd00b..897463a7c5 100644
--- a/libraries/rarfile/README
+++ b/libraries/rarfile/README
@@ -3,11 +3,13 @@ RAR archive reader for Python.
This is Python module for RAR archive reading. The interface
is made as zipfile like as possible. Licensed under ISC
license.
-- Supports both RAR 2.x and 3.x archives.
+- Supports both RAR3 and RAR5 format archives.
- Supports multi volume archives.
- Supports Unicode filenames.
- Supports password-protected archives.
- Supports archive and file comments.
- Archive parsing and non-compressed files handled in pure Python code.
- For compressed files runs ``unrar`` utility.
-- Works with both Python 2.x and 3.x.
+
+NOTE: Can swap unrar dependency for unrar-free, with whatever
+limitations unrar-free has over the proprietary unrar.