* 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
69 lines
2.6 KiB
Plaintext
69 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- update to 0.2.0:
|
|
* Add support for Python 3.12 (#126)
|
|
* Remove third-party mock library (#124)
|
|
- drop python-google-auth-httplib2-no-mock.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
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 <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 11:42:08 UTC 2022 - pgajdos@suse.com
|
|
|
|
- do not require python-mock for build
|
|
- added patches
|
|
fix https://github.com/googleapis/google-auth-library-python-httplib2/issues/68
|
|
+ python-google-auth-httplib2-no-mock.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 23 11:45:51 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to version 0.1.0
|
|
* chore: release 0.1.0 (#22)
|
|
* feat: add close method (#14)
|
|
* build: migrate to flakybot (#21)
|
|
* chore: use nox and kokoro (#16)
|
|
* Add renovate.json (#15)
|
|
* Fix the signature of AuthorizedHttp.request to match
|
|
the signature of the request in httplib2 (#13)
|
|
* Expose redirect_codes on AuthorizedHttp. (#12)
|
|
- from version 0.0.4
|
|
* Release 0.0.4 (#11)
|
|
* feat: expose a few httplib2 properties and a method (#9)
|
|
* Bug: Catch any underlying exceptions from http.HTTPException (#7)
|
|
- Update BuildRequires and Requires from setup.py
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 14 16:31:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Initial commit, needed by google-api-python-client
|