Skip to content

Releases: Changaco/python-libarchive-c

2.7

17 Dec 10:15

Choose a tag to compare

2.7

Changes to the library:

  • only read regular files (#47)
  • add support for atime and ctime (#49)

2.6

29 Nov 19:15

Choose a tag to compare

2.6

Changes to the library:

  • small tweak for better compatibility with python 2.6 (#37)
  • new add_file_from_memory method (#38)
  • fix int type to allow working with large files (#41)

Tests:

  • we now use tox (#40)

2.5

23 Jul 18:44

Choose a tag to compare

2.5

Changes to the library:

  • don't hardcode errno constants (#33)

Packaging:

  • set umask to 022 in setup.py (36859c9)

Tests:

  • fix a test to be compatible with libarchive 3.2 (#35)

2.4

29 May 16:57

Choose a tag to compare

2.4

This is a fix release that doesn't change the library code. Details:

  • fixed file permissions in PyPI archives (#30)
  • fixed Travis CI builds (#32)

2.3

04 Apr 08:06

Choose a tag to compare

2.3

This release only changes the license: it was LGPL, it's now CC0 (#25).

2.2

24 Nov 10:19

Choose a tag to compare

2.2
  • adds support for reading rdevmajor and rdevminor (a5e968c)
  • fixes building from git archives (#23)

2.1

28 May 09:32

Choose a tag to compare

2.1

Better support of links (#20).

2.0

28 Apr 09:16

Choose a tag to compare

2.0
  • improves portability (#4)
  • fixes the auto-detection of libarchive's location
  • adds possibility to pass libarchive's location in the LIBARCHIVE environment variable (#3)
  • adds more convenience properties for file types (#5)

1.1

06 Feb 12:18

Choose a tag to compare

1.1

This release adds the .mode and .strmode properties to ArchiveEntry (#1).