Commit b21c1d4
authored
fix: resolve issue with pubsub generation (#17219)
Corrects issue with package generation.
### Changes
#### librarian.yaml:
* Enabled client library generation for `google-cloud-pubsub` by
removing `skip_generate`.
####
.librarian/generator-input/client-post-processing/pubsub-integration.yaml:
* Removed obsolete `grpcio-status` post-processing rules that are no
longer necessary.
* Added a unified post-processing rule to correctly split an
unintentionally merged/concatenated `grpcio` dependency constraint back
into two separate, version-constrained lines for use in `setup.py`.
#### packages/google-cloud-pubsub/pytest.ini:
* Added a selective warning ignore rule `(ignore:.*SelectableGroups dict
interface is deprecated:DeprecationWarning)` to prevent `pytest` from
failing on third-party dependency deprecation warnings under Python
3.11+.
#### packages/google-cloud-pubsub/README.rst &
packages/google-cloud-pubsub/docs/README.rst:
* `README` files updated due to changes in synthtool template now
reflect the dropped support for Python 3.9 (minimum version bounds
bumped from >= 3.9 to >= 3.10).1 parent 89d6913 commit b21c1d4Copy full SHA for b21c1d4
6 files changed
+15-18Lines changed: 15 additions & 18 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .librarian/generator-input/client-post-processing
- packages/google-cloud-pubsub
- docs
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.librarian/generator-input/client-post-processing/pubsub-integration.yaml
Copy file name to clipboardExpand all lines: .librarian/generator-input/client-post-processing/pubsub-integration.yaml+4-12Lines changed: 4 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
369 | 369 | |
370 | 370 | |
371 | 371 | |
372 | | - |
373 | | - |
374 | | - |
375 | | - |
376 | | - |
377 | | - |
378 | | - |
379 | | - |
380 | 372 | |
381 | 373 | |
382 | 374 | |
| ||
530 | 522 | |
531 | 523 | |
532 | 524 | |
533 | | - |
534 | | - |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
535 | 529 | |
536 | | - |
537 | | - |
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1659 | 1659 | |
1660 | 1660 | |
1661 | 1661 | |
1662 | | - |
1663 | 1662 | |
1664 | 1663 | |
1665 | 1664 | |
|
Collapse file
packages/google-cloud-pubsub/README.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-pubsub/README.rst+3-2Lines changed: 3 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
| 65 | + |
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | 71 | |
72 | | - |
| 72 | + |
| 73 | + |
73 | 74 | |
74 | 75 | |
75 | 76 | |
|
Collapse file
packages/google-cloud-pubsub/docs/README.rst
Copy file name to clipboardExpand all lines: packages/google-cloud-pubsub/docs/README.rst+3-2Lines changed: 3 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
| 65 | + |
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | 71 | |
72 | | - |
| 72 | + |
| 73 | + |
73 | 74 | |
74 | 75 | |
75 | 76 | |
|
Collapse file
packages/google-cloud-pubsub/pytest.ini
Copy file name to clipboardExpand all lines: packages/google-cloud-pubsub/pytest.ini+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
| 29 | + |
| 30 | + |
| 31 | + |
Collapse file
packages/google-cloud-pubsub/setup.py
Copy file name to clipboardExpand all lines: packages/google-cloud-pubsub/setup.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | | - |
| 46 | + |
| 47 | + |
47 | 48 | |
48 | 49 | |
49 | 50 | |
|
0 commit comments