Bug 1479018

Summary: python2-astroid-1.4.9-2.el7.noarch has disappeared from EPEL7
Product: [Fedora] Fedora EPEL Reporter: Michael Mráka <mmraka>
Component: python-astroidAssignee: Orion Poplawski <orion>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: urgent    
Version: epel7CC: Frodox, michael.patris, orion, santiago
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-16 23:01:58 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Mráka 2017-08-07 17:53:43 UTC
Description of problem:
Since Aug 7 2017 I can't rebuild packages in COPR due to missing python-astroid from EPEL. Yum builldep error:
Error: Package: python2-pylint-1.6.5-4.el7.noarch (epel)
           Requires: python-astroid >= 1.4.5

Previous build were able to install python2-astroid-1.4.9-2.el7.noarch to satisfy this dependency.

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:
yum builddep error

Expected results:
no missing dependencies

Additional info:

Comment 1 Orion Poplawski 2017-08-07 18:19:00 UTC
Filed https://pagure.io/releng/issue/6941

Comment 2 Michael PATRIS 2017-08-08 12:28:36 UTC
Hello,

PyLINT is broken with a failing dependency. Platform RHEL v7.3 x86_64.

# yum deplist  python2-pylint
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
package: python2-pylint.noarch 1.6.5-4.el7
  dependency: /usr/bin/python2
   provider: python.x86_64 2.7.5-48.el7
  dependency: python(abi) = 2.7
   provider: python.x86_64 2.7.5-48.el7
  dependency: python-astroid >= 1.4.5
*   Unsatisfied dependency
  dependency: python-setuptools
   provider: python-setuptools.noarch 0.9.8-4.el7
  dependency: python-six
   provider: python-six.noarch 1.9.0-2.el7
  dependency: python2-backports-functools_lru_cache
   provider: python2-backports-functools_lru_cache.noarch 1.2.1-4.el7
  dependency: python2-configparser
   provider: python-configparser.noarch 3.5.0b2-1.el7
  dependency: python2-isort
   provider: python2-isort.noarch 4.2.5-8.el7
  dependency: python2-mccabe
   provider: python2-mccabe.noarch 0.6.1-2.el7

Comment 3 Michael PATRIS 2017-08-08 12:35:33 UTC
(In reply to Michael PATRIS from comment #2)
> Hello,
> 
> PyLINT is broken with a failing dependency. Platform RHEL v7.3 x86_64.
REHL v7.1 _NOT_ v7.3 
> 
> # yum deplist  python2-pylint
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
> package: python2-pylint.noarch 1.6.5-4.el7
>   dependency: /usr/bin/python2
>    provider: python.x86_64 2.7.5-48.el7
>   dependency: python(abi) = 2.7
>    provider: python.x86_64 2.7.5-48.el7
>   dependency: python-astroid >= 1.4.5
> *   Unsatisfied dependency
>   dependency: python-setuptools
>    provider: python-setuptools.noarch 0.9.8-4.el7
>   dependency: python-six
>    provider: python-six.noarch 1.9.0-2.el7
>   dependency: python2-backports-functools_lru_cache
>    provider: python2-backports-functools_lru_cache.noarch 1.2.1-4.el7
>   dependency: python2-configparser
>    provider: python-configparser.noarch 3.5.0b2-1.el7
>   dependency: python2-isort
>    provider: python2-isort.noarch 4.2.5-8.el7
>   dependency: python2-mccabe
>    provider: python2-mccabe.noarch 0.6.1-2.el7

Comment 4 Orion Poplawski 2017-08-16 23:01:58 UTC
Should be back now.