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
I was digging around in an issue w/ the AUR python-num2words package and noticed that something is still resulting in a num2words-0.5.13.dist-info folder name. I switch to the tag here on github and see that the bin/num2words binary still says 0.5.13, but I'm not sure if that explains it entirely. I'm not very good at the python building, so I'm not quite sure where else to look.
fryfrog@apollo …/lib/python3.13/site-packages on master [!] ❯ pwd
/home/fryfrog/aur/python-num2words/pkg/python-num2words/usr/lib/python3.13/site-packages
fryfrog@apollo …/lib/python3.13/site-packages on master [!] ❯ ls
num2words num2words-0.5.13.dist-info
That's because tag v0.5.14 was placed on a commit one before the release commit (6abe2c6 instead of 2b4d0bb). And in that commit bin/num2words still contains __version__ = "0.5.13".
Yes, changing the __version__ line changes the folder name as well (I do not know much about Python packging, but I guess something looks at that __version__ during the build process).
Expected Behaviour
I was digging around in an issue w/ the AUR python-num2words package and noticed that something is still resulting in a
num2words-0.5.13.dist-info
folder name. I switch to the tag here on github and see that thebin/num2words
binary still says 0.5.13, but I'm not sure if that explains it entirely. I'm not very good at the python building, so I'm not quite sure where else to look.Actual Behaviour
We should see 0.5.14! :)
Steps to reproduce
Extract your v0.5.14.tar.gz and do...
The text was updated successfully, but these errors were encountered: