public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/google-api-python-client] epel10: Requires fix.
@ 2026-07-21 20:27 Gwyn Ciesla
  0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-21 20:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/google-api-python-client
Branch : epel10
Commit : e9182ad4179b423ac31f6fc520643d71dd4d0526
Author : Gwyn Ciesla <gwync@protonmail.com>
Date   : 2020-06-30T08:53:17-05:00
Stats  : +8/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/google-api-python-client/c/e9182ad4179b423ac31f6fc520643d71dd4d0526?branch=epel10

Log:
Requires fix.

---
diff --git a/google-api-python-client.spec b/google-api-python-client.spec
index c3dcedb..8ccd2be 100644
--- a/google-api-python-client.spec
+++ b/google-api-python-client.spec
@@ -7,7 +7,7 @@ Name:           google-api-python-client
 Summary:        %{sum}
 Epoch:          1
 Version:        1.9.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 License:        ASL 2.0
 URL:            http://github.com/googleapis/%{name}/
@@ -34,6 +34,7 @@ Requires:       python3-httplib2 >= 0.9.2
 Requires:       python3-oauth2client >= 2.0.0
 Requires:       python3-uritemplate >= 3.0.0
 Requires:       python3-six >= 1.6.1
+Requires:       python3-google-api-core >= 1.18.0
 Requires:       python3-google-auth-httplib2 >= 0.0.3
 
 %description -n python3-%{srcname}
@@ -43,6 +44,9 @@ Python 3 client library for accessing Google APIs.
 %prep
 %autosetup
 
+# remove unusable google-api-client requires
+sed -i /google-api-core/d setup.py
+
 # remove egg info
 rm -rf google_api_python_client.egg-info
 
@@ -67,6 +71,9 @@ done
 %{python3_sitelib}/google_api_python_client-%{version}-py%{python3_version}.egg-info/
 
 %changelog
+* Tue Jun 30 2020 Gwyn Ciesla <gwync@protonmail.com> - 1:1.9.3-2
+- Requires fix.
+
 * Thu Jun 11 2020 Gwyn Ciesla <gwync@protonmail.com> - 1:1.9.3-1
 - Update to 1.9.3
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-21 20:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 20:27 [rpms/google-api-python-client] epel10: Requires fix Gwyn Ciesla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox