diff --git a/google-auth-httplib2-0.1.0.tar.gz b/google-auth-httplib2-0.1.0.tar.gz deleted file mode 100644 index a7f474b..0000000 --- a/google-auth-httplib2-0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac -size 10895 diff --git a/google-auth-httplib2-0.1.1.tar.gz b/google-auth-httplib2-0.1.1.tar.gz new file mode 100644 index 0000000..ec90a70 --- /dev/null +++ b/google-auth-httplib2-0.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64bc555fdc6dd788ea62ecf7bccffcf497bf77244887a3f3d7a5a02f8e3fc29 +size 10817 diff --git a/python-google-auth-httplib2-no-mock.patch b/python-google-auth-httplib2-no-mock.patch index 04cf402..f7783a9 100644 --- a/python-google-auth-httplib2-no-mock.patch +++ b/python-google-auth-httplib2-no-mock.patch @@ -1,12 +1,13 @@ -diff -upr google-auth-httplib2-0.1.0.orig/tests/test_google_auth_httplib2.py google-auth-httplib2-0.1.0/tests/test_google_auth_httplib2.py ---- google-auth-httplib2-0.1.0.orig/tests/test_google_auth_httplib2.py 2022-06-08 13:33:16.841483803 +0200 -+++ google-auth-httplib2-0.1.0/tests/test_google_auth_httplib2.py 2022-06-08 13:33:16.845483827 +0200 -@@ -13,7 +13,7 @@ - # limitations under the License. +Index: google-auth-httplib2-0.1.1/tests/test_google_auth_httplib2.py +=================================================================== +--- google-auth-httplib2-0.1.1.orig/tests/test_google_auth_httplib2.py ++++ google-auth-httplib2-0.1.1/tests/test_google_auth_httplib2.py +@@ -16,7 +16,7 @@ import http.client + import io import httplib2 -import mock +from unittest import mock - import six - from six.moves import http_client + import google_auth_httplib2 + from tests import compliance diff --git a/python-google-auth-httplib2.changes b/python-google-auth-httplib2.changes index 9d42eeb..fbcad9f 100644 --- a/python-google-auth-httplib2.changes +++ b/python-google-auth-httplib2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 18 14:42:19 UTC 2023 - pgajdos@suse.com + +- version update to 0.1.1 + * remove six, update python versions +- modified patches + % python-google-auth-httplib2-no-mock.patch (refreshed) + ------------------------------------------------------------------- Sun Jul 2 12:51:06 UTC 2023 - ecsos diff --git a/python-google-auth-httplib2.spec b/python-google-auth-httplib2.spec index 3c72205..f567ce4 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) 2022 SUSE LLC +# Copyright (c) 2023 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 @@ %{?sle15_python_module_pythons} Name: python-google-auth-httplib2 -Version: 0.1.0 +Version: 0.1.1 Release: 0 Summary: Google Authentication Library: httplib2 transport License: Apache-2.0 @@ -33,12 +33,10 @@ BuildRequires: %{python_module httplib2 >= 0.15.0} BuildRequires: %{python_module pytest-localserver} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-google-auth Requires: python-httplib2 >= 0.15.0 -Requires: python-six BuildArch: noarch %python_subpackages @@ -46,8 +44,7 @@ BuildArch: noarch This library provides an `httplib2`_ transport for `google-auth`_. %prep -%setup -q -n google-auth-httplib2-%{version} -%patch0 -p1 +%autosetup -p1 -n google-auth-httplib2-%{version} %build %python_build @@ -62,6 +59,7 @@ This library provides an `httplib2`_ transport for `google-auth`_. %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/__pycache__ +%{python_sitelib}/google_auth_httplib2* %changelog