17
0

4 Commits

Author SHA256 Message Date
a2c1b74bf7 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
8b3c3b9d4b Accepting request 1281280 from home:glaubitz:branches:devel:languages:python
- 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/request/show/1281280
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
8491f709c9 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
9936628cab Accepting request 1187563 from home:glaubitz:branches:devel:languages:python
- 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/request/show/1187563
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 37 additions and 21 deletions

Binary file not shown.

View File

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

View File

@@ -1,8 +1,8 @@
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
diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_flow.py google_auth_oauthlib-1.2.2/tests/unit/test_flow.py
--- google_auth_oauthlib-1.2.2.orig/tests/unit/test_flow.py 2025-04-22 18:36:18.000000000 +0200
+++ google_auth_oauthlib-1.2.2/tests/unit/test_flow.py 2025-05-19 15:48:51.119128294 +0200
@@ -20,7 +20,7 @@
import re
import socket
-import mock
@@ -10,9 +10,9 @@ diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_flow.py google-auth-oa
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
diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_helpers.py google_auth_oauthlib-1.2.2/tests/unit/test_helpers.py
--- google_auth_oauthlib-1.2.2.orig/tests/unit/test_helpers.py 2025-04-22 18:36:18.000000000 +0200
+++ google_auth_oauthlib-1.2.2/tests/unit/test_helpers.py 2025-05-19 15:48:51.117975705 +0200
@@ -16,7 +16,7 @@
import json
import os
@@ -22,9 +22,9 @@ diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_helpers.py google-auth
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
diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_interactive.py google_auth_oauthlib-1.2.2/tests/unit/test_interactive.py
--- google_auth_oauthlib-1.2.2.orig/tests/unit/test_interactive.py 2025-04-22 18:36:18.000000000 +0200
+++ google_auth_oauthlib-1.2.2/tests/unit/test_interactive.py 2025-05-19 15:48:51.116736793 +0200
@@ -14,7 +14,7 @@
import socket
@@ -34,9 +34,9 @@ diff -Nru google-auth-oauthlib-0.7.1.orig/tests/unit/test_interactive.py google-
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
diff -Nru google_auth_oauthlib-1.2.2.orig/tests/unit/test_tool.py google_auth_oauthlib-1.2.2/tests/unit/test_tool.py
--- google_auth_oauthlib-1.2.2.orig/tests/unit/test_tool.py 2025-04-22 18:36:18.000000000 +0200
+++ google_auth_oauthlib-1.2.2/tests/unit/test_tool.py 2025-05-19 15:48:51.114736755 +0200
@@ -19,7 +19,7 @@
import click.testing

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-google-auth-oauthlib
Version: 1.2.0
Version: 1.2.2
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
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
BuildRequires: %{python_module pip}
@@ -48,7 +48,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