forked from pool/python-libarchive-c
Accepting request 617352 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/617352 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libarchive-c?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56eadbc383c27ec9cf6aad3ead72265e70f80fa474b20944328db38bab762b04
|
||||
size 42299
|
||||
3
libarchive-c-2.8.tar.gz
Normal file
3
libarchive-c-2.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06d44d5b9520bdac93048c72b7ed66d11a6626da16d2086f9aad079674d8e061
|
||||
size 45182
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 00:22:07 UTC 2018 - 9+suse@cirno.systems
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 7 22:41:45 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
@@ -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 @@ dynamically load and access the C library.
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%license LICENSE.md
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user