File tree Expand file tree Collapse file tree 3 files changed +10
-30
lines changed Expand file tree Collapse file tree 3 files changed +10
-30
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Python Client for Cloud Build API (`Alpha`_)
8
8
9
9
.. _Alpha : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
10
10
.. _Cloud Build API : https://cloud.google.com/cloud-build
11
- .. _Client Library Documentation : https://googleapis.github.io/google-cloud- python/latest/ cloudbuild/usage.html
11
+ .. _Client Library Documentation : https://googleapis.dev/ python/cloudbuild/latest
12
12
.. _Product Documentation : https://cloud.google.com/cloud-build
13
13
14
14
Quick Start
Original file line number Diff line number Diff line change 1
1
{
2
- "updateTime": "2019-10-22T20:39:41.016824Z ",
2
+ "updateTime": "2019-11-07T22:07:36.473613Z ",
3
3
"sources": [
4
4
{
5
5
"generator": {
6
6
"name": "artman",
7
- "version": "0.40.2 ",
8
- "dockerImage": "googleapis/artman@sha256:3b8f7d9b4c206843ce08053474f5c64ae4d388ff7d995e68b59fb65edf73eeb9 "
7
+ "version": "0.41.0 ",
8
+ "dockerImage": "googleapis/artman@sha256:75b38a3b073a7b243545f2332463096624c802bb1e56b8cb6f22ba1ecd325fa9 "
9
9
}
10
10
},
11
11
{
12
12
"git": {
13
13
"name": "googleapis",
14
14
"remote": "https://github.com/googleapis/googleapis.git",
15
- "sha": "a9589347c884dd62c45b5852c1b86ff346bf98dc",
16
- "internalRef": "276110444"
17
- }
18
- },
19
- {
20
- "template": {
21
- "name": "python_library",
22
- "origin": "synthtool.gcp",
23
- "version": "0.0.0+dev"
15
+ "sha": "0ed34e9fdf601dfc37eb24c40e17495b86771ff4",
16
+ "internalRef": "279147036"
24
17
}
25
18
}
26
19
],
Original file line number Diff line number Diff line change 39
39
'nox*.py' ,
40
40
'setup.py' ,
41
41
'setup.cfg' ,
42
+ 'README.rst'
42
43
'**/*.proto'
43
44
'google/cloud/devtools/__init__.py' # declare this as a namespace package
44
45
],
57
58
58
59
# Rename package to `google-cloud-build`
59
60
s .replace (
60
- ["**/*.rst" , "**/*.py" , "**/*.md" ],
61
- "google-cloud-build " ,
61
+ ["**/*.rst" , "*/* */*.py" , "**/*.md" ],
62
+ "google-cloud-cloudbuild " ,
62
63
"google-cloud-build"
63
64
)
64
65
65
- # Fix reference to product documentation
66
- s .replace (
67
- 'README.rst' ,
68
- 'https://cloud\.google\.com/cloudbuild' ,
69
- 'https://cloud.google.com/cloud-build'
70
- )
71
-
72
- # Fix link to auth
73
- s .replace (
74
- 'README.rst' ,
75
- 'https://googleapis\.github\.io/google-cloud-python/latest/core/auth\.html' ,
76
- 'https://googleapis.dev/python/google-api-core/latest/auth.html'
77
- )
78
-
79
66
# ----------------------------------------------------------------------------
80
67
# Add templated files
81
68
# ----------------------------------------------------------------------------
84
71
templated_files = common .py_library (unit_cov_level = 65 , cov_level = 65 )
85
72
s .move (templated_files )
86
73
87
- s .shell .run (["nox" , "-s" , "blacken" ], hide_output = False )
74
+ s .shell .run (["nox" , "-s" , "blacken" ], hide_output = False )
You can’t perform that action at this time.
0 commit comments