Skip to content

Add support for reading and writing encrypted archives with test suites#45

Open
udgover wants to merge 6 commits into
dsoprea:masterfrom
udgover:master
Open

Add support for reading and writing encrypted archives with test suites#45
udgover wants to merge 6 commits into
dsoprea:masterfrom
udgover:master

Conversation

@udgover

@udgover udgover commented Jun 2, 2020

Copy link
Copy Markdown

No description provided.

@coveralls

coveralls commented Jun 2, 2020

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 50

  • 43 of 52 (82.69%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.5%) to 71.443%

Changes Missing Coverage Covered Lines Changed/Added Lines %
libarchive/adapters/archive_read.py 11 14 78.57%
libarchive/adapters/archive_write.py 15 21 71.43%
Totals Coverage Status
Change from base Build 47: 0.5%
Covered Lines: 708
Relevant Lines: 991

💛 - Coveralls

@udgover

udgover commented Jun 3, 2020

Copy link
Copy Markdown
Author

I found the issue with Python 2.7, it's related to a call to bytes which works perfectly with Python3 but not Python2. Do I need to add version check to call the right function depending on Py2 or Py3? Do you still want to support Python2.7?

Based on your feedback, I'll commit the patch.

@udgover

udgover commented Jun 4, 2020

Copy link
Copy Markdown
Author

Sorry for the previous commit which only fixed python2 and not python3. Now all tests are green!

@udgover

udgover commented Jun 10, 2020

Copy link
Copy Markdown
Author

Did you have time to check this PR?

@udgover

udgover commented Sep 22, 2020

Copy link
Copy Markdown
Author

Hello,

Any news to review this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants