abhishek-ram / django-pyas2

AS2 file transfer Server built on Python and Django.
https://django-pyas2.readthedocs.io
GNU General Public License v3.0
78 stars 31 forks source link

Fix link to AUTHORS since now it's a Markdown file. #85

Closed adiroiban closed 1 year ago

adiroiban commented 1 year ago

This is just a quick change.

adiroiban commented 1 year ago

I only did a minor change and I can see the tests are failing with

AttributeError: function/symbol 'EVP_PKEY_size' not found in library 'libcrypto.so.3':

I can confirm that this is is not an isolate error.

I was able to reproduce this error on my fresh python 3.10 virtualenv.

abhishek-ram commented 1 year ago

I have pushed a fix, can you rebase with the latest master?

codecov[bot] commented 1 year ago

Codecov Report

Base: 97.44% // Head: 97.44% // No change to project coverage :thumbsup:

Coverage data is based on head (8253f9b) compared to base (a2c8c00). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #85 +/- ## ======================================= Coverage 97.44% 97.44% ======================================= Files 11 11 Lines 587 587 ======================================= Hits 572 572 Misses 15 15 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Abhishek+Ram). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Abhishek+Ram)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

adiroiban commented 1 year ago

Done.

Thanks for the pyas2lib fix :)