forked from pool/python-libarchive
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:
committed by
Git OBS Bridge
parent
d374d71b66
commit
8fb9b4746a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1d813d1111a6d7a3cf3509bd9917585b66eb5bb57fa6fa5aecc9ad7c1b78e94
|
||||
size 21085
|
||||
3
libarchive-0.4.6.tar.gz
Normal file
3
libarchive-0.4.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37e8cca1eb85d30583cdcffc58116d83abc09be7549d5d6c9ead563c0a8d7b04
|
||||
size 24418
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 13:37:15 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:50:01 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user