Name: python-amspy Version: 0.2.0 Release: 1%{?dist} Summary: The amspy is a library to provide a simple Azure Media Services REST interface for python. This is a personal project and NOT an official implementation of the Azure Media Services SDK for python. The only purpose of this library is for educational purposes, so people can have an easy way to understand how to interact with cloud REST apis, and learn from the examples provided in this module as well as the debug information available in the logs. Any feedback, comments or bugs, please send directly to the module owner, and go to https://azure.microsoft.com if you are looking for official Microsoft Azure SDKs. # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: MIT URL: http://github.com/msleal/amspy Source0: %{pypi_source amspy} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'amspy' generated automatically by pyp2spec.} %description %_description %package -n python3-amspy Summary: %{summary} %description -n python3-amspy %_description %prep %autosetup -p1 -n amspy-%{version} %generate_buildrequires %pyproject_buildrequires -r %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-amspy -f %{pyproject_files} %changelog * Sun Mar 20 2022 mockbuilder - 0.2.0-1 - Package generated with pyp2spec