From 9c0e33fa9f6a7151eb45a137ab9ab971a22cdaaf Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 11 2021 14:58:20 +0000 Subject: Import google-auth-httplib2-0.0.3-3.el9 in CloudSIG xena --- diff --git a/.google-auth-httplib2.metadata b/.google-auth-httplib2.metadata new file mode 100644 index 0000000..079e4ae --- /dev/null +++ b/.google-auth-httplib2.metadata @@ -0,0 +1 @@ +9795712557a1683c3cf3c85db719d355c1012b66 SOURCES/google-auth-httplib2-0.0.3.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..36f9246 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# google-auth-httplib2 + +The google-auth-httplib2 package \ No newline at end of file diff --git a/SPECS/google-auth-httplib2.spec b/SPECS/google-auth-httplib2.spec new file mode 100644 index 0000000..8a1c308 --- /dev/null +++ b/SPECS/google-auth-httplib2.spec @@ -0,0 +1,56 @@ +%global sum An httplib2 transport for google-auth +%global srcname google-auth-httplib2 + +Name: google-auth-httplib2 +Summary: %{sum} +Version: 0.0.3 +Release: 3%{?dist} + +License: ASL 2.0 +URL: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2 +Source0: https://files.pythonhosted.org/packages/e7/32/ac7f30b742276b4911a1439c5291abab1b797ccfd30bc923c5ad67892b13/google-auth-httplib2-0.0.3.tar.gz +BuildArch: noarch + +%description +httplib has lots of problems such as lack of threadsafety and insecure usage +of TLS. Using it is highly discouraged. This library is intended to help +existing users of oauth2client migrate to google-auth. + +%package -n python3-%{srcname} +Summary: %{sum} +%{?python_provide:%python_provide python3-%{srcname}} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-httplib2 +Requires: python3-httplib2 + +%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 + +%build +%{py3_build} + +%install +%{py3_install} + +%files -n python3-%{srcname} +%license LICENSE +%doc README.rst +%{python3_sitelib}/google_auth_httplib2.py +%{python3_sitelib}/google_auth_httplib2-%{version}-py%{python3_version}.egg-info/ +%{python3_sitelib}/__pycache__/google_auth_httplib2.cpython-* + +%changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 0.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon May 04 2020 Gwyn Ciesla - 0.0.3-1 +- Initial build