17
0

Accepting request 935031 from home:jbaier_cz:branches:openSUSE:Factory

- Update to 2.31.0:
  * MediaIoBaseDownload range header off-by-one (#1595) (4b73b2e)
- from version 2.28.0:
  * manage JSONDecodeError exception (#1574) (7d63027)
  * update thread_safety.md (#1568) (0b400f9)
- from version 2.26.1:
  * disable self signed jwt (#1566) (623a71e)
- from version 2.26.0:
  * add support for python 3.10 (#1557) (bcc507f)
- from version 2.25.0:
  * enable self signed jwt for service account credentials (#1553) (1fb3c8e)
- Drop python-google-api-python-client-no-unittest2.patch

OBS-URL: https://build.opensuse.org/request/show/935031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=43
This commit is contained in:
2021-12-01 21:38:30 +00:00
committed by Git OBS Bridge
parent 17ab4fa26b
commit 2635cab197
5 changed files with 27 additions and 155 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Dec 1 16:58:38 UTC 2021 - Jan Baier <jbaier@suse.com>
- Update to 2.31.0:
* MediaIoBaseDownload range header off-by-one (#1595) (4b73b2e)
- from version 2.28.0:
* manage JSONDecodeError exception (#1574) (7d63027)
* update thread_safety.md (#1568) (0b400f9)
- from version 2.26.1:
* disable self signed jwt (#1566) (623a71e)
- from version 2.26.0:
* add support for python 3.10 (#1557) (bcc507f)
- from version 2.25.0:
* enable self signed jwt for service account credentials (#1553) (1fb3c8e)
- Drop python-google-api-python-client-no-unittest2.patch
-------------------------------------------------------------------
Mon Sep 13 01:39:48 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
@@ -21,7 +37,7 @@ Mon Sep 13 01:39:48 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
* Use logging level info when file_cache is not available (#1125) (0b32e69)
* add httplib2 authorization to thread_safety (#1005) (205ae59), closes #808
* Change error parsing to check for 'message' (#1083) (a341c5a), closes #1082
* don't raise when downloading zero byte files (#1074) (86d8788)
* don't raise when downloading zero byte files (#1074) (86d8788)
- Refreshed python-google-api-python-client-no-unittest2.patch
-------------------------------------------------------------------
@@ -30,15 +46,15 @@ Mon Jul 5 19:41:14 UTC 2021 - Martin Wilck <mwilck@suse.com>
- Update to version 1.12.8
* add httplib2 authorization to thread_safety (#1005), closes #808
- from version 1.12.7
* Update Webmasters API sample (#1092)
* Update Webmasters API sample (#1092)
- from version 1.12.6
* Dcoumentation fixes
- from version 1.12.5
* don't raise when downloading zero byte files (#1074)
- from version 1.12.4
* don't set content-range on empty uploads (#1070)
* don't set content-range on empty uploads (#1070)
- from version 1.12.3
* deps: update setup.py to install httplib2>=0.15.0 (#1050)
* deps: update setup.py to install httplib2>=0.15.0 (#1050)
- from version 1.12.2
* add method to close httplib2 connections (#1038), closes #618
- from version 1.12.1