15
0

- Update to 0.4.7:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libarchive?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-07-24 08:10:35 +00:00
committed by Git OBS Bridge
parent 8fb9b4746a
commit bbbe3d660d
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37e8cca1eb85d30583cdcffc58116d83abc09be7549d5d6c9ead563c0a8d7b04
size 24418

3
libarchive-0.4.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:829dc298a08877f62335d528973bc034f7c1e8a03c16bfc1fa561e164e76a365
size 23774

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 24 08:09:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.7:
* no upstream changelog
-------------------------------------------------------------------
Tue Apr 9 13:37:15 UTC 2019 - pgajdos@suse.com

View File

@@ -19,27 +19,26 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-libarchive
Version: 0.4.6
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