Skip to content

Commit a08c4bb

Browse files
committed
update repo name
1 parent 96c0bcb commit a08c4bb

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

packages/google-api-core/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"release_level": "stable",
66
"language": "python",
77
"library_type": "CORE",
8-
"repo": "googleapis/python-api-core",
8+
"repo": "googleapis/google-cloud-python",
99
"distribution_name": "google-api-core",
1010
"default_version": "",
1111
"codeowner_team": "@googleapis/actools-python"

packages/google-api-core/CONTRIBUTING.rst

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ Using a Development Checkout
3434
You'll have to create a development environment using a Git checkout:
3535

3636
- While logged into your GitHub account, navigate to the
37-
``python-api-core`` `repo`_ on GitHub.
37+
``google-cloud-python`` `repo`_ on GitHub.
3838

39-
- Fork and clone the ``python-api-core`` repository to your GitHub account by
39+
- Fork and clone the ``google-cloud-python`` repository to your GitHub account by
4040
clicking the "Fork" button.
4141

42-
- Clone your fork of ``python-api-core`` from your GitHub account to your local
42+
- Clone your fork of ``google-cloud-python`` from your GitHub account to your local
4343
computer, substituting your account username and specifying the destination
44-
as ``hack-on-python-api-core``. E.g.::
44+
as ``hack-on-google-cloud-python``. E.g.::
4545

4646
$ cd ${HOME}
47-
$ git clone [email protected]:USERNAME/python-api-core.git hack-on-python-api-core
48-
$ cd hack-on-python-api-core
49-
# Configure remotes such that you can pull changes from the googleapis/python-api-core
47+
$ git clone [email protected]:USERNAME/google-cloud-python.git hack-on-google-cloud-python
48+
$ cd hack-on-google-cloud-python
49+
# Configure remotes such that you can pull changes from the googleapis/google-cloud-python
5050
# repository into your local repository.
51-
$ git remote add upstream [email protected]:googleapis/python-api-core.git
51+
$ git remote add upstream [email protected]:googleapis/google-cloud-python.git
5252
# fetch and merge changes from upstream into main
5353
$ git fetch upstream
5454
$ git merge upstream/main
@@ -59,7 +59,7 @@ repo, from which you can submit a pull request.
5959
To work on the codebase and run the tests, we recommend using ``nox``,
6060
but you can also use a ``virtualenv`` of your own creation.
6161

62-
.. _repo: https://github.com/googleapis/python-api-core
62+
.. _repo: https://github.com/googleapis/google-cloud-python
6363

6464
Using ``nox``
6565
=============
@@ -112,7 +112,7 @@ Coding Style
112112
export GOOGLE_CLOUD_TESTING_BRANCH="main"
113113

114114
By doing this, you are specifying the location of the most up-to-date
115-
version of ``python-api-core``. The the suggested remote name ``upstream``
115+
version of ``google-cloud-python``. The the suggested remote name ``upstream``
116116
should point to the official ``googleapis`` checkout and the
117117
the branch should be the main branch on that remote (``main``).
118118

@@ -185,7 +185,7 @@ The `description on PyPI`_ for the project comes directly from the
185185
``README``. Due to the reStructuredText (``rst``) parser used by
186186
PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst``
187187
instead of
188-
``https://github.com/googleapis/python-api-core/blob/main/CONTRIBUTING.rst``)
188+
``https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst``)
189189
may cause problems creating links or rendering the description.
190190

191191
.. _description on PyPI: https://pypi.org/project/google-api-core
@@ -204,6 +204,7 @@ We support:
204204
- `Python 3.11`_
205205
- `Python 3.12`_
206206
- `Python 3.13`_
207+
- `Python 3.14`_
207208

208209
.. _Python 3.7: https://docs.python.org/3.7/
209210
.. _Python 3.8: https://docs.python.org/3.8/
@@ -212,11 +213,12 @@ We support:
212213
.. _Python 3.11: https://docs.python.org/3.11/
213214
.. _Python 3.12: https://docs.python.org/3.12/
214215
.. _Python 3.13: https://docs.python.org/3.13/
216+
.. _Python 3.13: https://docs.python.org/3.14/
215217

216218

217219
Supported versions can be found in our ``noxfile.py`` `config`_.
218220

219-
.. _config: https://github.com/googleapis/python-api-core/blob/main/noxfile.py
221+
.. _config: https://github.com/googleapis/google-cloud-python/blob/main/packages/google-api-core/noxfile.py
220222

221223

222224
**********

packages/google-api-core/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
html_theme_options = {
157157
"description": "Google Cloud Client Libraries for google-api-core",
158158
"github_user": "googleapis",
159-
"github_repo": "python-api-core",
159+
"github_repo": "google-cloud-python",
160160
"github_banner": True,
161161
"font_family": "'Roboto', Georgia, sans",
162162
"head_font_family": "'Roboto', Georgia, serif",

packages/google-api-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dynamic = ["version"]
5959

6060
[project.urls]
6161
Documentation = "https://googleapis.dev/python/google-api-core/latest/"
62-
Repository = "https://github.com/googleapis/python-api-core"
62+
Repository = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-api-core"
6363

6464
[project.optional-dependencies]
6565
async_rest = ["google-auth[aiohttp] >= 2.35.0, < 3.0.0"]

0 commit comments

Comments
 (0)