Bug 1392233 - python3-pyquery summary is wrong
Summary: python3-pyquery summary is wrong
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pyquery
Version: 24
Hardware: Unspecified
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Fedora Infrastructure SIG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-06 15:44 UTC by Mats Wichmann
Modified: 2016-11-09 22:38 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-09 22:38:14 UTC
Type: Bug


Attachments (Terms of Use)

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!


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