Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

udgover
Copy link

@udgover udgover commented Jun 2, 2020

No description provided.

@coveralls
Copy link

coveralls commented Jun 2, 2020

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
Copy link
Author

udgover commented Jun 3, 2020

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
Copy link
Author

udgover commented Jun 4, 2020

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

@udgover
Copy link
Author

udgover commented Jun 10, 2020

Did you have time to check this PR?

@udgover
Copy link
Author

udgover commented Sep 22, 2020

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.

None yet

2 participants