https://bugzilla.redhat.com/show_bug.cgi?id=1662538 --- Comment #6 from Miro Hrončok <mhroncok@xxxxxxxxxx> --- Fedora review is choking on this one for a while. python-tvb-data.src: W: spelling-error %description -l en_US datasets -> data sets, data-sets, databases python3-tvb-data.noarch: W: spelling-error %description -l en_US datasets -> data sets, data-sets, databases 2 packages and 0 specfiles checked; 0 errors, 2 warnings. Good. $ rpm -qp --requires python3-tvb-data-1.5.6-2.20191229git7d2d05b.fc30.noarch.rpm python(abi) = 3.7 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 $ rpm -qp --requires python-tvb-data-1.5.6-2.20191229git7d2d05b.fc30.src.rpm python3-devel python3-setuptools rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 $ rpm -qp --provides python3-tvb-data-1.5.6-2.20191229git7d2d05b.fc30.noarch.rpm python3-tvb-data = 1.5.6-2.20191229git7d2d05b.fc30 python3.7dist(tvb-data) = 1.5.6 python3dist(tvb-data) = 1.5.6 Note that there is code in the package, not only data, and the code has 3rd party requirements: $ rg import usr/lib/python3.7/site-packages/tvb_data/sensors/view_h5_3d.py 1:import numpy 2:import h5py 3:from mayavi import mlab 65:import os.path usr/lib/python3.7/site-packages/tvb_data/obj/scale_obj.py 42:import math 43:import numpy as np usr/lib/python3.7/site-packages/tvb_data/surfaceData/surface_fixes.py 1:import os usr/lib/python3.7/site-packages/tvb_data/mantini66/adapt.py 49:import numpy 50:import os.path 51:import scipy.io 52:import tvb_data.connectivity.epfl 53:import tvb_data.regionMapping.epfl_ph0036 54:from tvb.adapters.uploaders.abcuploader import ABCUploader 55:from tvb.core.entities.file.files_helper import FilesHelper usr/lib/python3.7/site-packages/tvb_data/cff/networkx_migration.py 35:import networkx 36:import tempfile 37:import os 38:import shutil 39:from cfflib import load, save_to_cff usr/lib/python3.7/site-packages/tvb_data/regionMapping/for_toronto_parcelation_96/volume_to_regionmap.py 40:from tvb_data.regionMapping.for_toronto_parcelation_96.svmap import load_nii, load_region_id_to_index_map 41:from tvb_data.regionMapping.for_toronto_parcelation_96.svmap import load_region_centers, load_vertices, Mapper 45: import matplotlib.pyplot as plt usr/lib/python3.7/site-packages/tvb_data/regionMapping/for_toronto_parcelation_96/svmap.py 35:import numpy as np 36:import nibabel 37:from collections import Counter usr/lib/python3.7/site-packages/tvb_data/mantini66/process_images/transparent_background.py 31:import os 32:from PIL import Image usr/lib/python3.7/site-packages/tvb_data/mantini66/process_images/glue_images.py 31:from PIL import Image -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx