devs-common 2.0.0__tar.gz → 2.0.2__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 (41) hide show
  1. {devs_common-2.0.0 → devs_common-2.0.2}/PKG-INFO +1 -1
  2. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/Dockerfile +4 -4
  3. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common.egg-info/PKG-INFO +1 -1
  4. {devs_common-2.0.0 → devs_common-2.0.2}/pyproject.toml +1 -1
  5. {devs_common-2.0.0 → devs_common-2.0.2}/LICENSE +0 -0
  6. {devs_common-2.0.0 → devs_common-2.0.2}/README.md +0 -0
  7. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/__init__.py +0 -0
  8. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/config.py +0 -0
  9. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/core/__init__.py +0 -0
  10. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/core/container.py +0 -0
  11. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/core/project.py +0 -0
  12. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/core/workspace.py +0 -0
  13. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/devs_config.py +0 -0
  14. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/exceptions.py +0 -0
  15. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/devcontainer.json +0 -0
  16. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/scripts/copy-ssh.sh +0 -0
  17. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/scripts/post-create-wrapper.sh +0 -0
  18. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/scripts/python-venv-integration.sh +0 -0
  19. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/scripts/screenshot-webapp.sh +0 -0
  20. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/scripts/setup-workspace.sh +0 -0
  21. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/scripts/start-tunnel.sh +0 -0
  22. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/scripts/tunnel-status.sh +0 -0
  23. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/scripts/webapp-screenshot.py +0 -0
  24. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/sudo-scripts/init-firewall.sh +0 -0
  25. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/sudo-scripts/setup-devs-env.sh +0 -0
  26. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/sudo-scripts/setup-vscode-cache.sh +0 -0
  27. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/sudo-scripts/start-services.sh +0 -0
  28. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/templates/vscode-settings-reference.md +0 -0
  29. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/utils/__init__.py +0 -0
  30. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/utils/config_hash.py +0 -0
  31. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/utils/console.py +0 -0
  32. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/utils/devcontainer.py +0 -0
  33. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/utils/devcontainer_template.py +0 -0
  34. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/utils/docker_client.py +0 -0
  35. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/utils/file_utils.py +0 -0
  36. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common/utils/git_utils.py +0 -0
  37. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common.egg-info/SOURCES.txt +0 -0
  38. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common.egg-info/dependency_links.txt +0 -0
  39. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common.egg-info/requires.txt +0 -0
  40. {devs_common-2.0.0 → devs_common-2.0.2}/devs_common.egg-info/top_level.txt +0 -0
  41. {devs_common-2.0.0 → devs_common-2.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devs-common
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Shared utilities for devs package ecosystem
5
5
  Author: Dan Lester
6
6
  License-Expression: MIT
@@ -122,20 +122,20 @@ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/
122
122
  # Install Claude CLI and OpenAI Codex CLI
123
123
  RUN npm install -g @anthropic-ai/claude-code @openai/codex
124
124
 
125
- # Install VS Code CLI for tunnel support
125
+ # Install VS Code CLI for tunnel support (needs root for /usr/local/bin)
126
126
  # Using the standalone CLI which supports the 'tunnel' command
127
+ USER root
127
128
  RUN ARCH=$(dpkg --print-architecture) && \
128
129
  if [ "$ARCH" = "amd64" ]; then \
129
- curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-linux-x64' -o /tmp/vscode-cli.tar.gz; \
130
+ curl -fSL 'https://update.code.visualstudio.com/latest/cli-linux-x64/stable' -o /tmp/vscode-cli.tar.gz; \
130
131
  elif [ "$ARCH" = "arm64" ]; then \
131
- curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-linux-arm64' -o /tmp/vscode-cli.tar.gz; \
132
+ curl -fSL 'https://update.code.visualstudio.com/latest/cli-linux-arm64/stable' -o /tmp/vscode-cli.tar.gz; \
132
133
  fi && \
133
134
  tar -xf /tmp/vscode-cli.tar.gz -C /usr/local/bin && \
134
135
  rm /tmp/vscode-cli.tar.gz && \
135
136
  chmod +x /usr/local/bin/code
136
137
 
137
138
  # Set up environment variables and aliases for Claude and Codex
138
- USER root
139
139
  RUN for shell_rc in /home/node/.zshrc /home/node/.bashrc; do \
140
140
  echo "export CLAUDE_CONFIG_DIR=\"/home/node/claudeconfig\"" >> "$shell_rc" && \
141
141
  echo "export CODEX_CONFIG_HOME=\"/home/node/codexconfig\"" >> "$shell_rc" && \
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devs-common
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Shared utilities for devs package ecosystem
5
5
  Author: Dan Lester
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "devs-common"
7
- version = "2.0.0"
7
+ version = "2.0.2"
8
8
  description = "Shared utilities for devs package ecosystem"
9
9
  authors = [
10
10
  {name = "Dan Lester"},
File without changes
File without changes
File without changes