From bbbe3d660de436cc9f9e1cf718b7d3e753931f62051c9a01816453383213be11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 08:10:35 +0000 Subject: [PATCH] - 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 --- libarchive-0.4.6.tar.gz | 3 --- libarchive-0.4.7.tar.gz | 3 +++ python-libarchive.changes | 6 ++++++ python-libarchive.spec | 11 +++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 libarchive-0.4.6.tar.gz create mode 100644 libarchive-0.4.7.tar.gz diff --git a/libarchive-0.4.6.tar.gz b/libarchive-0.4.6.tar.gz deleted file mode 100644 index b821a8d..0000000 --- a/libarchive-0.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37e8cca1eb85d30583cdcffc58116d83abc09be7549d5d6c9ead563c0a8d7b04 -size 24418 diff --git a/libarchive-0.4.7.tar.gz b/libarchive-0.4.7.tar.gz new file mode 100644 index 0000000..670a5ab --- /dev/null +++ b/libarchive-0.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829dc298a08877f62335d528973bc034f7c1e8a03c16bfc1fa561e164e76a365 +size 23774 diff --git a/python-libarchive.changes b/python-libarchive.changes index 7b75870..a85f18e 100644 --- a/python-libarchive.changes +++ b/python-libarchive.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 24 08:09:30 UTC 2019 - Tomáš Chvátal + +- Update to 0.4.7: + * no upstream changelog + ------------------------------------------------------------------- Tue Apr 9 13:37:15 UTC 2019 - pgajdos@suse.com diff --git a/python-libarchive.spec b/python-libarchive.spec index 636d474..6d9c5d0 100644 --- a/python-libarchive.spec +++ b/python-libarchive.spec @@ -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