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

@@ -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