15
0

Accepting request 692610 from home:pgajdos

- version update to 0.4.6
  * types/archive_entry: Added some utilities and tests.
  * documentation: Added coverage badge.
  * Encode filenames to bytes when write and decode when reading. Fixes #12.
  * testing: Reimplemented tests as proper unit-tests.
  * Added Travis config.
  * documentation: Added build badge.
  * adapters/archive_write: Create now returns a list rather than generator.
  * Prevents users from always having to flatten the response.
  * Merge pull request #17 from elopio/patch-1
  * Fix the link to nose

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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-libarchive
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-libarchive
Version: 0.4.5
Version: 0.4.6
Release: 0
Summary: Python adapter for universal, libarchive-based archive access
License: GPL-2.0-only
@@ -52,6 +52,10 @@ A ctypes-based adapter to libarchive.
%build
%python_build
%check
# https://github.com/dsoprea/PyEasyArchive/issues/33
%python_expand nosetests-%{$python_bin_suffix} -e test_read_symlinks
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}