Re: New python upgrade breaks dep of python-exceptiongroup
Reply #6 –
what I don't understand is why we explicitly mention a python version less than 3.11.3 , arch maintainer is not doing that, is it even necessary?
look at comment at this commit. line 22 of PKGBUILD file.
# Release 1.1.2 has a patch that is specific for Python 3.11.4+, as of now Arch
# is on 3.11.3. This can/should be removed after Python updates.
here's the info of package for arch and artix,
$ yay -Si python-exceptiongroup
Repository : world
Name : python-exceptiongroup
Version : 1.1.3-1
Description : Backport of PEP 654 (exception groups)
Architecture : any
URL : https://github.com/agronholm/exceptiongroup
Licenses : MIT
Groups : None
Provides : None
Depends On : python<=3.11.3
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 32.36 KiB
Installed Size : 136.10 KiB
Packager : Artix Build Bot <[email protected]>
Build Date : Tue 22 Aug 2023 05:03:30 PM UTC
Validated By : MD5 Sum SHA-256 Sum Signature
Repository : extra
Name : python-exceptiongroup
Version : 1.1.3-2
Description : Backport of PEP 654 (exception groups)
Architecture : any
URL : https://github.com/agronholm/exceptiongroup
Licenses : MIT
Groups : None
Provides : None
Depends On : python
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 32.34 KiB
Installed Size : 136.10 KiB
Packager : Daniel M. Capella <[email protected]>
Build Date : Mon 28 Aug 2023 11:56:13 PM UTC
Validated By : MD5 Sum SHA-256 Sum Signature
If I am right, the maintainer should remove python version dependency