protobuf-protoc-bin 33.2__tar.gz → 33.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {protobuf_protoc_bin-33.2/src/protobuf_protoc_bin.egg-info → protobuf_protoc_bin-33.4}/PKG-INFO +1 -1
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/src/protobuf_protoc_bin/_version.py +2 -2
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4/src/protobuf_protoc_bin.egg-info}/PKG-INFO +1 -1
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/.github/workflows/build.yml +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/.github/workflows/protobuf_monitor.yml +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/.gitignore +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/README.md +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/pyproject.toml +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/setup.cfg +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/setup.py +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/src/protobuf_protoc_bin/__init__.py +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/src/protobuf_protoc_bin.egg-info/SOURCES.txt +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/src/protobuf_protoc_bin.egg-info/dependency_links.txt +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/src/protobuf_protoc_bin.egg-info/top_level.txt +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/tests/example.proto +0 -0
- {protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/tests/test_protoc.py +0 -0
{protobuf_protoc_bin-33.2/src/protobuf_protoc_bin.egg-info → protobuf_protoc_bin-33.4}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: protobuf-protoc-bin
|
|
3
|
-
Version: 33.
|
|
3
|
+
Version: 33.4
|
|
4
4
|
Summary: Pip package to host the protobuf protoc binary
|
|
5
5
|
Author-email: Robert Roos <robert.roos@demcon.com>
|
|
6
6
|
Project-URL: Repository, https://github.com/RobertoRoos/protobuf-protoc-bin
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '33.
|
|
32
|
-
__version_tuple__ = version_tuple = (33,
|
|
31
|
+
__version__ = version = '33.4'
|
|
32
|
+
__version_tuple__ = version_tuple = (33, 4)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = 'g33f102640'
|
{protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4/src/protobuf_protoc_bin.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: protobuf-protoc-bin
|
|
3
|
-
Version: 33.
|
|
3
|
+
Version: 33.4
|
|
4
4
|
Summary: Pip package to host the protobuf protoc binary
|
|
5
5
|
Author-email: Robert Roos <robert.roos@demcon.com>
|
|
6
6
|
Project-URL: Repository, https://github.com/RobertoRoos/protobuf-protoc-bin
|
|
File without changes
|
{protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/.github/workflows/protobuf_monitor.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/src/protobuf_protoc_bin.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{protobuf_protoc_bin-33.2 → protobuf_protoc_bin-33.4}/src/protobuf_protoc_bin.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|