17
0

4 Commits

Author SHA256 Message Date
8952a30a22 Accepting request 1325399 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1325399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth-httplib2?expand=0&rev=8
2026-01-06 16:43:31 +00:00
84de76ab0c - Update to 0.3.0
* Add support for Python 3.14 (#202)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-httplib2?expand=0&rev=16
2026-01-05 12:05:37 +00:00
9b0aedb173 Accepting request 1315300 from devel:languages:python
- Update to 0.2.1
  * **deps:** Require google-auth >= 1.32.0, <= 3.0.0 (a69b725)
  * **deps:** Require httplib2 >= 0.19.0, <= 1.0.0 (a69b725)
  * Drop python 3.6; require python 3.7+ (a69b725)
  * Remove setup.cfg configuration for creating universal wheels (#191)
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py (forwarded request 1315299 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1315300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth-httplib2?expand=0&rev=7
2025-11-03 17:56:08 +00:00
7ac4160b41 - Update to 0.2.1
* **deps:** Require google-auth >= 1.32.0, <= 3.0.0 (a69b725)
  * **deps:** Require httplib2 >= 0.19.0, <= 1.0.0 (a69b725)
  * Drop python 3.6; require python 3.7+ (a69b725)
  * Remove setup.cfg configuration for creating universal wheels (#191)
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-httplib2?expand=0&rev=14
2025-11-03 12:58:43 +00:00
4 changed files with 27 additions and 10 deletions

Binary file not shown.

View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 5 10:52:59 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.3.0
* Add support for Python 3.14 (#202)
-------------------------------------------------------------------
Mon Nov 3 12:44:01 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.2.1
* **deps:** Require google-auth >= 1.32.0, <= 3.0.0 (a69b725)
* **deps:** Require httplib2 >= 0.19.0, <= 1.0.0 (a69b725)
* Drop python 3.6; require python 3.7+ (a69b725)
* Remove setup.cfg configuration for creating universal wheels (#191)
- Adjust upstream source name in spec file
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Sat Dec 16 20:16:51 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,24 +18,24 @@
%{?sle15_python_module_pythons}
Name: python-google-auth-httplib2
Version: 0.2.0
Version: 0.3.0
Release: 0
Summary: Google Authentication Library: httplib2 transport
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
Source: https://files.pythonhosted.org/packages/source/g/google-auth-httplib2/google-auth-httplib2-%{version}.tar.gz
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.15.0}
BuildRequires: %{python_module google-auth > 1.32.0}
BuildRequires: %{python_module httplib2 >= 0.19.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-localserver}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-auth
Requires: python-httplib2 >= 0.15.0
Requires: python-google-auth >= 1.32.0
Requires: python-httplib2 >= 0.19.0
BuildArch: noarch
%python_subpackages
@@ -43,7 +43,7 @@ BuildArch: noarch
This library provides an `httplib2`_ transport for `google-auth`_.
%prep
%autosetup -p1 -n google-auth-httplib2-%{version}
%autosetup -p1 -n google_auth_httplib2-%{version}
%build
%pyproject_wheel