masc icon indicating copy to clipboard operation
masc copied to clipboard

Upload new package version to pypi and update install instructions

Open dukebody opened this issue 5 years ago • 4 comments

Last released masc version on pypi is for 2017: https://pypi.org/project/masc/

I propose to create the release 0.3 and upload it.

Then change the install instructions in README.md to be pip install masc.

For development we can do pip install -e . after cloning the repo - this can be added to the wiki.

dukebody avatar Oct 18 '20 18:10 dukebody

Also some README.md related stuff:

  • pypandoc is not a requirement anymore and should be removed from the readme
  • The notice about the Yara error seems to be resolved with #34 (using yara-python requirement instead of yara)

ibLeDy avatar Oct 18 '20 19:10 ibLeDy

New release avaiable!

sfaci avatar Nov 01 '20 12:11 sfaci

Great!

Would be nice to also make a release on Github and assign it the current version as a tag (v0.3.1).

Also remember that the notice about the Yara error should be outdated and thus removed, as the error seems to be fixed because we are now using yara-python instead of yara as a requirement, and although I only could test on Ubuntu, it should be resolved on Debian as well.

  • Notice (url seems to be semi-broken as the H4 contains a /): https://github.com/sfaci/masc#notice-for-debian-usersdevelopers

ibLeDy avatar Nov 01 '20 13:11 ibLeDy

You are right ibLedy! We have to make a new release on GitHub. About the yara-python/yara issue, I am not sure how to proceed because I remembered that yara package had some issue in Debian/MacOS (I don't remember exactly). Anyway, it's necessary reopen this issue and take a look to theses problems to fix them. Thanks!!!!!

sfaci avatar Nov 01 '20 14:11 sfaci