Skip to content

Commit 37b4d7d

Browse files
committed
chore: address feedback
1 parent d488e00 commit 37b4d7d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.librarian/generator-input/client-post-processing/pubsub-integration.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,14 +421,13 @@ replacements:
421421
# --- FIX: Restore missing dependencies, extras, and url dynamically ---
422422
- paths:
423423
- "packages/google-cloud-pubsub/setup.py"
424-
before: '([ \t]+)("grpc-google-iam-v1.*",\n)\]\nextras = \{\}\nurl = "https://github\.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-pubsub"'
424+
before: '([ \t]+)("grpc-google-iam-v1.*",\n)\]\nextras = \{\}'
425425
after: |-
426426
\g<1>\g<2>\g<1>"grpcio-status >= 1.33.2",
427427
\g<1>"opentelemetry-api >= 1.27.0",
428428
\g<1>"opentelemetry-sdk >= 1.27.0",
429429
]
430430
extras = {"libcst": "libcst >= 0.3.10"}
431-
url = "https://github.com/googleapis/python-pubsub"
432431
count: 1
433432
# --- FIX: Blend README Python versions ---
434433
- paths:

.librarian/generator-input/packages/google-cloud-pubsub/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559741",
77
"release_level": "stable",
88
"language": "python",
9-
"repo": "googleapis/python-pubsub",
9+
"repo": "googleapis/google-cloud-python",
1010
"distribution_name": "google-cloud-pubsub",
1111
"api_id": "pubsub.googleapis.com",
1212
"requires_billing": true,

packages/google-cloud-pubsub/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559741",
77
"release_level": "stable",
88
"language": "python",
9-
"repo": "googleapis/python-pubsub",
9+
"repo": "googleapis/google-cloud-python",
1010
"distribution_name": "google-cloud-pubsub",
1111
"api_id": "pubsub.googleapis.com",
1212
"requires_billing": true,

packages/google-cloud-pubsub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"opentelemetry-sdk >= 1.27.0",
5555
]
5656
extras = {"libcst": "libcst >= 0.3.10"}
57-
url = "https://github.com/googleapis/python-pubsub"
57+
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-pubsub"
5858

5959
package_root = os.path.abspath(os.path.dirname(__file__))
6060

0 commit comments

Comments
 (0)