You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Version information
1.0.0
Steps to replicate
wget https://files.pythonhosted.org/packages/75/9d/e38a18d8c932f397537cda0d03a606314611fe1ebd8b24ed8fdd4df23191/pyzor-1.0.0.tar.gz
tax xfv pyzor-1.0.0.tar.gz
cd pyzor-1.0.0
sudo docker run --rm -it -v $(pwd):/code python:buster bash
cd /code
python3 setup.py install
unzip /usr/local/lib/python3.11/site-packages/pyzor-1.0.0-py3.11.egg -d /unzip
grep 0077 /unzip/EGG-INFO/scripts/pyzord
Actual result
os.umask(0077)
Expected result
Should not return any output
The text was updated successfully, but these errors were encountered: