Hide Forgot
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.
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
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!