Hello community,
here is the log from the commit of package python-libarchive-c for
openSUSE:Factory checked in at 2018-06-19 12:04:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libarchive-c (Old)
and /work/SRC/openSUSE:Factory/.python-libarchive-c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libarchive-c"
Tue Jun 19 12:04:59 2018 rev:2 rq:617352 version:2.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-libarchive-c/python-libarchive-c.changes
2017-09-11 16:18:22.985844099 +0200
+++
/work/SRC/openSUSE:Factory/.python-libarchive-c.new/python-libarchive-c.changes
2018-06-19 12:05:00.755026663 +0200
@@ -1,0 +2,14 @@
+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.DmwFdU/_old 2018-06-19 12:05:01.494999190 +0200
+++ /var/tmp/diff_new_pack.DmwFdU/_new 2018-06-19 12:05:01.498999041 +0200
@@ -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
@@ -13,29 +13,30 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://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: fdupes
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+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 +59,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)