diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..0a80fdce31f59c062e2abba28776e9521eddff30 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000000000000000000000000000000000000..6a2342f0f77cffc49953ac6ae88cdcdee31975eb --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + url = https://artlfs.openeuler.openatom.cn/src-openEuler/google-api-python-client diff --git a/google-api-python-client-2.90.0.tar.gz b/google-api-python-client-2.90.0.tar.gz index 1bdd34be950ac1a5b46d2f4bca834d2c75241462..bef4829152f0ac9ef05561e2c703333da4bfabc6 100644 Binary files a/google-api-python-client-2.90.0.tar.gz and b/google-api-python-client-2.90.0.tar.gz differ diff --git a/google-api-python-client.spec b/google-api-python-client.spec index 9b69e9d3cda02f7835d4e676fa4c1244f4e1895d..5b20572f8c4c500736d97593c58aca838c97fa98 100644 --- a/google-api-python-client.spec +++ b/google-api-python-client.spec @@ -7,9 +7,9 @@ Name: google-api-python-client Summary: %{sum} Epoch: 2 Version: 2.90.0 -Release: 1 +Release: 2 -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/googleapis/google-api-python-client Source0: https://github.com/googleapis/google-api-python-client/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch @@ -25,26 +25,18 @@ Summary: %{sum} BuildRequires: python3-devel >= 3.3 BuildRequires: python3-setuptools -BuildRequires: python3-httplib2 >= 0.9.2 -BuildRequires: python3-oauth2client >= 2.0.0 -BuildRequires: python3-uritemplate >= 3.0.0 -BuildRequires: python3-six >= 1.6.1 -BuildRequires: python3dist(google-api-core) -BuildRequires: python3dist(google-auth) -BuildRequires: python3dist(google-auth-httplib2) - -Requires: python3-httplib2 >= 0.9.2 -Requires: python3-oauth2client >= 2.0.0 -Requires: python3-uritemplate >= 3.0.0 -Requires: python3-six >= 1.6.1 +BuildRequires: python3-httplib2 >= 0.15.0 +BuildRequires: python3-uritemplate >= 3.0.1 +BuildRequires: python3dist(google-api-core) >= 1.31.5 +BuildRequires: python3dist(google-auth) >= 1.19.0 +BuildRequires: python3dist(google-auth-httplib2) >= 0.1.0 %description -n python3-%{srcname} Written by Google, this library provides a small, flexible, and powerful Python 3 client library for accessing Google APIs. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 # remove egg info rm -rf google_api_python_client.egg-info @@ -70,6 +62,9 @@ done %{python3_sitelib}/google_api_python_client-%{version}-py%{python3_version}.egg-info/ %changelog +* Sun Aug 03 2025 Funda Wang - 2:2.90.0-2 +- cleanup buildrquires + * Fri May 10 2024 zhangxingrong - 2:2.90.0-1 - Upgrade package to version 2.90.0