1
0

Accepting request 973994 from home:mcepl:branches:devel:languages:python

- Update to 2.7.2:
  - allow grpc without grpcio-status
  - remove dependency on pkg_resources
- Add 373-KeyError-in-test.patch to allow tests to run
  (gh#googleapis/python-api-core#372)

OBS-URL: https://build.opensuse.org/request/show/973994
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=38
This commit is contained in:
2022-04-29 22:01:15 +00:00
committed by Git OBS Bridge
parent dcf8e85d97
commit 3d38aed7dc
5 changed files with 47 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 25 12:30:45 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 2.7.2:
- allow grpc without grpcio-status
- remove dependency on pkg_resources
- Add 373-KeyError-in-test.patch to allow tests to run
(gh#googleapis/python-api-core#372)
-------------------------------------------------------------------
Thu Apr 7 12:20:32 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>