portforward 0.4.2__cp311-cp311-win_amd64.whl → 0.4.3__cp311-cp311-win_amd64.whl
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.
Potentially problematic release.
This version of portforward might be problematic. Click here for more details.
- _portforward.pyd +0 -0
- {portforward-0.4.2.dist-info → portforward-0.4.3.dist-info}/METADATA +5 -1
- portforward-0.4.3.dist-info/RECORD +9 -0
- portforward.py +1 -1
- portforward-0.4.2.dist-info/RECORD +0 -9
- {portforward-0.4.2.dist-info → portforward-0.4.3.dist-info}/AUTHORS.rst +0 -0
- {portforward-0.4.2.dist-info → portforward-0.4.3.dist-info}/LICENSE +0 -0
- {portforward-0.4.2.dist-info → portforward-0.4.3.dist-info}/WHEEL +0 -0
- {portforward-0.4.2.dist-info → portforward-0.4.3.dist-info}/top_level.txt +0 -0
_portforward.pyd
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: portforward
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
4
4
|
Summary: Kubernetes Port-Forward Go-Edition For Python
|
|
5
5
|
Home-page: https://github.com/pytogo/portforward
|
|
6
6
|
Author: Sebastian Ziemann
|
|
@@ -148,6 +148,10 @@ This project is enabled by setuptools-golang_.
|
|
|
148
148
|
History
|
|
149
149
|
=======
|
|
150
150
|
|
|
151
|
+
0.4.3 (2023-02-27)
|
|
152
|
+
------------------
|
|
153
|
+
* Throw error instead of panic when port is in usage
|
|
154
|
+
|
|
151
155
|
0.4.2 (2023-02-06)
|
|
152
156
|
------------------
|
|
153
157
|
* Use in-cluster-config when no kube config file is available
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
_portforward.h,sha256=wn0Tm3bPAOHG6L557oNDRHT_UA4BKVVsGABd6I3UFRA,2000
|
|
2
|
+
_portforward.pyd,sha256=P07D-0IcmOR_4XQ6knQID7VAcfMufXtxesyIhclAhM4,29420032
|
|
3
|
+
portforward.py,sha256=O0FO0_oOFBdlElViFNoU2GfKmaZ_sFCDN6u32i6TOQg,4161
|
|
4
|
+
portforward-0.4.3.dist-info/AUTHORS.rst,sha256=mskf9O-AvJL9NxWUYX0nJRuLfBw7SH-T-H-pPYLW-xI,176
|
|
5
|
+
portforward-0.4.3.dist-info/LICENSE,sha256=_-nf_xCZIwUkKBXXiYR-fjbXGhmx6V-7b3jSKoolnO4,1096
|
|
6
|
+
portforward-0.4.3.dist-info/METADATA,sha256=GTShl5bI61bPteANAAW0QlH5RKOdcOSi0uFvUyWe-PM,5706
|
|
7
|
+
portforward-0.4.3.dist-info/WHEEL,sha256=wklNeoByNLhdCl-oEQTdaHIeDl4q9zaQVqAlPxUEgLU,102
|
|
8
|
+
portforward-0.4.3.dist-info/top_level.txt,sha256=exoD3EZ-bCCtxQBQLSjSOZet0334F_dpAGxXr8XhWUA,25
|
|
9
|
+
portforward-0.4.3.dist-info/RECORD,,
|
portforward.py
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
_portforward.h,sha256=wn0Tm3bPAOHG6L557oNDRHT_UA4BKVVsGABd6I3UFRA,2000
|
|
2
|
-
_portforward.pyd,sha256=hbkRDc_mIi9_AmJU-_iF28iKDJSTuD3sgCid9p_aThc,29418496
|
|
3
|
-
portforward.py,sha256=tcuKBx0QjO15ZX9MDQ1OULNBNLOQNSqEAf92iYl8HrM,4161
|
|
4
|
-
portforward-0.4.2.dist-info/AUTHORS.rst,sha256=mskf9O-AvJL9NxWUYX0nJRuLfBw7SH-T-H-pPYLW-xI,176
|
|
5
|
-
portforward-0.4.2.dist-info/LICENSE,sha256=_-nf_xCZIwUkKBXXiYR-fjbXGhmx6V-7b3jSKoolnO4,1096
|
|
6
|
-
portforward-0.4.2.dist-info/METADATA,sha256=d_TxNzyZoP8CRUs_2I_hC0Zsn4vUngCpjeuYLE1wWkk,5610
|
|
7
|
-
portforward-0.4.2.dist-info/WHEEL,sha256=wklNeoByNLhdCl-oEQTdaHIeDl4q9zaQVqAlPxUEgLU,102
|
|
8
|
-
portforward-0.4.2.dist-info/top_level.txt,sha256=exoD3EZ-bCCtxQBQLSjSOZet0334F_dpAGxXr8XhWUA,25
|
|
9
|
-
portforward-0.4.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|