Commit Graph

  • 75c87be2ed Accepting request 810641 from devel:languages:python Dominique Leuenberger 2020-06-02 12:39:58 +00:00
  • e6cb580f40 Accepting request 810634 from home:pgajdos:python Tomáš Chvátal 2020-06-01 14:34:29 +00:00
  • 05bdad0286 Accepting request 802599 from devel:languages:python Dominique Leuenberger 2020-05-11 11:43:56 +00:00
  • 524d9fc739 - Update to 1.8.2: - Remove apiclient.__version__ gh#googleapis/googleapis#870 - Adding ConnectionError to retry mechanism gh#googleapis/googleapis#558 - replace '-' in method names with '_' gh#googleapis/google-api-python-client#863 - Add missing dependency on oauth2client. - Fix filelist (no CHANGELOG anymore, missing README.md) Matej Cepl 2020-05-11 06:37:05 +00:00
  • a66e8d4bd2 Accepting request 792353 from devel:languages:python Dominique Leuenberger 2020-04-10 21:53:05 +00:00
  • f22649cc95 Accepting request 792350 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-04-08 08:20:00 +00:00
  • 977bc9c32f Accepting request 788089 from devel:languages:python Dominique Leuenberger 2020-03-25 22:46:06 +00:00
  • 613e4e358b - Update to 1.7.11 bsc#1161898: Tomáš Chvátal 2020-03-25 08:58:21 +00:00
  • da237f5168 Accepting request 730379 from devel:languages:python Dominique Leuenberger 2019-09-27 12:46:47 +00:00
  • de19417940 - Update to 1.7.11: * Various small bugfixes only Tomáš Chvátal 2019-09-12 11:35:32 +00:00
  • 74a87fd71c Accepting request 685321 from devel:languages:python Dominique Leuenberger 2019-03-18 09:38:44 +00:00
  • c92daaf6c0 - Update to 1.7.8: * bunch of small bugfixes * python2 exec prints warning now about deprecation - Remove hidePythonDeps.patch does not make sense - Add back unittest2 dep, upstream hardcoded it Tomáš Chvátal 2019-03-15 10:43:02 +00:00
  • ea6c8b973e Accepting request 659396 from devel:languages:python Dominique Leuenberger 2018-12-19 12:53:41 +00:00
  • d744686be6 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:30:08 +00:00
  • 829be9eb1b Accepting request 628979 from devel:languages:python Dominique Leuenberger 2018-08-24 15:04:01 +00:00
  • 8186cf0848 - Remove dependency on unittest2 - Upgrade to 1.7.4: just series of minor bugfixes Matej Cepl 2018-08-13 12:55:36 +00:00
  • 39d148a772 Accepting request 613288 from devel:languages:python Dominique Leuenberger 2018-06-02 10:12:43 +00:00
  • 125daaa1cc Accepting request 613287 from home:TheBlackCat:branches:devel:languages:python Todd R 2018-05-31 15:05:27 +00:00
  • 19e39d919d Accepting request 612922 from devel:languages:python Dominique Leuenberger 2018-05-30 10:23:48 +00:00
  • 7d1e88cf77 - Use %license Thomas Bechtold 2018-05-29 18:40:33 +00:00
  • 37203c7220 - update to 1.6.7: - Make body optional for requests with no parameters. (#446) - Fix retying on socket.timeout. (#495) - Match travis matrix with tox testenv. (#498) - Remove oauth2client._helpers dependency. (#493) - Remove unused keyring test dependency. (#496) - discovery.py: remove unused oauth2client import. (#492) - Update README to reference GCP API client libraries. (#490) - Warn when constructing BatchHttpRequest using the legacy batch URI (#488) - Increase the default media chunksize to 100MB. (#482) - Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467) - Proactively refresh credentials when applying and treat a missing access_token as invalid. Note: This change reveals surprising behavior between default credentials and batches. If you allow googleapiclient.discovery.build to use default credentials *and* specify different credentials by providing batch.execut() with an explicit http argument, your individual requests will use the default credentials and *not* the credentials specified to the batch http. To avoid this, tell build explicitly not to use default credentials by specifying build(..., http=httplib2.Http(). (#469) - Remove mutual exclusivity check for developerKey and credentials (#465) - Handle unknown media length. (#406) - Handle variant error format gracefully. (#459) - Avoid testing against Django >= 2.0.0 on Python 2. (#460) Thomas Bechtold 2018-05-29 18:40:03 +00:00
  • 68f3749a43 Accepting request 530446 from devel:languages:python Dominique Leuenberger 2017-10-09 17:40:54 +00:00
  • d75e3cf605 Accepting request 530185 from home:apersaud:branches:devel:languages:python Jan Matejek 2017-10-02 12:25:19 +00:00
  • 4b32c726e4 Accepting request 509221 from devel:languages:python Dominique Leuenberger 2017-07-19 09:20:44 +00:00
  • b195ce0bf7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=12 Todd R 2017-07-10 14:35:20 +00:00
  • b17c67f6ee Accepting request 509218 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-07-10 14:29:42 +00:00
  • 856c9eb42a Accepting request 439249 from devel:languages:python Dominique Leuenberger 2016-11-10 12:23:01 +00:00
  • 57af50c656 Accepting request 437925 from home:jengelh:branches:devel:languages:python Denisart Benjamin 2016-11-08 16:53:26 +00:00
  • f13a9aa6b4 Accepting request 438650 from devel:languages:python Dominique Leuenberger 2016-11-07 09:07:31 +00:00
  • 16f0f07325 - Fix description of -test sub-package Robert Schweikert 2016-11-03 22:51:38 +00:00
  • 26465a52fe - Use new package's name in -test sub-package requires Robert Schweikert 2016-10-28 17:54:16 +00:00
  • a538b67a9d - Add missing runtime dependencies as requires Robert Schweikert 2016-10-28 17:34:09 +00:00
  • 20d3d048af - Include in SLE 12 (FATE#321630, bsc#1002895) Robert Schweikert 2016-10-27 13:49:45 +00:00
  • 1bf344898a - Renamed package to python-google-api-python-client + Conform with openSUSE/SUSE naming policy Robert Schweikert 2016-10-18 17:26:41 +00:00
  • ba61c10958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=2 Robert Schweikert 2016-10-18 17:19:46 +00:00