Skip to content

Commit 4009eda

Browse files
authored
chore: complete migration of google-crc32c (#16706)
Removed skip_generate and regenerated with Librarian.
1 parent 9f0b3d7 commit 4009eda

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4023,7 +4023,6 @@ libraries:
40234023
default_version: v1
40244024
- name: google-crc32c
40254025
version: 1.8.0
4026-
skip_generate: true
40274026
python:
40284027
library_type: OTHER
40294028
name_pretty_override: A python wrapper of the C library 'Google CRC32C'
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"name": "google-crc32c",
3-
"name_pretty": "A python wrapper of the C library 'Google CRC32C'",
4-
"product_documentation": "",
52
"client_documentation": "https://github.com/googleapis/python-crc32c",
3+
"distribution_name": "google-crc32c",
64
"issue_tracker": "https://github.com/googleapis/python-crc32c/issues",
7-
"release_level": "stable",
85
"language": "python",
96
"library_type": "OTHER",
10-
"repo": "googleapis/google-cloud-python",
11-
"distribution_name": "google-crc32c",
12-
"default_version": "",
13-
"codeowner_team": ""
14-
}
7+
"name": "google-crc32c",
8+
"name_pretty": "A python wrapper of the C library 'Google CRC32C'",
9+
"release_level": "stable",
10+
"repo": "googleapis/google-cloud-python"
11+
}

0 commit comments

Comments
 (0)