cloudx-proxy 0.8.0__tar.gz → 0.8.1__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 (26) hide show
  1. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/.github/workflows/release.yml +1 -1
  2. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/CHANGELOG.md +7 -0
  3. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/PKG-INFO +1 -1
  4. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy/_version.py +2 -2
  5. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy.egg-info/PKG-INFO +1 -1
  6. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/.clinerules +0 -0
  7. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/.github/dependabot.yml +0 -0
  8. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/.gitignore +0 -0
  9. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/.releaserc +0 -0
  10. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/CLAUDE.md +0 -0
  11. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/CONTRIBUTING.md +0 -0
  12. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/LICENSE +0 -0
  13. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/NOTICE +0 -0
  14. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/README.md +0 -0
  15. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy/_1password.py +0 -0
  16. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy/__init__.py +0 -0
  17. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy/cli.py +0 -0
  18. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy/core.py +0 -0
  19. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy/setup.py +0 -0
  20. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy.egg-info/SOURCES.txt +0 -0
  21. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy.egg-info/dependency_links.txt +0 -0
  22. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy.egg-info/entry_points.txt +0 -0
  23. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy.egg-info/requires.txt +0 -0
  24. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/cloudx_proxy.egg-info/top_level.txt +0 -0
  25. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/pyproject.toml +0 -0
  26. {cloudx_proxy-0.8.0 → cloudx_proxy-0.8.1}/setup.cfg +0 -0
@@ -20,7 +20,7 @@ jobs:
20
20
  - name: Install security tools
21
21
  run: |
22
22
  python -m pip install --upgrade pip
23
- pip install pip-audit liccheck
23
+ pip install "setuptools<81" pip-audit liccheck
24
24
 
25
25
  - name: Install project dependencies
26
26
  run: pip install "boto3>=1.34.0" "click>=8.1.0"
@@ -1,3 +1,10 @@
1
+ ## [0.8.1](https://github.com/easytocloud/cloudX-proxy/compare/v0.8.0...v0.8.1) (2025-09-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * resolve liccheck pkg_resources compatibility issue ([61ed265](https://github.com/easytocloud/cloudX-proxy/commit/61ed265cabfcfbb36999698add43e118fa917654))
7
+
1
8
  # [0.8.0](https://github.com/easytocloud/cloudX-proxy/compare/v0.7.0...v0.8.0) (2025-09-02)
2
9
 
3
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudx-proxy
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: SSH proxy command to connect VSCode with Cloud9/CloudX instance using AWS Systems Manager
5
5
  Author-email: easytocloud <info@easytocloud.com>
6
6
  License: MIT License
@@ -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 = '0.8.0'
32
- __version_tuple__ = version_tuple = (0, 8, 0)
31
+ __version__ = version = '0.8.1'
32
+ __version_tuple__ = version_tuple = (0, 8, 1)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudx-proxy
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: SSH proxy command to connect VSCode with Cloud9/CloudX instance using AWS Systems Manager
5
5
  Author-email: easytocloud <info@easytocloud.com>
6
6
  License: MIT License
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes