Bug 1830527 - python-apipkg EPEL7 package has invalid version
Summary: python-apipkg EPEL7 package has invalid version
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-apipkg
Version: epel7
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-05-02 13:37 UTC by Yannis Zarkadas
Modified: 2020-06-04 00:50 UTC (History)
5 users (show)

Fixed In Version: python-apipkg-1.5-5.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-06-04 00:50:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Yannis Zarkadas 2020-05-02 13:37:47 UTC
Description of problem:
The python-apipkg EPEL7 isn't built with the correct version info.
Link: https://centos.pkgs.org/7/epel-x86_64/python2-apipkg-1.5-4.el7.noarch.rpm.html

After installing the package and doing a `pip show apipkg`, I get version `0.0.0`.
When I try installing a package that has a version requirement on `python-apipkg`, it fails.

The version info comes from setuptools_scm, which requires setuptools>30.3.
The package seems try to work around this but the final package shows that it didn't work.

Version-Release number of selected component (if applicable):
1.5-4.el7


How reproducible:


Steps to Reproduce:
1. Enable EPEL7 repo.
2. Download `python-apipkg`.
3.`pip show python-apipkg`

Actual results:
Version is `0.0.0`, packages that depend on `apipkg` don't work.

Expected results:
Version is `1.5.4`.

Additional info:

Comment 1 Scott Talbert 2020-05-19 13:41:35 UTC
Ran into this myself as pytest-xdist is broken by this.  Submitted pull request with fix:
https://src.fedoraproject.org/rpms/python-apipkg/pull-request/5

Comment 2 Fedora Update System 2020-05-19 16:02:45 UTC
FEDORA-EPEL-2020-294fa65cc9 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-294fa65cc9

Comment 3 Fedora Update System 2020-05-20 03:55:17 UTC
FEDORA-EPEL-2020-294fa65cc9 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-294fa65cc9

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2020-06-04 00:50:09 UTC
FEDORA-EPEL-2020-294fa65cc9 has been pushed to the Fedora EPEL 7 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.