1
0

20 Commits

Author SHA256 Message Date
Steve Kowalik
030d1ff609 - To avoid a build cycle, switch to multibuild.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=36
2021-09-07 11:06:47 +00:00
Steve Kowalik
6a2f77ebe1 - Update to 2.0.1:
* do not error on LROs with no response or error (#258) (618f192)
  * drop support for Python 2.7 / 3.5 (#212) (a30f004)
  * bump grpcio version to use stable aio API (#234) (bdbf889)
  * strip trailing _ from field mask paths (#228) (ff6ef1b)
  * add 'requests.exceptions.ChunkedEncodingError' to retryable exceptions
    (#237) (5e540f2)
  * add ServiceUnavailable exception to polling retries (#184) (11032cf)
  * undprecate entity factory helpers (#101) (1fbee03), closes #100
  * add iterator capability to paged iterators (#200) (3487d68)
  * HTTPIterator now accepts a page_size parameter to control page
    (#197) (a421913)
  * Add support for rest/ token in x-goog-api-client header (#189) (15aca6b)
  * retry google.auth TransportError and requests ConnectionError
    (#178) (6ae04a8)
  * skip empty policy bindings in len() and iter() (#159) (9eaa786)
  * save empty IAM policy bindings (#155) (536c2ca)
  * add operation name to x-goog-request-params in async client
    (#137) (7271b23)
  * allow default_host and default_scopes to be passed to create_channel
    (#134) (94c76e0)
  * add operation name to x-goog-request-params (#133) (97cef4a)
  * allow gRPC metadata to be passed to operations client (#127) (73854e8)
- Refresh {Build,}Requires, adding pytest-asyncio and proto-plus.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=35
2021-09-06 05:41:47 +00:00
fdd2469ec7 Accepting request 860769 from home:buschmann23:branches:devel:languages:python
- Skip build on python2 as it is not supported anymore
- Update to 1.24.1
  * support 'retry' for ops built from HTTP/gRPC responses
    (gh#googleapis/python-api-core#115)
- from version 1.24.0
  * add support for Python 3.9, drop support for Python 3.5
    (gh#googleapis/python-api-core#111)
- from version 1.23.0
  * api-core: pass retry from result() to done()
    (gh#googleapis/python-api-core#9)
  * map LRO errors to library exception types
    (gh#googleapis/python-api-core#15)

OBS-URL: https://build.opensuse.org/request/show/860769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=33
2021-01-06 17:05:05 +00:00
Tomáš Chvátal
2d0d0d9981 Accepting request 840052 from home:jayvdb:branches:devel:languages:python
- Update URL to match PyPI: https://github.com/googleapis/python-api-core
- Update to v1.22.4
  * use version.py instead of pkg_resources.get_distribution
- from v1.22.3
  * require six >= 1.13.0

OBS-URL: https://build.opensuse.org/request/show/840052
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=31
2020-10-08 07:25:57 +00:00
9dafc36d9b Accepting request 833478 from home:glaubitz:branches:devel:languages:python
- Update to 1.22.2
  * only add quota project id if supported (#75)
- from version 1.22.1
  * fix spelling errors for amount in retry (#69)
- from version 1.22.0
  * allow quota project to be passed to create_channel (#58)
  * _determine_timeout problem handling float type timeout (#64)
  * change the documentation for using 'six.moves.collections_abc.Mapping'
    instead of 'dict' in 'client_options.from_dict()' (#53)
- from version 1.21.0
  * allow credentials files to be passed for channel creation (#50)
- from version 1.20.1
  * **dependencies:** increase protobuf version (#49), closes (#48)
- from version 1.20.0
  * allow disabling response stream pre-fetch (#30), closes (#25)
- from version 1.19.1
  * bump up grpcio minimum version to 1.29.0 (#41)
- from version 1.19.0
  * **client_options:** add new client options 'quota_project_id', 'scopes',
    and 'credentials_file'
- from version 1.18.0
  * [CBT-6 helper] Exposing Retry._deadline as a property (#20)
  * add client_encryped_cert_source to ClientOptions (#31)
  * AsyncIO Integration [Part 2] (#28), closes (#23)
  * First batch of AIO integration (#26)
  * third batch of AsyncIO integration (#29)
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/833478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=30
2020-09-10 13:47:44 +00:00
Tomáš Chvátal
f493027cae - Fix dependency on google-auth to have proper version constrain
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=29
2020-08-28 12:21:22 +00:00
Tomáš Chvátal
395f2c5d08 - Disable test test___call___and_execute_retry_hitting_deadline
to make leap buildable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=27
2020-08-20 08:04:25 +00:00
184a7fff1b - update to 1.17.0:
* api_core: add retry param into PollingFuture() and it’s inheritors (#9923) (14f1f34), closes #6197
  * api-core: add client_cert_source to ClientOptions (#17) (748c935)
  * consume part of StreamingResponseIterator to support failure while under a retry context (#10206) (2b103b6)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=25
2020-06-02 16:16:44 +00:00
Tomáš Chvátal
1b7231f539 - Fix condition for py2 only packages
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=23
2020-04-20 11:57:08 +00:00
Tomáš Chvátal
a1dc15a1f9 Accepting request 792335 from home:mcalabkova:branches:devel:languages:python
- Update to 1.16.0
  * feat(storage): support optionsRequestedPolicyVersion
  * feat(api_core): support version 3 policy bindings
  * Make the last retry happen at deadline.
  * Add a repr method for ClientOptions.
  * Provide a raw_page field for page_iterator.Page.

OBS-URL: https://build.opensuse.org/request/show/792335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=21
2020-04-08 07:43:05 +00:00
Tomáš Chvátal
60c084488a Accepting request 722804 from home:mcalabkova:branches:devel:languages:python
- Update to 1.14.2
  * Forward ‘timeout’ arg from ‘exception’ to _blocking_poll.
  * Update intersphinx mapping for requests. 
  * Firestore: Add should_terminate predicate for clean BiDi shutdown.
  * Update pins of ‘googleapis-common-protos.

OBS-URL: https://build.opensuse.org/request/show/722804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=19
2019-08-12 14:26:43 +00:00
Tomáš Chvátal
5cac53ec94 - Update to 1.13.0:
* Various fixes for new updated dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=17
2019-07-02 14:52:59 +00:00
Tomáš Chvátal
0515ac3fcd Accepting request 703508 from home:kwususe1:branches:devel:languages:python
- Update to 1.11.0:
  * Refactor ‘client_info’ support. (#7849)

OBS-URL: https://build.opensuse.org/request/show/703508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=15
2019-05-16 18:14:18 +00:00
Tomáš Chvátal
136d9a84d8 - Update to 1.8.2:
* Remove classifier for Python 3.4 for end-of-life. (#7535)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=13
2019-03-26 13:52:56 +00:00
Tomáš Chvátal
01ba8bcd3f - Update to 1.8.1:
* Protect the creation of a background thread in BackgroundConsumer and wait on it starting. (#7499)
  * Add support to unwrap Anys into wrapped pb2 objects. (#7430)
  * Add Operation.deserialize. (#7427)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=11
2019-03-14 16:23:34 +00:00
fcfa83383a Accepting request 676918 from home:jayvdb:django
- Activate tests
- Update from v1.4.0 to v1.7.0

OBS-URL: https://build.opensuse.org/request/show/676918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=9
2019-02-18 07:37:42 +00:00
6b8caa1148 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=7
2018-12-04 13:30:03 +00:00
Thomas Bechtold
e4e0099bea - update to version 1.4.0
* Add support for gRPC connection management (available when using
    optional grpc_gcp dependency) (#5553) (#5904)
  * Update classifiers to drop Python 3.4 and add Python 3.7 (#5702)
  * Add protobuf_helpers.field_mask to calculate a field mask from
    two messages (#5320)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=5
2018-09-12 08:13:14 +00:00
Thomas Bechtold
52977d8be4 - update to 1.2.0:
* Add close method to grpc Channel (#5333)
  * Fix tests after grpcio update (#5333)
  * Add Test runs for Python 3.7 and remove 3.4 (#5295)
- use %license

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=3
2018-05-29 19:20:50 +00:00
Thomas Bechtold
2903e5107f - Initial packaging (version 1.1.2)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=1
2018-05-25 06:00:40 +00:00