public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nick Bebout <nebebout@5BRBS32.usi.edu>
To: git-commits@fedoraproject.org
Subject: [rpms/google-api-python-client] epel10: Fix BuildRequires/Requires to use python2-* for Fedora
Date: Tue, 21 Jul 2026 20:26:53 GMT	[thread overview]
Message-ID: <178466561385.1.7286315843513637303.rpms-google-api-python-client-732caeb878ef@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/google-api-python-client
Branch : epel10
Commit : 732caeb878ef2fc87db0a2f1b7bc8f4749214842
Author : Nick Bebout <nebebout@5BRBS32.usi.edu>
Date   : 2017-09-10T20:35:28-05:00
Stats  : +9/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/google-api-python-client/c/732caeb878ef2fc87db0a2f1b7bc8f4749214842?branch=epel10

Log:
Fix BuildRequires/Requires to use python2-* for Fedora

---
diff --git a/google-api-python-client.spec b/google-api-python-client.spec
index 760deba..65fe156 100644
--- a/google-api-python-client.spec
+++ b/google-api-python-client.spec
@@ -10,7 +10,7 @@
 Name:           google-api-python-client
 Summary:        %{sum}
 Version:        1.6.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 License:        ASL 2.0
 URL:            http://github.com/google/%{name}/
@@ -27,24 +27,26 @@ Summary:        %{sum}
 
 BuildRequires:  python2-devel >= 2.7
 BuildRequires:  python2-setuptools
-BuildRequires:  python-httplib2 >= 0.8
-BuildRequires:  python-oauth2client >= 2.0.0
+BuildRequires:  python2-oauth2client >= 2.0.0
 BuildRequires:  python2-uritemplate >= 3.0.0
 
 %if 0%{?fedora}
+BuildRequires:  python2-httplib2 >= 0.9.2
 BuildRequires:  python2-six >= 1.6.1
 %else
+BuildRequires:  python-httplib2 >= 0.9.2
 BuildRequires:  python-six >= 1.6.1
 %endif
 
-Requires:       python-httplib2 >= 0.9.2
 Requires:       python2-oauth2client >= 2.0.0
 Requires:       python2-uritemplate >= 3.0.0
 
 %if 0%{?fedora}
 Requires:       python2-six >= 1.6.1
+Requires:       python2-httplib2 >= 0.9.2
 %else
 Requires:       python-six >= 1.6.1
+Requires:       python-httplib2 >= 0.9.2
 %endif
 
 %description -n python2-%{srcname}
@@ -114,6 +116,9 @@ done
 %{python3_sitelib}/google_api_python_client-%{version}-py?.?.egg-info
 
 %changelog
+* Sun Sep 10 2017 Nick Bebout <nb@fedoraproject.org> - 1.6.3-1
+- Fix BuildRequires/Requires to use python2-* for Fedora
+
 * Thu Aug 31 2017 Michele Baldessari <michele@acksyn.org> - 1.6.3-1
 - New upstream
 

                 reply	other threads:[~2026-07-21 20:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178466561385.1.7286315843513637303.rpms-google-api-python-client-732caeb878ef@fedoraproject.org \
    --to=nebebout@5brbs32.usi.edu \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox