Skip to content

Commit 9d358ae

Browse files
committed
chore: update repo URLs and references and check for Ruff
1 parent 5122928 commit 9d358ae

File tree

4 files changed

+4
-285
lines changed

4 files changed

+4
-285
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"release_level": "stable",
88
"language": "python",
99
"library_type": "GAPIC_COMBO",
10-
"repo": "googleapis/python-spanner",
10+
"repo": "googleapis/google-cloud-python",
1111
"distribution_name": "google-cloud-spanner",
1212
"api_id": "spanner.googleapis.com",
1313
"requires_billing": true,

packages/google-cloud-spanner/noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ def install_unittest_dependencies(session, *constraints):
228228
def unit(session, protobuf_implementation):
229229
# Install all test dependencies, then install this package in-place.
230230

231+
if session.python in ("3.7",):
232+
session.skip("Python 3.7 is no longer supported")
231233
if protobuf_implementation == "cpp" and session.python in (
232234
"3.11",
233235
"3.12",

packages/google-cloud-spanner/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
]
5959
extras = {"libcst": "libcst >= 0.2.5"}
6060

61-
url = "https://github.com/googleapis/python-spanner"
61+
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-spanner"
6262

6363
package_root = os.path.abspath(os.path.dirname(__file__))
6464

packages/sqlalchemy-bigquery/CONTRIBUTING.rst

Lines changed: 0 additions & 283 deletions
This file was deleted.

0 commit comments

Comments
 (0)