Hello community,
here is the log from the commit of package python-libarchive-c for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:07:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-libarchive-c (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-libarchive-c.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libarchive-c"
Mon Mar 9 18:07:39 2020 rev:11 rq:776740 version:2.8
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-libarchive-c/python-libarchive-c.changes
2020-01-15 15:49:53.559475792 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-libarchive-c.new.26092/python-libarchive-c.changes
2020-03-09 18:07:40.152886132 +0100
@@ -1,0 +2,19 @@
+Tue Dec 4 12:50:00 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
+Mon Jun 18 00:22:07 UTC 2018 - [email protected]
+
+- Update to version 2.8
+ * add support for setting atime, ctime, mtime and birthtime
+ * tell libarchive when writing an archive is aborted due to an
+ exception
+ * add support for getting uid and gid
+ * add support for high resolution timestamps
+ * add two new archive readers: stream_reader and custom_reader
+ * add missing archive extraction flags
+ * add the lz4 and warc formats
+ * add support for write options and uid/gid lookup
+
+-------------------------------------------------------------------
Old:
----
libarchive-c-2.7.tar.gz
New:
----
libarchive-c-2.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libarchive-c.spec ++++++
--- /var/tmp/diff_new_pack.aocmVw/_old 2020-03-09 18:07:40.508886308 +0100
+++ /var/tmp/diff_new_pack.aocmVw/_new 2020-03-09 18:07:40.512886311 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-libarchive-c
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,30 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-libarchive-c
-Version: 2.7
+Version: 2.8
Release: 0
-License: CC0-1.0
Summary: Python interface to libarchive
-Url: https://github.com/Changaco/python-libarchive-c
+License: CC0-1.0
Group: Development/Languages/Python
+URL: https://github.com/Changaco/python-libarchive-c
Source:
https://files.pythonhosted.org/packages/source/l/libarchive-c/libarchive-c-%{version}.tar.gz
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
+Requires: libarchive-devel
+BuildArch: noarch
%if %{with test}
+BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: libarchive-devel
%endif
-Requires: libarchive-devel
-BuildArch: noarch
-
%python_subpackages
%description
@@ -58,8 +58,8 @@
%endif
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
+%license LICENSE.md
%{python_sitelib}/*
%changelog
++++++ libarchive-c-2.7.tar.gz -> libarchive-c-2.8.tar.gz ++++++
++++ 2209 lines of diff (skipped)