Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
cc633ee
chore: onboard to librarian
ohmayr Nov 5, 2025
c0b2ba3
add setup file
ohmayr Nov 5, 2025
58244e1
update blacken
ohmayr Nov 5, 2025
97f48f4
revert system test version to 3.12
ohmayr Nov 5, 2025
f1c559e
wip
ohmayr Nov 6, 2025
f5bb5b0
wip
ohmayr Nov 6, 2025
8fac832
wip
ohmayr Nov 6, 2025
27df1a4
wip
ohmayr Nov 6, 2025
1047741
wip
ohmayr Nov 6, 2025
4ad99dc
wip
ohmayr Nov 6, 2025
125179a
wip
ohmayr Nov 6, 2025
8201304
wip
ohmayr Nov 6, 2025
5f89e33
wip
ohmayr Nov 7, 2025
c916a92
wip
ohmayr Nov 7, 2025
5adda80
wip
ohmayr Nov 7, 2025
dc42efc
wip
ohmayr Nov 7, 2025
7fc2948
wip
ohmayr Nov 7, 2025
6658906
wip
ohmayr Nov 7, 2025
5c60088
wip
ohmayr Nov 7, 2025
b45b0a2
wip
ohmayr Nov 7, 2025
a53781a
wip
ohmayr Nov 7, 2025
e808405
wip
ohmayr Nov 7, 2025
6b27075
wip
ohmayr Nov 7, 2025
5e33afb
wip
ohmayr Nov 8, 2025
e98a4b7
wip
ohmayr Nov 8, 2025
b1d2427
update sha
ohmayr Nov 10, 2025
2a44764
update sha
ohmayr Nov 10, 2025
5919f3c
wip
ohmayr Nov 10, 2025
22c7cfa
wip
ohmayr Nov 10, 2025
7ed3697
wip
ohmayr Nov 10, 2025
d39305e
wip
ohmayr Nov 11, 2025
e730ecc
wip
ohmayr Nov 11, 2025
c5a37fc
wip
ohmayr Nov 11, 2025
dc17924
wip
ohmayr Nov 11, 2025
ea2fb81
generated changes
ohmayr Nov 11, 2025
5e14343
update sha
ohmayr Nov 11, 2025
3623604
remove files
ohmayr Nov 11, 2025
594ccfe
update python version for lint
ohmayr Nov 12, 2025
4b3bc2c
revert setup file to main
ohmayr Nov 14, 2025
907ed25
reorder apis
ohmayr Nov 17, 2025
5e8d17b
fix docs
ohmayr Nov 17, 2025
41e701c
address failure
ohmayr Nov 18, 2025
69fccf7
rename owlbot.py to librarian.py
ohmayr Nov 18, 2025
6f8a89b
rename file
ohmayr Nov 18, 2025
97d7374
chore: create a release
ohmayr Nov 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
generated changes
  • Loading branch information
ohmayr committed Nov 14, 2025
commit ea2fb8151d67fd9f41976631ce439dc51ace7e41
4 changes: 2 additions & 2 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
{% endblock %}

<div class="body" role="main">
<div class="admonition" id="python2-eol">
As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
<div class="admonition" id="python2-eol">
As of January 1, 2020 this library no longer supports Python 2 on the latest released version.
Library versions released prior to that date will continue to be available. For more information please
visit <a href="https://cloud.google.com/python/docs/python2-sunset/">Python 2 support on Google Cloud</a>.
</div>
Expand Down
45 changes: 23 additions & 22 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2024 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# google-cloud-spanner documentation build configuration file
#
# google-cloud-spanner-admin-instance documentation build configuration file
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down Expand Up @@ -42,7 +43,7 @@
# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = "1.5.5"
needs_sphinx = "4.5.0"

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down Expand Up @@ -80,9 +81,9 @@
root_doc = "index"

# General information about the project.
project = "google-cloud-spanner"
copyright = "2019, Google"
author = "Google APIs"
project = u"google-cloud-spanner-admin-instance"
copyright = u"2025, Google, LLC"
author = u"Google APIs"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -154,9 +155,9 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"description": "Google Cloud Client Libraries for google-cloud-spanner",
"description": "Google Cloud Client Libraries for google-cloud-spanner-admin-instance",
"github_user": "googleapis",
"github_repo": "python-spanner",
"github_repo": "google-cloud-python",
"github_banner": True,
"font_family": "'Roboto', Georgia, sans",
"head_font_family": "'Roboto', Georgia, serif",
Expand Down Expand Up @@ -248,7 +249,7 @@
# html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = "google-cloud-spanner-doc"
htmlhelp_basename = "google-cloud-spanner-admin-instance-doc"

# -- Options for warnings ------------------------------------------------------

Expand All @@ -266,13 +267,13 @@

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
# 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
# 'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
#'preamble': '',
# 'preamble': '',
# Latex figure (float) alignment
#'figure_align': 'htbp',
# 'figure_align': 'htbp',
}

# Grouping the document tree into LaTeX files. List of tuples
Expand All @@ -281,8 +282,8 @@
latex_documents = [
(
root_doc,
"google-cloud-spanner.tex",
"google-cloud-spanner Documentation",
"google-cloud-spanner-admin-instance.tex",
u"google-cloud-spanner-admin-instance Documentation",
author,
"manual",
)
Expand Down Expand Up @@ -316,8 +317,8 @@
man_pages = [
(
root_doc,
"google-cloud-spanner",
"google-cloud-spanner Documentation",
"google-cloud-spanner-admin-instance",
"google-cloud-spanner-admin-instance Documentation",
[author],
1,
)
Expand All @@ -335,11 +336,11 @@
texinfo_documents = [
(
root_doc,
"google-cloud-spanner",
"google-cloud-spanner Documentation",
"google-cloud-spanner-admin-instance",
"google-cloud-spanner-admin-instance Documentation",
author,
"google-cloud-spanner",
"google-cloud-spanner Library",
"google-cloud-spanner-admin-instance",
"google-cloud-spanner-admin-instance Library",
"APIs",
)
]
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/spanner_admin_database_v1/gapic_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/spanner_admin_instance_v1/gapic_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/spanner_v1/gapic_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-spanner-admin-database",
"version": "0.0.0"
"version": "3.59.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-spanner-admin-instance",
"version": "0.0.0"
"version": "3.59.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-spanner",
"version": "0.0.0"
"version": "3.59.0"
},
"snippets": [
{
Expand Down
19 changes: 11 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,18 @@
"proto-plus >= 1.22.2, <2.0.0; python_version>='3.11'",
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"grpc-interceptor >= 0.15.4",
# Make OpenTelemetry a core dependency
"opentelemetry-api >= 1.22.0",
"opentelemetry-sdk >= 1.22.0",
"opentelemetry-semantic-conventions >= 0.43b0",
"opentelemetry-resourcedetector-gcp >= 1.8.0a0",
"google-cloud-monitoring >= 2.16.0",
"mmh3 >= 4.1.0 ",
]
extras = {"libcst": "libcst >= 0.2.5"}
extras = {
"tracing": [
"opentelemetry-api >= 1.22.0",
"opentelemetry-sdk >= 1.22.0",
"opentelemetry-semantic-conventions >= 0.43b0",
"opentelemetry-resourcedetector-gcp >= 1.8.0a0",
"google-cloud-monitoring >= 2.16.0",
"mmh3 >= 4.1.0 ",
],
"libcst": "libcst >= 0.2.5",
}

url = "https://github.com/googleapis/python-spanner"

Expand Down