Name: python-dict2xml Version: 1.7.6 Release: %autorelease Summary: Small utility to convert a python dictionary into an XML string License: MIT URL: http://github.com/delfick/python-dict2xml Source: %{pypi_source dict2xml} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: Super Simple utility to convert a python dictionary into an xml string.} %description %_description %package -n python3-dict2xml Summary: %{summary} %description -n python3-dict2xml %_description # Need python-noseofyeti #pyproject_extras_subpkg -n python3-dict2xml tests %prep %autosetup -p1 -n dict2xml-%{version} %generate_buildrequires %pyproject_buildrequires #-x tests %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l dict2xml %check %pyproject_check_import # python-noseofyeti is not yet packaged # pytest %files -n python3-dict2xml -f %{pyproject_files} %changelog %autochangelog