From f243fb0076de3ba507c839c6900eedc5e8a9b06c Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Feb 03 2022 15:42:24 +0000 Subject: Update google-auth-httplib2 to 0.1.0 Related-to: https://review.rdoproject.org/r/q/I7680efef613ccb458a198aaa4b0478495ab89275 --- diff --git a/.google-auth-httplib2.metadata b/.google-auth-httplib2.metadata new file mode 100644 index 0000000..13c5261 --- /dev/null +++ b/.google-auth-httplib2.metadata @@ -0,0 +1 @@ +52dde8ea254b2d8c063a7115643dd77424d98247 SOURCES/google-auth-httplib2-0.1.0.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..1a2ef9f --- /dev/null +++ b/SPECS/google-auth-httplib2.spec @@ -0,0 +1,67 @@ +%global sum An httplib2 transport for google-auth +%global srcname google-auth-httplib2 + +Name: google-auth-httplib2 +Summary: %{sum} +Version: 0.1.0 +Release: 2%{?dist} + +License: ASL 2.0 +URL: https://github.com/googleapis/google-auth-library-python-httplib2 +Source0: %{url}/archive/v%{version}/%{name}-%{version}.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} + +BuildRequires: python3-devel +BuildRequires: pyproject-rpm-macros + +%description -n python3-%{srcname} +Written by Google, this library provides a small, flexible, and powerful +Python 3 client library for accessing Google APIs. + +%prep +%autosetup -n google-auth-library-python-httplib2-%{version} + +%generate_buildrequires +%pyproject_buildrequires -r + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files google_auth_httplib2 + +%files -n python3-%{srcname} -f %{pyproject_files} +%license LICENSE +%doc README.rst + +%changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Oct 25 2021 Mikel Olasagasti Uranga - 0.1.0-1 +- Version bump and switch to pyproject-rpm-macros + +* Thu Jul 22 2021 Fedora Release Engineering - 0.0.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.0.3-4 +- Rebuilt for Python 3.10 + +* 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 +