You are not logged in.
Pages: 1
Hi,
346 package updates for me in less than 24 hours!
Could someone explain why?
Offline
Hello. Without you telling us, what packages were updated, how could we know?
But it’s likely due to Python 3.14 hitting the repos. Alternatively a Haskell-related update, but that would be a week ago and you’d notice them earlier too.
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Hello. Without you telling us, what packages were updated, how could we know?
But it’s likely due to Python 3.14 hitting the repos. Alternatively a Haskell-related update, but that would be a week ago and you’d notice them earlier too.
Thanks, “Python 3.14” is the correct answer.
But I'm impressed by the number of packages affected in my configuration.
Offline
That is because Python code is versioned:
pacman -F /usr/lib/python3.14/site-packages/(make sure files database is up-to-date, with `pacman -Fy`)
When minor Python version gets a bump, they need to be relocated to the correct directory. This applies not only to python-* packages, but also these which either use Python internally or expose API through Python modules.
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Pages: 1