FS#73325 - [python-proxy.py] conflicts with libproxy

Attached to Project: Community Packages
Opened by Jelle van der Waa (jelly) - Monday, 10 January 2022, 19:24 GMT
Last edited by Jonas Witschel (diabonas) - Monday, 10 January 2022, 20:13 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jonas Witschel (diabonas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

[jelle@t14s][~/projects/podman]%pacins python-proxy.py
[sudo] password for jelle:
resolving dependencies...
looking for conflicting packages...

Packages (1) python-proxy.py-2.3.1-3

Total Download Size: 0.14 MiB
Total Installed Size: 0.74 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
python-proxy.py-2.3.1-3-any 140.0 KiB 368 KiB/s 00:00 [####################################################################] 100%
(1/1) checking keys in keyring [####################################################################] 100%
(1/1) checking package integrity [####################################################################] 100%
(1/1) loading package files [####################################################################] 100%
(1/1) checking for file conflicts [####################################################################] 100%
error: failed to commit transaction (conflicting files)
python-proxy.py: /usr/bin/proxy exists in filesystem (owned by libproxy)
Errors occurred, no packages were upgraded.
This task depends upon

Closed by  Jonas Witschel (diabonas)
Monday, 10 January 2022, 20:13 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-proxy.py-2.3.1-4
Comment by Jonas Witschel (diabonas) - Monday, 10 January 2022, 20:12 GMT
Thank you for the report! Since python-proxy.py is only used as a check dependency for python-aiohttp, which imports the Python module provided by this package directly instead of calling the entry point "/usr/bin/python", I opted to remove the latter from the package completely. Users wanting to run the proxy.py script directly can still do so by using "python -m proxy" as described in the project's README: https://github.com/abhinavsingh/proxy.py#from-command-line-using-repo-source

Loading...