Hello community,

here is the log from the commit of package python-libarchive for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:11:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-libarchive (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-libarchive.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-libarchive"

Mon Mar  9 18:11:37 2020 rev:4 rq:781198 version:0.4.7

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-libarchive/python-libarchive.changes    
2020-01-15 15:49:53.439475723 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-libarchive.new.26092/python-libarchive.changes
 2020-03-09 18:11:39.889222287 +0100
@@ -1,0 +2,26 @@
+Tue Mar  3 12:13:41 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build on older releases
+
+-------------------------------------------------------------------
+Wed Jul 24 08:09:30 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.4.7:
+  * no upstream changelog
+
+-------------------------------------------------------------------
+Tue Apr  9 13:37:15 UTC 2019 - [email protected]
+
+- version update to 0.4.6
+  * types/archive_entry: Added some utilities and tests.
+  * documentation: Added coverage badge.
+  * Encode filenames to bytes when write and decode when reading. Fixes #12.
+  * testing: Reimplemented tests as proper unit-tests.
+  * Added Travis config.
+  * documentation: Added build badge.
+  * adapters/archive_write: Create now returns a list rather than generator.
+  * Prevents users from always having to flatten the response.
+  * Merge pull request #17 from elopio/patch-1
+  * Fix the link to nose
+
+-------------------------------------------------------------------

Old:
----
  libarchive-0.4.5.tar.gz

New:
----
  libarchive-0.4.7.tar.gz

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

Other differences:
------------------
++++++ python-libarchive.spec ++++++
--- /var/tmp/diff_new_pack.RPVeZ6/_old  2020-03-09 18:11:40.205222740 +0100
+++ /var/tmp/diff_new_pack.RPVeZ6/_new  2020-03-09 18:11:40.209222746 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-libarchive
 #
-# Copyright (c) 2018 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
@@ -19,27 +19,25 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-libarchive
-Version:        0.4.5
+Version:        0.4.7
 Release:        0
 Summary:        Python adapter for universal, libarchive-based archive access
 License:        GPL-2.0-only
-Group:          Development/Languages/Python
-Url:            https://github.com/dsoprea/PyEasyArchive
+URL:            https://github.com/dsoprea/PyEasyArchive
 Source:         
https://files.pythonhosted.org/packages/source/l/libarchive/libarchive-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  libarchive-devel
 BuildRequires:  python-rpm-macros
+Requires:       libarchive-devel
+Conflicts:      python-libarchive-c
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module nose}
 # /SECTION
-Requires:       libarchive-devel
-Conflicts:      python-libarchive-c
 %ifpython2
 Conflicts:      %{oldpython}-libarchive-c
 %endif
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -52,6 +50,11 @@
 %build
 %python_build
 
+%check
+# https://github.com/dsoprea/PyEasyArchive/issues/33
+export LANG=en_US.UTF8
+%python_expand nosetests-%{$python_bin_suffix} -v -e test_read_symlinks
+
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}

++++++ libarchive-0.4.5.tar.gz -> libarchive-0.4.7.tar.gz ++++++
++++ 1641 lines of diff (skipped)


Reply via email to