simple-proxy 0.0.8__tar.gz → 0.0.9__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.
- {simple-proxy-0.0.8/simple_proxy.egg-info → simple-proxy-0.0.9}/PKG-INFO +3 -3
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/setup.py +1 -1
- simple-proxy-0.0.9/simple_proxy/version.py +1 -0
- {simple-proxy-0.0.8 → simple-proxy-0.0.9/simple_proxy.egg-info}/PKG-INFO +3 -3
- simple-proxy-0.0.9/simple_proxy.egg-info/requires.txt +4 -0
- simple-proxy-0.0.8/simple_proxy/version.py +0 -1
- simple-proxy-0.0.8/simple_proxy.egg-info/requires.txt +0 -4
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/LICENSE +0 -0
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/README.md +0 -0
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/setup.cfg +0 -0
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/simple_proxy/__init__.py +0 -0
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/simple_proxy/utils.py +0 -0
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/simple_proxy.egg-info/SOURCES.txt +0 -0
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/simple_proxy.egg-info/dependency_links.txt +0 -0
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/simple_proxy.egg-info/entry_points.txt +0 -0
- {simple-proxy-0.0.8 → simple-proxy-0.0.9}/simple_proxy.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: simple-proxy
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.9
|
|
4
4
|
Summary: A very simple NIO TCP proxy server
|
|
5
5
|
Home-page: https://github.com/ruanhao/simple-proxy
|
|
6
6
|
Author: Hao Ruan
|
|
@@ -25,8 +25,8 @@ Description-Content-Type: text/markdown
|
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: click
|
|
27
27
|
Requires-Dist: py-netty
|
|
28
|
-
Requires-Dist: cryptography
|
|
29
|
-
Requires-Dist: attrs
|
|
28
|
+
Requires-Dist: cryptography>=42.0.0
|
|
29
|
+
Requires-Dist: attrs>=22.1.0
|
|
30
30
|
|
|
31
31
|
# simple-proxy :rocket:
|
|
32
32
|
|
|
@@ -22,7 +22,7 @@ config = {
|
|
|
22
22
|
'keywords': ['network', 'tcp', 'non-blocking', 'proxy'],
|
|
23
23
|
'version': __version__,
|
|
24
24
|
'packages': find_packages(),
|
|
25
|
-
'install_requires': ['click', 'py-netty', 'cryptography
|
|
25
|
+
'install_requires': ['click', 'py-netty', 'cryptography>=42.0.0', 'attrs>=22.1.0'],
|
|
26
26
|
'python_requires': ">=3.7, <4",
|
|
27
27
|
'setup_requires': ['wheel'],
|
|
28
28
|
'package_data': {'simple_proxy': ['*']},
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: simple-proxy
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.9
|
|
4
4
|
Summary: A very simple NIO TCP proxy server
|
|
5
5
|
Home-page: https://github.com/ruanhao/simple-proxy
|
|
6
6
|
Author: Hao Ruan
|
|
@@ -25,8 +25,8 @@ Description-Content-Type: text/markdown
|
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: click
|
|
27
27
|
Requires-Dist: py-netty
|
|
28
|
-
Requires-Dist: cryptography
|
|
29
|
-
Requires-Dist: attrs
|
|
28
|
+
Requires-Dist: cryptography>=42.0.0
|
|
29
|
+
Requires-Dist: attrs>=22.1.0
|
|
30
30
|
|
|
31
31
|
# simple-proxy :rocket:
|
|
32
32
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|