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,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>