Description of problem: When I run 'yum upgrade' I see that python2-pysocks and python34-idna need to be updated and one of these thinks it requires python-SocksiPy. Only proglem is python-SocksiPy is available via the atomic repo configured on this server and python-SocksiPy-1.00-4.el7.art.noarch conflicts with python2-pysocks-1.6.8-5.el7.noarch, which is the package that seems to require it. Version-Release number of selected component (if applicable): Current version of python2-pysocks installed is 1.6.7-1 Version to be upgraded to 1.6.8-5. How reproducible: Steps to Reproduce: 1.ssh to server 2.as root or sudo run 'yum upgrade -y' 3. Actual results: Transaction check error: file /usr/lib/python2.7/site-packages/socks.py conflicts between attempted installs of python2-pysocks-1.6.8-5.el7.noarch and python-SocksiPy-1.00-4.el7.art.noarch file /usr/lib/python2.7/site-packages/socks.pyc conflicts between attempted installs of python2-pysocks-1.6.8-5.el7.noarch and python-SocksiPy-1.00-4.el7.art.noarch file /usr/lib/python2.7/site-packages/socks.pyo conflicts between attempted installs of python2-pysocks-1.6.8-5.el7.noarch and python-SocksiPy-1.00-4.el7.art.noarch Expected results: updates to be installed without conflict or error. Additional info:
I am having this same issue.
Same problem here. The issue is pretty easily explained: $ rpm --query --provides --package python2-pysocks-1.6.7-1.el7.noarch.rpm python-SocksiPy python-pysocks = 1.6.7-1.el7 python2-SocksiPy python2-pysocks = 1.6.7-1.el7 $ rpm --query --provides --package python2-pysocks-1.6.8-5.el7.noarch.rpm python-pysocks = 1.6.8-5.el7 python2-pysocks = 1.6.8-5.el7 The new version 1.6.8-5 in EPEL stopped providing the python-SocksiPy package.
This is a packaging issue, so I am moving this to python-pysocks.
FEDORA-EPEL-2020-3413d94460 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-3413d94460
FEDORA-EPEL-2020-3413d94460 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-3413d94460 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2020-3413d94460 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report.