rpyc-pve-cloud 0.0.23__tar.gz → 0.0.25__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.
Files changed (20) hide show
  1. {rpyc_pve_cloud-0.0.23/src/rpyc_pve_cloud.egg-info → rpyc_pve_cloud-0.0.25}/PKG-INFO +3 -2
  2. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/requirements.txt +2 -1
  3. rpyc_pve_cloud-0.0.25/src/pve_cloud_rpc/_version.py +1 -0
  4. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/src/pve_cloud_rpc/protos/cloud_pb2.py +3 -0
  5. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/src/pve_cloud_rpc/protos/cloud_pb2_grpc.py +3 -0
  6. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/src/pve_cloud_rpc/protos/health_pb2.py +3 -0
  7. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/src/pve_cloud_rpc/protos/health_pb2_grpc.py +3 -0
  8. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/src/pve_cloud_rpc/server.py +3 -0
  9. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25/src/rpyc_pve_cloud.egg-info}/PKG-INFO +3 -2
  10. rpyc_pve_cloud-0.0.25/src/rpyc_pve_cloud.egg-info/requires.txt +4 -0
  11. rpyc_pve_cloud-0.0.23/src/pve_cloud_rpc/_version.py +0 -1
  12. rpyc_pve_cloud-0.0.23/src/rpyc_pve_cloud.egg-info/requires.txt +0 -3
  13. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/LICENSE.md +0 -0
  14. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/README.md +0 -0
  15. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/pyproject.toml +0 -0
  16. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/setup.cfg +0 -0
  17. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/src/rpyc_pve_cloud.egg-info/SOURCES.txt +0 -0
  18. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/src/rpyc_pve_cloud.egg-info/dependency_links.txt +0 -0
  19. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/src/rpyc_pve_cloud.egg-info/entry_points.txt +0 -0
  20. {rpyc_pve_cloud-0.0.23 → rpyc_pve_cloud-0.0.25}/src/rpyc_pve_cloud.egg-info/top_level.txt +0 -0
@@ -1,10 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rpyc-pve-cloud
3
- Version: 0.0.23
3
+ Version: 0.0.25
4
4
  Author-email: Tobias Huebner <tobias.huebner@vmzberlin.com>
5
5
  License-Expression: GPL-3.0-or-later
6
6
  License-File: LICENSE.md
7
- Requires-Dist: py-pve-cloud<0.14.0,>=0.13.10
7
+ Requires-Dist: py-pve-cloud<0.14.0,>=0.13.11
8
8
  Requires-Dist: grpcio==1.76.0
9
9
  Requires-Dist: asyncssh==2.21.0
10
+ Requires-Dist: protobuf==6.33.2
10
11
  Dynamic: license-file
@@ -1,4 +1,5 @@
1
1
  # pessimistic operator for local tdd installs (pip install -e .)
2
- py-pve-cloud>=0.13.10,<0.14.0
2
+ py-pve-cloud>=0.13.11,<0.14.0
3
3
  grpcio==1.76.0
4
4
  asyncssh==2.21.0
5
+ protobuf==6.33.2
@@ -0,0 +1 @@
1
+ __version__ = "0.0.25"
@@ -1,3 +1,6 @@
1
+ # Copyright (c) HashiCorp, Inc.
2
+ # SPDX-License-Identifier: MPL-2.0
3
+
1
4
  # -*- coding: utf-8 -*-
2
5
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
6
  # NO CHECKED-IN PROTOBUF GENCODE
@@ -1,3 +1,6 @@
1
+ # Copyright (c) HashiCorp, Inc.
2
+ # SPDX-License-Identifier: MPL-2.0
3
+
1
4
  # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
5
  """Client and server classes corresponding to protobuf-defined services."""
3
6
  import grpc
@@ -1,3 +1,6 @@
1
+ # Copyright (c) HashiCorp, Inc.
2
+ # SPDX-License-Identifier: MPL-2.0
3
+
1
4
  # -*- coding: utf-8 -*-
2
5
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
6
  # NO CHECKED-IN PROTOBUF GENCODE
@@ -1,3 +1,6 @@
1
+ # Copyright (c) HashiCorp, Inc.
2
+ # SPDX-License-Identifier: MPL-2.0
3
+
1
4
  # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
5
  """Client and server classes corresponding to protobuf-defined services."""
3
6
  import grpc
@@ -1,3 +1,6 @@
1
+ # Copyright (c) HashiCorp, Inc.
2
+ # SPDX-License-Identifier: MPL-2.0
3
+
1
4
  import asyncio, asyncssh
2
5
  import grpc
3
6
  import pve_cloud_rpc.protos.cloud_pb2 as cloud_pb2
@@ -1,10 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rpyc-pve-cloud
3
- Version: 0.0.23
3
+ Version: 0.0.25
4
4
  Author-email: Tobias Huebner <tobias.huebner@vmzberlin.com>
5
5
  License-Expression: GPL-3.0-or-later
6
6
  License-File: LICENSE.md
7
- Requires-Dist: py-pve-cloud<0.14.0,>=0.13.10
7
+ Requires-Dist: py-pve-cloud<0.14.0,>=0.13.11
8
8
  Requires-Dist: grpcio==1.76.0
9
9
  Requires-Dist: asyncssh==2.21.0
10
+ Requires-Dist: protobuf==6.33.2
10
11
  Dynamic: license-file
@@ -0,0 +1,4 @@
1
+ py-pve-cloud<0.14.0,>=0.13.11
2
+ grpcio==1.76.0
3
+ asyncssh==2.21.0
4
+ protobuf==6.33.2
@@ -1 +0,0 @@
1
- __version__ = "0.0.23"
@@ -1,3 +0,0 @@
1
- py-pve-cloud<0.14.0,>=0.13.10
2
- grpcio==1.76.0
3
- asyncssh==2.21.0