Name: python-stype Version: 1.4.0 Release: 1%{?dist} Summary: This is the newer version of "stype 1.3.0",this ones version is 1.4.0.It is a simple module which is now with seven functions : "count_vowels" ,"count_consonants" "collect_vowels","collect_consonants","count_symbols","collect_symbols" "count_space" and "do_everything" which will count and collect out the vowels,consonants and symbols/punctuation and spaces in your string.Function count_vowels will count the number of vowels in you string. Function count_consonatns will count the number of consonants in your string. Function collect_vowels will collect the vowels. Function collect_consonants will collect the consonants.Function "count_symbols()" is used to count the number of symbols/punctuation.Function "collect_symbols()" is used to collect the symbols/punctuation.Function "count_space" is used to count the number of spaces in your string.(Isn"t it funny counting spaces, so explore it.)And the last function which is do_everything which will just directly do all the work of all of these functions present in this module. # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: UNKNOWN URL: NONE Source: %{pypi_source stype %{version} zip} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'stype' generated automatically by pyp2spec.} %description %_description %package -n python3-stype Summary: %{summary} %description -n python3-stype %_description %prep %autosetup -p1 -n stype-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install # For official Fedora packages, including files with '*' +auto is not allowed # Replace it with a list of relevant Python modules/globs and list extra files in %%files %pyproject_save_files '*' +auto %check %pyproject_check_import -t %files -n python3-stype -f %{pyproject_files} %changelog * Mon Apr 04 2022 mockbuilder - 1.4.0-1 - Package generated with pyp2spec