Skip to content

Commit acd285e

Browse files
ohmayrparthea
andauthored
chore(librarian): onboard to librarian (#336)
This PR onboards `google-cloud-core` to librarian. Blocked on googleapis/python-cloud-core#330 Fixes googleapis/librarian#2453 πŸ¦• --------- Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 2870aed commit acd285e

File tree

9 files changed

+17
-121
lines changed

9 files changed

+17
-121
lines changed

β€Žpackages/google-cloud-core/.github/.OwlBot.lock.yamlβ€Ž

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

β€Žpackages/google-cloud-core/.github/.OwlBot.yamlβ€Ž

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

β€Žpackages/google-cloud-core/.github/auto-approve.ymlβ€Ž

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

β€Žpackages/google-cloud-core/.github/release-please.ymlβ€Ž

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

β€Žpackages/google-cloud-core/.github/release-trigger.ymlβ€Ž

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

β€Žpackages/google-cloud-core/.github/sync-repo-settings.yamlβ€Ž

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
2+
libraries:
3+
- id: google-cloud-core
4+
version: 2.5.0
5+
apis: []
6+
source_roots:
7+
- .
8+
preserve_regex: []
9+
remove_regex: []
10+
tag_format: v{version}

β€Žpackages/google-cloud-core/owlbot.pyβ€Ž

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

β€Žpackages/google-cloud-core/pytest.iniβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ filterwarnings =
99
# Remove once the minimum supported version of `google-api-core` is 2.15.0
1010
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
1111
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
12+
# Remove after support for Python 3.8 is dropped
13+
ignore:You are using a non-supported Python version \(3\.8:DeprecationWarning
14+
ignore:You are using a non-supported Python version \(3\.8:FutureWarning
15+
# Remove after support for Python 3.9 is dropped
16+
ignore:You are using a Python version \(3\.9:FutureWarning
17+
# Remove after support for Python 3.10 is dropped
18+
ignore:.*You are using a Python version \(3\.10:FutureWarning

0 commit comments

Comments
Β (0)