Package Release Info

python-libarchive-0.4.7-bp152.1.8

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-libarchive
python3-libarchive

Change Logs

* Tue Mar 03 2020 Tomá? Chvátal <tchvatal@suse.com>
- Fix build on older releases
* Wed Jul 24 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.4.7:
  * no upstream changelog
* Tue Apr 09 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
Version: 0.4.5-bp151.1.1
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Fri May 18 2018 toddrme2178@gmail.com
- Update to 0.4.5
  * packaging: Now package LICENSE file.
- Separate LICENSE file no longer needed
- Conflict with python-libarchive-c
* Fri May 18 2018 jengelh@inai.de
- Ensure neutrality and relevance of descriptions.
* Wed May 16 2018 toddrme2178@gmail.com
- Update to 0.4.4
  * Made library-find more robust.
  * Update archive_entry.py
  * Added a note about encryption support. Removed tasks.
  * Added octal specifier to archive entry fields
  * Library path is now overridable.
  * Added mtime to entry.
  * Moved API to sepcific module. Modernized setup.
- Implement single-spec version
* Thu Aug 01 2013 hpj@urpla.net
- add patch to use unittest2, if available in order to support
  testing with Python < 2.7
* Wed Jul 31 2013 hpj@urpla.net
- version 3.1.2: initial build