Commit c804a93
authored
feat(storage): drop Python 3.7-3.9 support and regenerate (#17178)
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 2086b34 commit c804a93Copy full SHA for c804a93
9 files changed
+60-98Lines changed: 60 additions & 98 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .librarian/generator-input/client-post-processing
- packages/google-cloud-storage
- docs
- google/cloud/_storage_v2
- testing
- tests/unit/gapic/_storage_v2
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.librarian/generator-input/client-post-processing/storage-integration.yaml
Copy file name to clipboardExpand all lines: .librarian/generator-input/client-post-processing/storage-integration.yaml+22-14Lines changed: 22 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
599 | 599 | |
600 | 600 | |
601 | 601 | |
602 | | - |
| 602 | + |
| 603 | + |
603 | 604 | |
604 | 605 | |
605 | 606 | |
| ||
636 | 637 | |
637 | 638 | |
638 | 639 | |
639 | | - |
| 640 | + |
640 | 641 | |
641 | 642 | |
642 | | - |
643 | | - |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
644 | 649 | |
645 | | - |
| 650 | + |
646 | 651 | |
647 | | - |
648 | | - |
649 | | - |
650 | | - |
651 | | - |
652 | | - |
653 | | - |
654 | | - |
655 | | - |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
656 | 664 | |
657 | 665 | |
658 | 666 | |
|
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1934 | 1934 | |
1935 | 1935 | |
1936 | 1936 | |
1937 | | - |
1938 | 1937 | |
1939 | 1938 | |
1940 | 1939 | |
|
Collapse file
packages/google-cloud-storage/docs/conf.py
Copy file name to clipboardExpand all lines: packages/google-cloud-storage/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-storage/google/cloud/_storage_v2/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-storage/google/cloud/_storage_v2/__init__.py+4-21Lines changed: 4 additions & 21 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 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
| 24 | + |
31 | 25 | |
32 | 26 | |
33 | 27 | |
| ||
98 | 92 | |
99 | 93 | |
100 | 94 | |
101 | | - |
102 | 95 | |
103 | 96 | |
104 | 97 | |
105 | 98 | |
106 | | - |
| 99 | + |
107 | 100 | |
108 | 101 | |
109 | 102 | |
110 | 103 | |
111 | 104 | |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
| 105 | + |
123 | 106 | |
124 | 107 | |
125 | 108 | |
|
Collapse file
packages/google-cloud-storage/noxfile.py
Copy file name to clipboardExpand all lines: packages/google-cloud-storage/noxfile.py+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
34 | | - |
35 | 34 | |
36 | 35 | |
37 | 36 | |
| ||
494 | 493 | |
495 | 494 | |
496 | 495 | |
497 | | - |
498 | 496 | |
499 | 497 | |
500 | 498 | |
|
Collapse file
packages/google-cloud-storage/setup.py
Copy file name to clipboardExpand all lines: packages/google-cloud-storage/setup.py+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | | - |
| 61 | + |
62 | 62 | |
63 | | - |
| 63 | + |
| 64 | + |
64 | 65 | |
65 | 66 | |
66 | 67 | |
| ||
116 | 117 | |
117 | 118 | |
118 | 119 | |
119 | | - |
| 120 | + |
120 | 121 | |
121 | 122 | |
122 | 123 | |
123 | 124 | |
124 | 125 | |
125 | 126 | |
126 | 127 | |
127 | | - |
128 | 128 | |
129 | 129 | |
130 | 130 | |
| ||
135 | 135 | |
136 | 136 | |
137 | 137 | |
138 | | - |
| 138 | + |
139 | 139 | |
140 | 140 | |
141 | 141 | |
|
Collapse file
packages/google-cloud-storage/testing/constraints-3.10.txt
Copy file name to clipboard+19-13Lines changed: 19 additions & 13 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
4 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
5 | 8 | |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
Collapse file
packages/google-cloud-storage/testing/constraints-3.9.txt
Copy file name to clipboardExpand all lines: packages/google-cloud-storage/testing/constraints-3.9.txt-18Lines changed: 0 additions & 18 deletions
This file was deleted.
Collapse file
packages/google-cloud-storage/tests/unit/gapic/_storage_v2/test_storage.py
Copy file name to clipboardExpand all lines: packages/google-cloud-storage/tests/unit/gapic/_storage_v2/test_storage.py+6-20Lines changed: 6 additions & 20 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | 16 | |
26 | 17 | |
| 18 | + |
27 | 19 | |
| 20 | + |
| 21 | + |
28 | 22 | |
29 | 23 | |
30 | 24 | |
| ||
2565 | 2559 | |
2566 | 2560 | |
2567 | 2561 | |
2568 | | - |
2569 | | - |
2570 | | - |
2571 | | - |
2572 | | - |
| 2562 | + |
2573 | 2563 | |
2574 | 2564 | |
2575 | 2565 | |
| ||
7085 | 7075 | |
7086 | 7076 | |
7087 | 7077 | |
7088 | | - |
7089 | | - |
7090 | | - |
7091 | | - |
7092 | | - |
| 7078 | + |
7093 | 7079 | |
7094 | 7080 | |
7095 | 7081 | |
|
0 commit comments