diff --git a/google-auth-httplib2-0.0.3.tar.gz b/google-auth-httplib2-0.0.3.tar.gz deleted file mode 100644 index 5037c73..0000000 --- a/google-auth-httplib2-0.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:098fade613c25b4527b2c08fa42d11f3c2037dda8995d86de0745228e965d445 -size 9957 diff --git a/google-auth-httplib2-0.1.0.tar.gz b/google-auth-httplib2-0.1.0.tar.gz new file mode 100644 index 0000000..a7f474b --- /dev/null +++ b/google-auth-httplib2-0.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac +size 10895 diff --git a/python-google-auth-httplib2.changes b/python-google-auth-httplib2.changes index 54d6795..8e64d5d 100644 --- a/python-google-auth-httplib2.changes +++ b/python-google-auth-httplib2.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Aug 23 11:45:51 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 0.1.0 + * chore: release 0.1.0 (#22) + * feat: add close method (#14) + * build: migrate to flakybot (#21) + * chore: use nox and kokoro (#16) + * Add renovate.json (#15) + * Fix the signature of AuthorizedHttp.request to match + the signature of the request in httplib2 (#13) + * Expose redirect_codes on AuthorizedHttp. (#12) +- from version 0.0.4 + * Release 0.0.4 (#11) + * feat: expose a few httplib2 properties and a method (#9) + * Bug: Catch any underlying exceptions from http.HTTPException (#7) +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu Mar 14 16:31:27 UTC 2019 - Tomáš Chvátal diff --git a/python-google-auth-httplib2.spec b/python-google-auth-httplib2.spec index 9120f53..5631f79 100644 --- a/python-google-auth-httplib2.spec +++ b/python-google-auth-httplib2.spec @@ -1,7 +1,7 @@ # # spec file for package python-google-auth-httplib2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-google-auth-httplib2 -Version: 0.0.3 +Version: 0.1.0 Release: 0 Summary: Google Authentication Library: httplib2 transport License: Apache-2.0 @@ -27,7 +27,7 @@ URL: https://github.com/GoogleCloudPlatform/google-auth-library-pytho Source: https://files.pythonhosted.org/packages/source/g/google-auth-httplib2/google-auth-httplib2-%{version}.tar.gz BuildRequires: %{python_module Flask} BuildRequires: %{python_module google-auth} -BuildRequires: %{python_module httplib2 >= 0.9.1} +BuildRequires: %{python_module httplib2 >= 0.15.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-localserver} BuildRequires: %{python_module pytest} @@ -36,7 +36,7 @@ BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-google-auth -Requires: python-httplib2 >= 0.9.1 +Requires: python-httplib2 >= 0.15.0 Requires: python-six BuildArch: noarch %python_subpackages