Skip to content

Commit cff9ebb

Browse files
committed
chore: complete migration of google-crc32c
Removed skip_generate and regenerated with Librarian.
1 parent c422cbb commit cff9ebb

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4024,7 +4024,6 @@ libraries:
40244024
default_version: v1
40254025
- name: google-crc32c
40264026
version: 1.8.0
4027-
skip_generate: true
40284027
python:
40294028
library_type: OTHER
40304029
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)