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

pyzord script is not python3 compatible #145

Open
leonixyz opened this issue Jan 5, 2023 · 1 comment
Open

pyzord script is not python3 compatible #145

leonixyz opened this issue Jan 5, 2023 · 1 comment

Comments

@leonixyz
Copy link

leonixyz commented Jan 5, 2023

Version information

1.0.0

Steps to replicate

  1. wget https://files.pythonhosted.org/packages/75/9d/e38a18d8c932f397537cda0d03a606314611fe1ebd8b24ed8fdd4df23191/pyzor-1.0.0.tar.gz
  2. tax xfv pyzor-1.0.0.tar.gz
  3. cd pyzor-1.0.0
  4. sudo docker run --rm -it -v $(pwd):/code python:buster bash
  5. cd /code
  6. python3 setup.py install
  7. unzip /usr/local/lib/python3.11/site-packages/pyzor-1.0.0-py3.11.egg -d /unzip
  8. grep 0077 /unzip/EGG-INFO/scripts/pyzord

Actual result

os.umask(0077)

Expected result

Should not return any output

@sidney
Copy link

sidney commented Jan 9, 2023

Neither is the last released 1.0 version that is on pypy, so pip3 install pyzor does not work.
But it is fixed in this repo, so

pip3 install https://github.com/SpamExperts/pyzor/archive/refs/heads/master.zip does work.

As far as I can tell all that is needed is for a committer of this repo to release a new version. Is there any reason why that has not happened in the eight years since 2014 even though the code has been updated since then?

I just noticed issue #54 was opened in 2016 requesting a new release for python 3 compatibility and was closed as "completed" without comment in 2021. This is a very strange mix of software being maintained and yet not maintained at the same time.

edited to add: I just noticed that issue #54 was closed by the person who opened it who had given up getting a response from a committer.

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

No branches or pull requests

2 participants