forked from pool/python-rarfile
Accepting request 821820 from home:alois:branches:devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/821820 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rarfile?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
537389308a
commit
201482fa66
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 20 07:50:34 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 14 14:40:03 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
Mon Oct 14 14:40:03 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rarfile
|
# spec file for package python-rarfile
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%define skip_python2 1
|
||||||
Name: python-rarfile
|
Name: python-rarfile
|
||||||
Version: 3.1
|
Version: 3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RAR Archive Reader for Python
|
Summary: RAR Archive Reader for Python
|
||||||
License: ISC
|
License: ISC
|
||||||
@@ -54,7 +54,7 @@ This package contains technical documentation.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
make %{?_smp_mflags} -C doc html
|
%make_build -C doc html
|
||||||
rm doc/_build/html/.buildinfo
|
rm doc/_build/html/.buildinfo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc1062176c529f417522af7da1291a35b85c8017464e665aabce048cfe2659b6
|
|
||||||
size 121579
|
|
3
rarfile-3.2.tar.gz
Normal file
3
rarfile-3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:422cbf788c5fed87ed0d55aff88951f54378ec84749eb05cc0584d87f2637545
|
||||||
|
size 121758
|
Reference in New Issue
Block a user