15
0

6 Commits

Author SHA256 Message Date
71e52e5e50 Accepting request 1328068 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1328068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth-oauthlib?expand=0&rev=21
2026-01-19 17:38:47 +00:00
e1c855343f - Update to 1.2.4
* support google-auth >= 2.46.0 (#433)
- from version 1.2.3
  * Add upper-bound to google-auth dependency (#423)
  * Drop support for Python 3.6
  * Explicitly declare Python 3.13 support
- Drop python-google-auth-oauthlib-no-mock.patch, fixed upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-oauthlib?expand=0&rev=40
2026-01-19 10:48:24 +00:00
f189e610b6 Accepting request 1281297 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1281297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth-oauthlib?expand=0&rev=20
2025-05-30 12:39:25 +00:00
93255e1c24 - Update to 1.2.2
* Do not include docs/conf.py & scripts in wheel (#328)
  * Let OS select an available port when running TestInstalledAppFlow (#407)
  * Remove setup.cfg configuration for creating universal wheels (#405)
- Refresh python-google-auth-oauthlib-no-mock.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-oauthlib?expand=0&rev=38
2025-05-30 08:24:43 +00:00
c64449b496 Accepting request 1187610 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1187610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth-oauthlib?expand=0&rev=19
2024-07-16 20:02:39 +00:00
269ea2775f - Update to 1.2.1
* Clean up local server socket on error (#339)
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-oauthlib?expand=0&rev=36
2024-07-15 18:41:40 +00:00
5 changed files with 34 additions and 57 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ca93859c6cc9003c8e12b2a0868915209d7953f05a70f4880ab57d57e56ee3e
size 21185

View File

@@ -1,48 +0,0 @@
diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_flow.py google-auth-oauthlib-0.7.1/tests/unit/test_flow.py
--- google-auth-oauthlib-0.7.1.orig/tests/unit/test_flow.py 2022-11-03 18:27:07.000000000 +0100
+++ google-auth-oauthlib-0.7.1/tests/unit/test_flow.py 2022-11-07 18:14:12.871489341 +0100
@@ -21,7 +21,7 @@
import random
import socket
-import mock
+from unittest import mock
import pytest
import requests
import urllib
diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_helpers.py google-auth-oauthlib-0.7.1/tests/unit/test_helpers.py
--- google-auth-oauthlib-0.7.1.orig/tests/unit/test_helpers.py 2022-11-03 18:27:07.000000000 +0100
+++ google-auth-oauthlib-0.7.1/tests/unit/test_helpers.py 2022-11-07 18:14:12.867489297 +0100
@@ -16,7 +16,7 @@
import json
import os
-import mock
+from unittest import mock
import pytest
from google.auth import external_account_authorized_user
diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_interactive.py google-auth-oauthlib-0.7.1/tests/unit/test_interactive.py
--- google-auth-oauthlib-0.7.1.orig/tests/unit/test_interactive.py 2022-11-03 18:27:07.000000000 +0100
+++ google-auth-oauthlib-0.7.1/tests/unit/test_interactive.py 2022-11-07 18:14:12.867489297 +0100
@@ -14,7 +14,7 @@
import socket
-import mock
+from unittest import mock
import pytest
diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_tool.py google-auth-oauthlib-0.7.1/tests/unit/test_tool.py
--- google-auth-oauthlib-0.7.1.orig/tests/unit/test_tool.py 2022-11-03 18:27:07.000000000 +0100
+++ google-auth-oauthlib-0.7.1/tests/unit/test_tool.py 2022-11-07 18:14:12.863489253 +0100
@@ -19,7 +19,7 @@
import click.testing
import google.oauth2.credentials
-import mock
+from unittest import mock
import pytest
import google_auth_oauthlib.flow

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Jan 19 10:33:39 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.2.4
* support google-auth >= 2.46.0 (#433)
- from version 1.2.3
* Add upper-bound to google-auth dependency (#423)
* Drop support for Python 3.6
* Explicitly declare Python 3.13 support
- Drop python-google-auth-oauthlib-no-mock.patch, fixed upstream
-------------------------------------------------------------------
Mon May 19 13:49:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.2.2
* Do not include docs/conf.py & scripts in wheel (#328)
* Let OS select an available port when running TestInstalledAppFlow (#407)
* Remove setup.cfg configuration for creating universal wheels (#405)
- Refresh python-google-auth-oauthlib-no-mock.patch
-------------------------------------------------------------------
Mon Jul 15 13:24:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.2.1
* Clean up local server socket on error (#339)
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Thu Feb 29 23:23:16 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-google-auth-oauthlib
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-google-auth-oauthlib
Version: 1.2.0
Version: 1.2.4
Release: 0
Summary: Google authentication library
License: Apache-2.0
URL: https://github.com/googleapis/google-auth-library-python-oauthlib
Source: https://files.pythonhosted.org/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-%{version}.tar.gz
# https://github.com/googleapis/google-auth-library-python-oauthlib/issues/207
Patch0: python-google-auth-oauthlib-no-mock.patch
Source: https://files.pythonhosted.org/packages/source/g/google_auth_oauthlib/google_auth_oauthlib-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -48,7 +46,7 @@ BuildRequires: %{python_module requests-oauthlib >= 0.7.0}
This library provides oauthlib integration with google-auth.
%prep
%autosetup -p1 -n google-auth-oauthlib-%{version}
%autosetup -p1 -n google_auth_oauthlib-%{version}
rm -rf docs
rm -rf tests/__pycache__/
rm -rf tests/*.pyc