Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google-api-python-client: update to 2.140.0 #11175

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"google-api-python-client-2.73.0.tar.gz": "e5f0cf3f93f1deab512d6ee820471bac5681bb1b405faf31818d2d00147f4d77"
"google-api-python-client-2.140.0.tar.gz": "eb1658d1a8df9067949f7841abe8bc111698b3cbe0aa150fa9d1028760163853"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Summary: %{sum}
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: google-api-python-client
Version: 2.73.0
Release: 2%{?dist}
Version: 2.140.0
Release: 1%{?dist}

License: ASL 2.0
URL: https://github.com/googleapis/google-api-python-client
Expand Down Expand Up @@ -50,8 +50,11 @@ Python 3 client library for accessing Google APIs.
%doc README.md

%changelog
* Thu Nov 21 2024 Durga Jagadeesh Palli <[email protected]> - 2.140.0-1
- Update to 2.140.0

* Fri Mar 03 2023 Muhammad Falak <[email protected]> - 2.73.0-2
- Convert 'Release' tag to '[number].[distribution]' format
g- Convert 'Release' tag to '[number].[distribution]' format
- Initial CBL-Mariner import from Fedora 36 (license: MIT).
- License verified

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4650,8 +4650,8 @@
"type": "other",
"other": {
"name": "google-api-python-client",
"version": "2.73.0",
"downloadUrl": "https://github.com/googleapis/google-api-python-client/archive/v2.73.0/google-api-python-client-2.73.0.tar.gz"
"version": "2.140.0",
"downloadUrl": "https://github.com/googleapis/google-api-python-client/archive/v2.140.0/google-api-python-client-2.140.0.tar.gz"
}
}
},
Expand Down