Commit 2408166
authored
feat(spanner): drop Python 3.7-3.9 support and regenerate (#17169)
Updates post processing to account for dropping support for Python 3.7,
3.8, 3.9 and the impacts that has on using 3.10 for lower bounds
testing.
### Changes
* updates the lower bound versions for several libraries to avoid
conflicts and install issues in both `setup.py` and
`constraints-3.10.txt`
* updates post-processing scripts to ensure the above updates persist1 parent 819ce1b commit 2408166Copy full SHA for 2408166
33 files changed
+392-237Lines changed: 392 additions & 237 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .librarian/generator-input/client-post-processing
- packages/google-cloud-spanner
- .devcontainer
- docs
- google/cloud
- aio/_cross_sync
- spanner_admin_database_v1
- services/database_admin
- spanner_admin_instance_v1
- services/instance_admin
- spanner_v1
- metrics
- samples/generated_samples
- testing
- tests
- unit/gapic
- spanner_admin_database_v1
- spanner_admin_instance_v1
- spanner_v1
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.librarian/generator-input/client-post-processing/spanner-integration.yaml
Copy file name to clipboardExpand all lines: .librarian/generator-input/client-post-processing/spanner-integration.yaml+68-10Lines changed: 68 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
122 | 122 | |
123 | 123 | |
124 | 124 | |
125 | | - |
| 125 | + |
126 | 126 | |
127 | 127 | |
128 | | - |
129 | | - |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
130 | 135 | |
131 | | - |
132 | | - |
133 | | - |
| 136 | + |
| 137 | + |
134 | 138 | |
135 | 139 | |
| 140 | + |
136 | 141 | |
137 | 142 | |
138 | 143 | |
| ||
601 | 606 | |
602 | 607 | |
603 | 608 | |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
| 617 | + |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
| 626 | + |
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
604 | 643 | |
605 | 644 | |
606 | 645 | |
| ||
627 | 666 | |
628 | 667 | |
629 | 668 | |
630 | | - |
631 | 669 | |
632 | 670 | |
633 | 671 | |
| ||
667 | 705 | |
668 | 706 | |
669 | 707 | |
670 | | - |
671 | 708 | |
672 | 709 | |
673 | 710 | |
| ||
816 | 853 | |
817 | 854 | |
818 | 855 | |
819 | | - |
820 | | - |
821 | 856 | |
822 | 857 | |
823 | 858 | |
| ||
1379 | 1414 | |
1380 | 1415 | |
1381 | 1416 | |
| 1417 | + |
| 1418 | + |
| 1419 | + |
| 1420 | + |
| 1421 | + |
| 1422 | + |
| 1423 | + |
| 1424 | + |
| 1425 | + |
| 1426 | + |
| 1427 | + |
| 1428 | + |
| 1429 | + |
| 1430 | + |
| 1431 | + |
| 1432 | + |
| 1433 | + |
| 1434 | + |
| 1435 | + |
| 1436 | + |
| 1437 | + |
| 1438 | + |
| 1439 | + |
1382 | 1440 | |
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1906 | 1906 | |
1907 | 1907 | |
1908 | 1908 | |
1909 | | - |
1910 | 1909 | |
1911 | 1910 | |
1912 | 1911 | |
|
Collapse file
packages/google-cloud-spanner/.devcontainer/devcontainer.json
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/.devcontainer/devcontainer.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
|
Collapse file
packages/google-cloud-spanner/.devcontainer/requirements.txt
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/.devcontainer/requirements.txt+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
|
Collapse file
packages/google-cloud-spanner/docs/conf.py
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/docs/conf.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
83 | 83 | |
84 | 84 | |
85 | 85 | |
86 | | - |
| 86 | + |
87 | 87 | |
88 | 88 | |
89 | 89 | |
|
Collapse file
packages/google-cloud-spanner/google/cloud/aio/_cross_sync/cross_sync.py
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/google/cloud/aio/_cross_sync/cross_sync.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
46 | 45 | |
47 | 46 | |
48 | 47 | |
| ||
269 | 268 | |
270 | 269 | |
271 | 270 | |
272 | | - |
| 271 | + |
273 | 272 | |
274 | 273 | |
275 | 274 | |
|
Collapse file
packages/google-cloud-spanner/google/cloud/spanner_admin_database_v1/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/google/cloud/spanner_admin_database_v1/__init__.py+75-11Lines changed: 75 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
24 | 25 | |
25 | 26 | |
26 | 27 | |
| ||
99 | 100 | |
100 | 101 | |
101 | 102 | |
102 | | - |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
103 | 107 | |
104 | | - |
105 | | - |
106 | | - |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
107 | 172 | |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
114 | 178 | |
115 | 179 | |
116 | 180 | |
|
Collapse file
packages/google-cloud-spanner/google/cloud/spanner_admin_database_v1/services/database_admin/async_client.py
Copy file name to clipboardExpand all lines: packages/google-cloud-spanner/google/cloud/spanner_admin_database_v1/services/database_admin/async_client.py+13-13Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
518 | 518 | |
519 | 519 | |
520 | 520 | |
521 | | - |
| 521 | + |
522 | 522 | |
523 | 523 | |
524 | 524 | |
525 | | - |
| 525 | + |
526 | 526 | |
527 | 527 | |
528 | 528 | |
| ||
814 | 814 | |
815 | 815 | |
816 | 816 | |
817 | | - |
| 817 | + |
818 | 818 | |
819 | 819 | |
820 | 820 | |
821 | | - |
| 821 | + |
822 | 822 | |
823 | 823 | |
824 | 824 | |
| ||
964 | 964 | |
965 | 965 | |
966 | 966 | |
967 | | - |
| 967 | + |
968 | 968 | |
969 | 969 | |
970 | 970 | |
971 | | - |
| 971 | + |
972 | 972 | |
973 | 973 | |
974 | 974 | |
| ||
1778 | 1778 | |
1779 | 1779 | |
1780 | 1780 | |
1781 | | - |
| 1781 | + |
1782 | 1782 | |
1783 | 1783 | |
1784 | 1784 | |
1785 | | - |
| 1785 | + |
1786 | 1786 | |
1787 | 1787 | |
1788 | 1788 | |
| ||
1944 | 1944 | |
1945 | 1945 | |
1946 | 1946 | |
1947 | | - |
| 1947 | + |
1948 | 1948 | |
1949 | 1949 | |
1950 | 1950 | |
1951 | | - |
| 1951 | + |
1952 | 1952 | |
1953 | 1953 | |
1954 | 1954 | |
| ||
2602 | 2602 | |
2603 | 2603 | |
2604 | 2604 | |
2605 | | - |
| 2605 | + |
2606 | 2606 | |
2607 | 2607 | |
2608 | 2608 | |
2609 | | - |
| 2609 | + |
2610 | 2610 | |
2611 | 2611 | |
2612 | 2612 | |
|
0 commit comments