diff --git a/python-google-auth-oauthlib.changes b/python-google-auth-oauthlib.changes index 8ded4d9..6c60a4e 100644 --- a/python-google-auth-oauthlib.changes +++ b/python-google-auth-oauthlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 29 23:23:16 UTC 2024 - Steve Kowalik + +- Switch to autosetup macro. + ------------------------------------------------------------------- Sat Dec 16 20:21:10 UTC 2023 - Dirk Müller diff --git a/python-google-auth-oauthlib.spec b/python-google-auth-oauthlib.spec index 1f4280e..06429d0 100644 --- a/python-google-auth-oauthlib.spec +++ b/python-google-auth-oauthlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-auth-oauthlib # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ BuildRequires: python-rpm-macros Requires: python-google-auth >= 2.14.0 Requires: python-requests-oauthlib >= 0.7.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: python-click BuildArch: noarch # SECTION test requirements @@ -48,8 +48,7 @@ BuildRequires: %{python_module requests-oauthlib >= 0.7.0} This library provides oauthlib integration with google-auth. %prep -%setup -q -n google-auth-oauthlib-%{version} -%patch0 -p1 +%autosetup -p1 -n google-auth-oauthlib-%{version} rm -rf docs rm -rf tests/__pycache__/ rm -rf tests/*.pyc