-
Notifications
You must be signed in to change notification settings - Fork 526
Open
Description
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 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
fryfrog@apollo …/python-num2words/src/num2words-0.5.14 on master [!] via 🐍 v3.13.1 ❯ grep -ir "0.5.13" .
./build/scripts-3.13/num2words:__version__ = "0.5.13"
./bin/num2words:__version__ = "0.5.13"
./num2words.egg-info/PKG-INFO:Version: 0.5.13
./num2words.egg-info/PKG-INFO:Version 0.5.13 -- 2023/10/18
./CHANGES.rst:Version 0.5.13 -- 2023/10/18
grep: ./dist/num2words-0.5.13-py3-none-any.whl: binary file matches
Actual Behaviour
We should see 0.5.14! :)
Steps to reproduce
Extract your v0.5.14.tar.gz and do...
fryfrog@apollo ~/temp/num2words-0.5.14 via 🐍 v3.13.1 ❯ grep -ir "0.5.13" .
./bin/num2words:__version__ = "0.5.13"
./CHANGES.rst:Version 0.5.13 -- 2023/10/18
Rogach
Metadata
Metadata
Assignees
Labels
No labels