Bug 1392233

Summary: python3-pyquery summary is wrong
Product: [Fedora] Fedora Reporter: Mats Wichmann <mats>
Component: python-pyqueryAssignee: Fedora Infrastructure SIG <infra-sig>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 24CC: bkabrda, brendan.jones.it, cstratak, infra-sig, kevin, mcyprian, pviktori, rbean, rkuska, tomspur, torsava
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-09 22:38:14 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:

Description Mats Wichmann 2016-11-06 15:44:43 UTC
Description of problem:
[sorry, there does not seem to be a component for this, it's not a python3 bug. Please assign to appropriate component if I missed something]
The summary for the python3-pyquery package is just the default value, not updated for the actual package.


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

How reproducible:
always


Steps to Reproduce:
$ dnf info python3-pyquery
Last metadata expiration check: 2:37:24 ago on Sun Nov  6 05:56:58 2016.
Available Packages
Name        : python3-pyquery
Arch        : noarch
Epoch       : 0
Version     : 1.2.8
Release     : 7.fc24
Size        : 44 k
Repo        : fedora
Summary     : Easily build and distribute Python 3 packages
URL         : http://pypi.python.org/pypi/pyquery
License     : BSD
Description : python3-pyquery allows you to make jQuery queries on XML
            : documents. The API is as much as possible the similar to jQuery.
            : python-pyquery uses lxml for fast XML and HTML manipulation.

[root@boulder mats]# dnf info python-pyquery
Last metadata expiration check: 2:37:32 ago on Sun Nov  6 05:56:58 2016.
Available Packages
Name        : python-pyquery
Arch        : noarch
Epoch       : 0
Version     : 1.2.8
Release     : 7.fc24
Size        : 43 k
Repo        : fedora
Summary     : A jQuery-like library for python
URL         : http://pypi.python.org/pypi/pyquery
License     : BSD
Description : python-pyquery allows you to make jQuery queries on XML documents.
            : The API is as much as possible the similar to jQuery.
            : python-pyquery uses lxml for fast XML and HTML manipulation.


Notice the Summary field for python-pyquery makes sense, but the Summary field for python3-pyquery does not.  The Description fields of the two match, presumably the Summary fields should as well.

Comment 1 Charalampos Stratakis 2016-11-06 17:36:45 UTC
The component is python-pyquery as it is one package which also includes the python3 equivalent subpackage. And it seems it is a mistake at the SPEC file [0].

Reassigning it to the proper component.

[0] http://pkgs.fedoraproject.org/cgit/rpms/python-pyquery.git/tree/python-pyquery.spec#n45

Comment 2 Kevin Fenzi 2016-11-09 22:38:14 UTC
Fixed in rawhide. I don't think this is really worth pushing an update to stable releases, but the next time there is a reason to do so we can push this out as well. 

Thanks for the bug report!