googleapis / packman

Google API package creator
https://npmjs.com/package/googleapis-packman
Apache License 2.0
13 stars 18 forks source link

Bump googleapis-common-protos version #141

Closed bjwatson closed 8 years ago

bjwatson commented 8 years ago

Have some updates to LRO and HTTP request.

PR for updating this package is separate: https://github.com/googleapis/api-client-staging/pull/50

codecov-io commented 8 years ago

Current coverage is 91.23% (diff: 100%)

Merging #141 into master will not change coverage

@@             master       #141   diff @@
==========================================
  Files             3          3          
  Lines           719        719          
  Methods         150        150          
  Messages          0          0          
  Branches        116        116          
==========================================
  Hits            656        656          
  Misses           63         63          
  Partials          0          0          

Powered by Codecov. Last update 4f58f6c...4a25b4f

geigerj commented 8 years ago

I see only 1.3.4 on PyPI: https://pypi.python.org/pypi/googleapis-common-protos

Are we tracking what changes are being made to this package somehow? It's supposed to be fully autogenerated, but since there are currently hand edits it would be useful to be able to see what is changing.

bjwatson commented 8 years ago

@geigerj See the PR I linked to above. It contains what changed (along with speech and LRO GAPIC stuff)

bjwatson commented 8 years ago

I will be sure to publish everything in the correct order (commonprotos, then grpc stuff, and finally gapic stuff)