15
0

Accepting request 913749 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/913749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth-httplib2?expand=0&rev=5
This commit is contained in:
2021-08-26 18:36:03 +00:00
committed by Git OBS Bridge
parent cad452286a
commit 7f87b2896c
4 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
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>