forked from pool/python-google-auth-httplib2
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8952a30a22 | |||
| 84de76ab0c | |||
| 9b0aedb173 | |||
| 7ac4160b41 |
Binary file not shown.
3
google_auth_httplib2-0.3.0.tar.gz
Normal file
3
google_auth_httplib2-0.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:177898a0175252480d5ed916aeea183c2df87c1f9c26705d74ae6b951c268b0b
|
||||||
|
size 11134
|
||||||
@@ -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>
|
Sat Dec 16 20:16:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,24 +18,24 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-auth-httplib2
|
Name: python-google-auth-httplib2
|
||||||
Version: 0.2.0
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Authentication Library: httplib2 transport
|
Summary: Google Authentication Library: httplib2 transport
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
|
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 Flask}
|
||||||
BuildRequires: %{python_module google-auth}
|
BuildRequires: %{python_module google-auth > 1.32.0}
|
||||||
BuildRequires: %{python_module httplib2 >= 0.15.0}
|
BuildRequires: %{python_module httplib2 >= 0.19.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest-localserver}
|
BuildRequires: %{python_module pytest-localserver}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-google-auth
|
Requires: python-google-auth >= 1.32.0
|
||||||
Requires: python-httplib2 >= 0.15.0
|
Requires: python-httplib2 >= 0.19.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ BuildArch: noarch
|
|||||||
This library provides an `httplib2`_ transport for `google-auth`_.
|
This library provides an `httplib2`_ transport for `google-auth`_.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n google-auth-httplib2-%{version}
|
%autosetup -p1 -n google_auth_httplib2-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user