%global pypi_name google-auth-oauthlib Name: python-%{pypi_name} Version: 0.5.1 Release: 3%{?dist} Summary: Google oAuth Authentication Library License: ASL 2.0 URL: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-click BuildRequires: python3-google-auth BuildRequires: python3-requests-oauthlib BuildRequires: python3-setuptools BuildRequires: python3-pytest BuildRequires: python3-mock %description This library provides oauthlib integration with google-auth. %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} This library provides oauthlib integration with google-auth. %prep %autosetup -n %{pypi_name}-%{version} rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %check PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{_bindir}/google-oauthlib-tool %{python3_sitelib}/google_auth_oauthlib/ %{python3_sitelib}/google_auth_oauthlib-%{version}-py%{python3_version}.egg-info %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 15 2022 Python Maint - 0.5.1-2 - Rebuilt for Python 3.11 * Fri Mar 18 2022 Fabian Affolter - 0.5.1-1 - Update to latest upstream release 0.5.1 (closes rhbz#2064495) * Thu Mar 03 2022 Fabian Affolter - 0.5.0-1 - Update to latest upstream release 0.5.0 (closes rhbz#2018793) * Fri Jan 21 2022 Fedora Release Engineering - 0.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.4.1-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 17 2020 Fabian Affolter - 0.4.1-1 - Initial package for Fedora