Hello community,

here is the log from the commit of package python-rarfile for openSUSE:Factory 
checked in at 2020-07-20 21:02:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rarfile (Old)
 and      /work/SRC/openSUSE:Factory/.python-rarfile.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rarfile"

Mon Jul 20 21:02:21 2020 rev:4 rq:821832 version:3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rarfile/python-rarfile.changes    
2019-10-16 09:15:39.675409435 +0200
+++ /work/SRC/openSUSE:Factory/.python-rarfile.new.3592/python-rarfile.changes  
2020-07-20 21:04:28.277281500 +0200
@@ -1,0 +2,19 @@
+Mon Jul 20 07:50:34 UTC 2020 - Luigi Baldoni <aloi...@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.
+
+-------------------------------------------------------------------

Old:
----
  rarfile-3.1.tar.gz

New:
----
  rarfile-3.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rarfile.spec ++++++
--- /var/tmp/diff_new_pack.4inC7p/_old  2020-07-20 21:04:29.977283224 +0200
+++ /var/tmp/diff_new_pack.4inC7p/_new  2020-07-20 21:04:29.981283228 +0200
@@ -1,7 +1,7 @@
 #
 # 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
 # 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
-Version:        3.1
+Version:        3.2
 Release:        0
 Summary:        RAR Archive Reader for Python
 License:        ISC
@@ -54,7 +54,7 @@
 
 %build
 %python_build
-make %{?_smp_mflags} -C doc html
+%make_build -C doc html
 rm doc/_build/html/.buildinfo
 
 %install

++++++ rarfile-3.1.tar.gz -> rarfile-3.2.tar.gz ++++++
++++ 3898 lines of diff (skipped)


Reply via email to