From 8fb9b4746acc4e1c6e4c8735315efc352526921adca362708cc8f9d4f66b1728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 10 Apr 2019 06:34:14 +0000 Subject: [PATCH] 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 --- libarchive-0.4.5.tar.gz | 3 --- libarchive-0.4.6.tar.gz | 3 +++ python-libarchive.changes | 15 +++++++++++++++ python-libarchive.spec | 8 ++++++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 libarchive-0.4.5.tar.gz create mode 100644 libarchive-0.4.6.tar.gz diff --git a/libarchive-0.4.5.tar.gz b/libarchive-0.4.5.tar.gz deleted file mode 100644 index 4439d07..0000000 --- a/libarchive-0.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1d813d1111a6d7a3cf3509bd9917585b66eb5bb57fa6fa5aecc9ad7c1b78e94 -size 21085 diff --git a/libarchive-0.4.6.tar.gz b/libarchive-0.4.6.tar.gz new file mode 100644 index 0000000..b821a8d --- /dev/null +++ b/libarchive-0.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e8cca1eb85d30583cdcffc58116d83abc09be7549d5d6c9ead563c0a8d7b04 +size 24418 diff --git a/python-libarchive.changes b/python-libarchive.changes index aef2c39..7b75870 100644 --- a/python-libarchive.changes +++ b/python-libarchive.changes @@ -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 diff --git a/python-libarchive.spec b/python-libarchive.spec index 97b4f9e..636d474 100644 --- a/python-libarchive.spec +++ b/python-libarchive.spec @@ -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}