Revisions of python-rarfile

buildservice-autocommit accepted request 974864 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 20)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 974818 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 19)
- Add patch help.patch and enable Python 3.10
  * https://github.com/markokr/rarfile/pull/85
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- skip python 3.10 build - not yet supported
buildservice-autocommit accepted request 824573 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 17)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 824106 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 16)
- Update to version 4.0
  Main goals are:
  * Increased zipfile-compatibility, thus also achieving
    smaller difference between RAR3 and RAR5 archives.
  * Removing dependency on unrar for extract, thus making
    maintenance of alternative backends more manageable.
  Breaking changes:
  * Directory names will have "/" appended.
  * RarFile.extract operates only on single entry, so when used
    on directory it will create directory but not extract files
    under it.
  * RarFile.extract / RarFile.extractall / RarFile.testrar will
    not launch special unrar command line, instead they are
    implemented on top of RarFile.open.
  * Keyword args in top-level APIs were renamed to match zipfile:
    + RarFile(rarfile) -> RarFile(file)
    + RarFile.setpassword(password) -> .setpassword(pwd)
    + RarFile.getinfo(fname) -> .getinfo(name)
    + RarFile.open(fname, mode, psw) -> .open(name, mode, pwd)
    + RarFile.read(fname, psw) -> .read(name, pwd)
  * PATH_SEP cannot be changed from "/".
  New features:
  * RarFile.extract will return final sanitized filename
    for target file.
  * RarInfo.is_dir is now preferred spelling of isdir().
    Old method kept as alias.
  * New RarInfo.is_file and RarInfo.is_symlink
    methods. Only one of ~RarInfo.is_file, ~RarInfo.is_dir or
    ~RarInfo.is_symlink can be True.
  * RarFile.printdir has file argument for output.
  * RarFile.__iter__ loops over RarInfo entries.
  * RAR3: throw NeedFirstVolume exception with current volume
    number, like RAR5 does.
  * Nanosecond timestamp support.  Visible as nsdatetime
    instance.
  * Minimal CLI when run as script: python3 -m rarfile
  * Skip old file versions in versioned archive.
  Cleanups:
  * Use PBKDF2 implementation from hashlib.
  * Improve test coverage.
  version 3.3:
  Fixes:
  * Add the .sfx test files to MANIFEST.in for inclusion in pypi
    tarball.
  * Add all files in git to tarball.
- Run tests
- Switch to unar
buildservice-autocommit accepted request 821832 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 821820 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 14)
- Update to version 3.2
  New features:
  * Support unar as decompression backend.  It has much
    better support for RAR features than bsdtar.
  * Support SFX archives - archive header is searched in first
    2MB of the file.
  * Add :data:`HACK_TMP_DIR` option, to force temp files into
    specific directory.
  Fixes:
  * Always use "/" for path separator in command-line
  Cleanups:
  * Drop module-level options from docs, they create confusion.
  * Drop support for Python 2 and 3.5 and earlier.  Python 2 is
    dead and requiring Python 3.6 gives blake2s, stdlib that
    supports pathlib, and ordered dict without compat hacks.
buildservice-autocommit accepted request 738391 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 13)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 12)
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
buildservice-autocommit accepted request 732398 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 732365 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 10)
Update to version 3.1
Todd R's avatar Todd R (TheBlackCat) committed (revision 9)
converted link to branch
Todd R's avatar Todd R (TheBlackCat) committed (revision 8)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 483992 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 7)
initialized devel package after accepting 483992
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) accepted request 454475 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 5)
Update to version 3.0
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 391569 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 3)
Update to version 2.7
Todd R's avatar Todd R (TheBlackCat) accepted request 316563 from Todd R's avatar Todd R (TheBlackCat) (revision 2)
Fix building on SLES 11
Todd R's avatar Todd R (TheBlackCat) accepted request 244903 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
package for reading rar files
Displaying all 20 revisions
openSUSE Build Service is sponsored by