portforward 0.4.2__cp310-cp310-win_amd64.whl → 0.4.3__cp310-cp310-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 CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: portforward
3
- Version: 0.4.2
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
@@ -149,6 +149,10 @@ This project is enabled by setuptools-golang_.
149
149
  History
150
150
  =======
151
151
 
152
+ 0.4.3 (2023-02-27)
153
+ ------------------
154
+ * Throw error instead of panic when port is in usage
155
+
152
156
  0.4.2 (2023-02-06)
153
157
  ------------------
154
158
  * 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=C8DQZO6KncNzccW_hFykG41IOsja5p1iYaZnau4dMOI,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=o4VKBfOP8uf6gWEYVFIwt5kOYKhQsydtFK1tEuZtv6c,5489
7
+ portforward-0.4.3.dist-info/WHEEL,sha256=W26pYN7HLsBT1jrDSL9udgf_mdNKJmYmL23sIP-FcgM,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
@@ -2,7 +2,7 @@
2
2
  Kubernetes Port-Forward Go-Edition For Python
3
3
  """
4
4
 
5
- __version__ = "0.4.2"
5
+ __version__ = "0.4.3"
6
6
 
7
7
  import contextlib
8
8
  import os
@@ -1,9 +0,0 @@
1
- _portforward.h,sha256=wn0Tm3bPAOHG6L557oNDRHT_UA4BKVVsGABd6I3UFRA,2000
2
- _portforward.pyd,sha256=BUA8dtZiK0JmZVJVW8qP7oNpyDRbsR4LMRazpojDjEA,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=wsPov24i-G-v7H4cSs-qsNPaSVpcrxHff3fMmuj1aHc,5397
7
- portforward-0.4.2.dist-info/WHEEL,sha256=W26pYN7HLsBT1jrDSL9udgf_mdNKJmYmL23sIP-FcgM,102
8
- portforward-0.4.2.dist-info/top_level.txt,sha256=exoD3EZ-bCCtxQBQLSjSOZet0334F_dpAGxXr8XhWUA,25
9
- portforward-0.4.2.dist-info/RECORD,,